search for: afb

Displaying 20 results from an estimated 64 matches for "afb".

Did you mean: af
2016 May 01
1
Boot prompt ignored
And apparently the original poster had bad headers. Delivery to the following recipient failed permanently: ml.afb at mailbox.org Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient domain mailbox.org by mx2.mailbox.org. [80.241.60.215]. The error that the other server returned was: 577 5.1.1 <ml.afb at mailbox.org>: Recipient...
2011 Jan 22
1
Plotting by factor with xts
Hi all, I've got an xts time series of stock symbols and closing prices. > head(x) symbol close 2010-01-04 "AFB" "13.46" 2010-01-04 "AKP" "12.80" 2010-01-04 "APX" " 8.78" 2010-01-04 "AYN" "13.15" 2010-01-04 "BAF" "13.50" 2010-01-04 "BBF" "12.86" > tail(x) symbol close 2011-01...
2006 Dec 23
11
Frustrating "require" problems with RMagick
...but on OS X using the capitalized letters load a broken version of the library. I''ve have recompiled and reinstalled till the cows come home. Can anyone give me some guidance on how to set things up so that one of these three load commands works consistently on both platforms? Thanks! /afb -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gm...
2007 Jan 20
2
Conditional pluralize without the number
..."is") %> your <%= pluralize(friends.count, "friend") %> But because pluralize puts in the number, I get: Abby 1 is your 1 friend or Abby, Bob, and Carol 3 are your 3 friends. Is there a way around this? The API only shows the one form for pluralize. Thanks! /afb -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2016 May 01
5
Boot prompt ignored
Using a boot prompt without a menu makes Syslinux 6.03-6 booting the default label only, ignoring the label that was entered. Auto completion of the defined labels works, though. Can anyone confirm this? Further, removing the DEFAULT <label> definition makes Syslinux panic, ignoring any boot label or command entered. Instead, without a default, I'd expect it to wait for user input,
2006 Dec 17
12
Best practices for conditional display in views?
...a helper that forms a wrapper tag given a tag name and class, and include the helper in lots of partials: <%= render :partial => "user_description", :locals => { :tag_name => li, :class => "css_class" %> But I''m open to better suggestions. Thanks! /afb -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gm...
2006 Aug 01
7
MySQL binding problem on Max OS X 10.4
Hi all. No matter what I do I can''t get rails to see my MySQL database. All details are below. I really appreciate any assistance. Thanks!!! DETAILS ------- 1. I''m using Rails 1.1.4 with Ruby 1.8.4 on Mac OS X 10.4.7. I have installed the MySQL bindings following the instructions here:
2018 Dec 17
0
[PATCH 4/7] drm: Move the legacy kms disable_all helper to crtc helpers
...gt;ddev); } diff --git a/drivers/gpu/drm/ast/ast_fb.c b/drivers/gpu/drm/ast/ast_fb.c index c2e41369adcf..75f867d00031 100644 --- a/drivers/gpu/drm/ast/ast_fb.c +++ b/drivers/gpu/drm/ast/ast_fb.c @@ -261,7 +261,7 @@ static void ast_fbdev_destroy(struct drm_device *dev, { struct ast_framebuffer *afb = &afbdev->afb; - drm_crtc_force_disable_all(dev); + drm_helper_force_disable_all(dev); drm_fb_helper_unregister_fbi(&afbdev->helper); if (afb->obj) { diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index f660819d406e..7dabbaf033a1 100644 --- a/drivers/...
2006 Aug 17
4
Automatically creating associated records with after_create
Hi all. I am actually using ActiveRecord outside of Rails but I don''t see that it matters for this question. I want to automatically create a registration entry when I add a new user to my application. This works fine, but it''s not automatic: class User < ActiveRecord :: Base has_many :registrations end class Test user = User.new user.registrations.create end
2005 May 25
3
sip extension logon failed problem
Hi All, Now I configured a linux box as a router. And I installed Asterisk on it. My problem is whenever the WAN is offline all the sip extensions will logon failed. My sip extensions are connected to Asterisk through LAN. Why the LAN side sip phones cannot logon when WAN is offline. Who knows the reason and solution? Thank you so much. I really appreciate. Be Well. lanfei
2016 May 04
1
Boot prompt ignored
I'd suggest fixing your mail. ml.afb at mailbox.org still doesn't work. -- -Gene On Sun, May 1, 2016 at 6:55 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Sun, May 1, 2016 at 5:58 AM, Alexander Freudenberg via Syslinux > <syslinux at zytor.com> wrote: >> Using a boot prompt without a menu makes Sysl...
2019 Apr 09
0
[PATCH 12/15] drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_ttm_object|
...em_start = info->apertures->ranges[0].base + gpu_addr; > info->fix.smem_len = vbox->available_vram_size - gpu_addr; > > @@ -132,12 +134,10 @@ void vbox_fbdev_fini(struct vbox_private *vbox) > drm_fb_helper_unregister_fbi(&vbox->fb_helper); > > if (afb->obj) { > - struct vbox_bo *bo = gem_to_vbox_bo(afb->obj); > + struct drm_gem_ttm_object *gbo = drm_gem_ttm_of_gem(afb->obj); > > - vbox_bo_kunmap(bo); > - > - if (bo->pin_count) > - vbox_bo_unpin(bo); > + drm_gem_ttm_kunmap(gbo); > + drm_gem_ttm_un...
2009 Dec 29
1
SUN_LIBUSB
...round the issue in the tripplite_usb driver, or can it be fixed directly in libusb.c? Maybe other UPS drivers on SUN haven't been working for this reason... Chase Wallis 519 SMXS / MXDEA Air Force Civilian Phone: (801) 586 5600 Address: 6137 Wardleigh Road, Bldg. 1515 Rm 178, Hill AFB UT, 84056-5843 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20091229/67e448df/attachment-0001.htm>
1998 Nov 02
1
password stuff
...s in advance, Steve Arnold **************************************************************** Stephen L. Arnold Senior Systems Engineer ENSCO Inc. email: arnold.steve@ensco.com P.O. Box 5488 www: http://www.ensco.com Vandenberg AFB, CA 93437 voice: 805.734.8232 x68838 fax: 805.734.4779 #include <std_disclaimer.h> ****************************************************************
1998 Jul 13
0
win95 client problems (registry limitation?)
...s in advance, Steve Arnold **************************************************************** Stephen L. Arnold Systems Engineer ENSCO Inc. email: arnold.steve@ensco.com P.O. Box 5488 www: http://www.ensco.com Vandenberg AFB, CA 93437 voice: 805.734.8232 x68838 fax: 805.734.4779 #include <std_disclaimer.h> ****************************************************************
1998 Jul 30
0
SAMBA digest 1763
...ps. Regards, Steve Arnold **************************************************************** Stephen L. Arnold Systems Engineer ENSCO Inc. email: arnold.steve@ensco.com P.O. Box 5488 www: http://www.ensco.com Vandenberg AFB, CA 93437 voice: 805.734.8232 x68838 fax: 805.734.4779 #include <std_disclaimer.h> ****************************************************************
1998 Aug 06
0
SAMBA digest 1770 (new user problem)
...o chime in? Steve Arnold **************************************************************** Stephen L. Arnold Systems Engineer ENSCO Inc. email: arnold.steve@ensco.com P.O. Box 5488 www: http://www.ensco.com Vandenberg AFB, CA 93437 voice: 805.734.8232 x68838 fax: 805.734.4779 #include <std_disclaimer.h> ****************************************************************
1998 Aug 13
1
DNS instead of WINS
I have not found any Samba documentation explaining using DNS for name resolution. We are running a name server on the network which was set up for several reasons. I find our DNS server is faster, more reliable and doesn't generate mangled machine names like our NT WINS server, which can't be edited. This doesn't happen with DNS since the names are all entered statically. We have
1998 Aug 18
1
PAM authentication failure?
...s in advance, Steve Arnold **************************************************************** Stephen L. Arnold Senior Systems Engineer ENSCO Inc. email: arnold.steve@ensco.com P.O. Box 5488 www: http://www.ensco.com Vandenberg AFB, CA 93437 voice: 805.734.8232 x68838 fax: 805.734.4779 #include <std_disclaimer.h> ****************************************************************
1998 Aug 24
0
SAMBA digest 1789
.... Hope this helps, Steve **************************************************************** Stephen L. Arnold Senior Systems Engineer ENSCO Inc. email: arnold.steve@ensco.com P.O. Box 5488 www: http://www.ensco.com Vandenberg AFB, CA 93437 voice: 805.734.8232 x68838 fax: 805.734.4779 #include <std_disclaimer.h> ****************************************************************