search for: mcanally

Displaying 20 results from an estimated 54 matches for "mcanally".

2008 Jan 10
14
Keeping Camping going
...''s not acceptable, then I''d like a commit bit at least so I can push some patches in, take care of some tickets, and add some improvements. I''d hate to see Camping die a slow, lingering death in the woods because no one came to look for it. --Jeremy -- http://www.jeremymcanally.com/ My books: Ruby in Practice http://www.manning.com/mcanally/ My free Ruby e-book http://www.humblelittlerubybook.com/ My blogs: http://www.mrneighborly.com/ http://www.rubyinpractice.com/
2008 Jun 08
4
qemu-img not compiled?
I''m running latest 3.1.4. I need access to qemu-img to convert some image files. However this binary is not compiled after doing make world and make install. I notice that the source code is present, but I cannot figure out how to make it compile and install along with qemu-dm? Am I missing something? -- Randy _______________________________________________ Xen-users mailing
2008 Apr 03
3
Branchable migrations -- A plugin to let you organize your migrations
...nd your schema_info... version branch 1 branch2 2 branch1 2 root There are still a few bugs in the code to work out and a number of ugly spots, but it works. Suggestions, pull requests, patches, bugfixes, and complaints welcome. :) --Jeremy -- http://jeremymcanally.com/ http://entp.com Read my books: Ruby in Practice (http://manning.com/mcanally/) My free Ruby e-book (http://humblelittlerubybook.com/) Or, my blogs: http://mrneighborly.com http://rubyinpractice.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you a...
2010 Mar 03
1
[gPXE] localboot 0 hang on some machines
Randy McAnally wrote: > > Thank you so much, this is the kind of news I needed! > > ---------- Original Message ----------- > From: "Arends, R.R." <r.r.arends at hro.nl> > To: "Randy McAnally" <rsm at fast-serv.com> > Cc: <gpxe at etherboot.org> > Sent...
2010 Feb 04
2
[gPXE] Local Boot + SW Raid
This is worth forwarding to SYSLINUX. On Thu, Feb 4, 2010 at 3:21 AM, Randy McAnally <rsm at fast-serv.com> wrote: > For some reason I cannot local boot (the default) from any software RAID > system (where the boot partition is linux raid). ?It hangs at "Booting from > local disk..." but never exits the pxe rom and just sits there requiring a reboot. Which...
2006 Mar 24
1
Isolating a Rails app?
...ing on a shared server and all). I''ve been toying with permissions and ownership but I can''t seem to cook up the right formula and I don''t know if Rails offers some config option that I''m unaware of. Do any of you Rails/sysadmin wizzes have any ideas? --Jeremy McAnally -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060324/7029ced5/attachment.html
2007 Dec 22
8
Rails 2.0 scaffold
Hey guys, I posted the other day about scaffold not working and i was told that it was rails 2.0 doing this. (btw i''m using adgile web development) I have read on the internet that you need to put extra stuff like title, description...... So i did this: C:\ruby\depot>ruby script\generate scaffold Product Admin id:int title:varchar(1 00) description:text image_url:varchar(200)
2008 Jan 28
5
Re: Massive problems with ''PCI-DMA: Out of SW-IOMMU space for XXX bytes [..]'' with 3Ware controller
...ntroller) Me too as well...any progress on this issue? I notice that IO performance is notably slower than the stock RHEL kernel; about 1/2 overall write performance. I can trigger the bug using DD or by copying disk images around. All versions of Xen 3.1.x and 3.2.x are affected. -- Randy McAnally Fast Serv Networks, LLC 619-819-8252 x201 619-819-9443 fax _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 22
4
how to find out autoincrement id ?
Hi I need to push newly created item id to file. (ie. its autoincrement value) I tried this on controller but it wont work, it cant find id value for the newly created item. def create @imitem = Imitem.new(params[:imitem]) system "echo \"@imitem.id\" > /tmp/myid" any help ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2008 Feb 03
4
Extract vowels and consonants using Ruby Regex
Hello, I am trying to build a regex to extract vowels and consonants from a string. So far, I am able to extract the basic a-e-i-o-u sequence using the following extension to the String class: class String def vowels scan(/[aeiou]/i) end def consonants scan(/[^aeiou]/i) end end examples: >> "Mary had a little lamb".vowels => aaaiea >> "Mary had a
2008 Jan 28
1
localtime=1 broken on HVM guests
...n UTC and in Localtime, it makes no difference. Aside from setting the system clock to the wrong time (or defining an offset in guest config), it is impossible to send localtime to the guest. Is there anyone who has the knowledge to look at this lingering bug and finally squash it? -- Randy McAnally Fast Serv Networks, LLC 619-819-8252 x201 619-819-9443 fax _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 03
2
Two Announcements - Beta Book and a Rails magazine!
Two announcements, so I''ll split this post into two pieces: MR. NEIGHBORLY''S RUBY AND RAILS NOW IN BETA ========================================= My Ruby on Rails book is now in beta. You can roll on over to the website for more information and pricing: http://www.rubyonrailsbook.com/ Here''s a rundown: Beta eBook is available now, print hopefully in July sometime.
2011 Sep 08
4
TCPServer in 1.9.2
Hi. First post in this group and I hope someone can help. I am trying to teach myself Ruby with a long-term goal of doing some web development using Ruby on Rails. Note: version C:\rails\hello>ruby -v ruby 1.9.2p290 (2011-07-09) [i386-mingw32] I have been going through Jeremy McAnally''s book "Mr. Neighborly’s Humble Little Ruby Book" and there is a section in chapter 5 where he explains how to connect a socket using the lines: require "socket" myserver = TCPserver.new(''localhost'', 0) When I try this I get the error: C:\rails\hell...
2006 Jul 04
1
Rails 1.2?
Hello, When can we expect a public release of Rails 1.2? I''ve been poking around, but I haven''t found anything more conclusive than "soon-ish." Can anyone share with me when this will be available? Thanks!
2008 May 22
1
libshout : how to detect network connection lost
I noticed the same problem in the Perl wrappers since many years ago. I ended up wrapping the libshout portion of the perl code in an eval/alarm to detect the hang and restart the libshout thread as needed. -- Randy Fast Serv Networks, LLC > Message: 1 > Date: Thu, 22 May 2008 10:14:50 +0200 > From: "tech at viewsurf" <tech at viewsurf.com> > Subject:
2010 May 31
1
Karl
Anyone seen Karl around lately? The KH site is down and his emails have been bouncing. Cheers, -- Randy
2006 Mar 24
0
Re: Isolating Rails apps?
...m unaware of. Do any of you > } Rails/sysadmin wizzes have any ideas? > > Run your apps under Mongrel or something in a chroot. It doesn''t matter > what user it runs under. You can use Apache''s mod_proxy to route > appropriate URLs to the apps. > > } --Jeremy McAnally > --Greg That doesn''t seem to be an option; for some reason we aren''t given chroot on the server. I don''t know why...but it''s not there. I''m looking into it. Secondly, I''m hoping to have quite a few Rails apps running on there (like 100...
2008 Jun 10
1
Re: Status of "Out of SW-IOMMU space" problem?
Keir Fraser wrote: > Can you please try the repository at > http://xenbits.xensource.com/xen-3.1-testing.hg ? > > The changeset 15705 probably fixes the issue. > It totally fixes the issue over here. We were about to give up on Xen as all of our servers use 3ware cards...all is good now! _______________________________________________ Xen-devel mailing list
2008 Jan 30
0
Re: Massive problems with ''PCI-DMA: Out of SW-IOMMU space for XXX bytes [..]'' with 3Ware controller
...this to be the root cause if all the problem. 2. If you cannot flash firmware, you can use 2.6.16.38 kernel from Xen 3.0.4. I tried this older kernel with Xen 3.1.3-rc2 and it works. Primary drawback (aside from the obvious) is that you may have to compile in network driver, ect. -- Randy McAnally Fast Serv Networks, LLC 619-819-8252 x201 619-819-9443 fax _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Oct 15
0
A Ruby/Rails bibliography
...g.mrneighborly.com/2007/10/ruby-and-rails-bibliography-of-sorts.html I want this to be a resource to point people to, so if one of these becomes out of date or you have a better suggestion, then please tell me. I''ll try my best to keep it up to date. Thanks! Jeremy -- http://www.jeremymcanally.com/ My books: Ruby in Practice http://www.manning.com/mcanally/ My free Ruby e-book http://www.humblelittlerubybook.com/ My blogs: http://www.mrneighborly.com/ http://www.rubyinpractice.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscri...