I just installed BackgrounDRb, but now cannot start my server. I get this error: D:\projects\joe>ruby script/server => Booting WEBrick... D:/apps/ruby/lib/ruby/1.8/pathname.rb:341:in `lstat'': Invalid argument - /D:/pro jects/edu/./script/../config (Errno::EINVAL) from D:/apps/ruby/lib/ruby/1.8/pathname.rb:341:in `realpath'' from ./script/../config/../vendor/plugins/backgroundrb/lib/middleman_rai ls_init.rb:2 Anyone know what to do about this? -- 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Joe Peck wrote:> I just installed BackgrounDRb, but now cannot start my server. I get > this error: > > D:\projects\joe>ruby script/server > => Booting WEBrick... > D:/apps/ruby/lib/ruby/1.8/pathname.rb:341:in `lstat'': Invalid argument - > /D:/pro > jects/edu/./script/../config (Errno::EINVAL) > from D:/apps/ruby/lib/ruby/1.8/pathname.rb:341:in `realpath'' > from > ./script/../config/../vendor/plugins/backgroundrb/lib/middleman_rai > ls_init.rb:2 > > Anyone know what to do about this?I used Piston to install BackgrounDRb, in case that makes a difference. -- 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
BackgrounDRb 0.2.x doesn''t work in Windows. If you run backgroundrb on a production *nix server but develop on win32 machines, you can apply a patch to make Rails load without backgroundrb if it detects it''s in a win32 env: http://backgroundrb.devjavu.com/projects/backgroundrb/ticket/42 On Apr 27, 12:08 am, Joe Peck <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I just installed BackgrounDRb, but now cannot start my server. I get > this error: > > D:\projects\joe>ruby script/server > => Booting WEBrick... > D:/apps/ruby/lib/ruby/1.8/pathname.rb:341:in `lstat'': Invalid argument - > /D:/pro > jects/edu/./script/../config (Errno::EINVAL) > from D:/apps/ruby/lib/ruby/1.8/pathname.rb:341:in `realpath'' > from > ./script/../config/../vendor/plugins/backgroundrb/lib/middleman_rai > ls_init.rb:2 > > Anyone know what to do about this? > > -- > Posted viahttp://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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
alternatively, use a previous version of backgroundrb - i got hold of it a while ago after googling for it for a while. regards ivor On 4/27/07, eden li <eden.li-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > BackgrounDRb 0.2.x doesn''t work in Windows. > > If you run backgroundrb on a production *nix server but develop on > win32 machines, you can apply a patch to make Rails load without > backgroundrb if it detects it''s in a win32 env: > > http://backgroundrb.devjavu.com/projects/backgroundrb/ticket/42 > > On Apr 27, 12:08 am, Joe Peck <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > I just installed BackgrounDRb, but now cannot start my server. I get > > this error: > > > > D:\projects\joe>ruby script/server > > => Booting WEBrick... > > D:/apps/ruby/lib/ruby/1.8/pathname.rb:341:in `lstat'': Invalid argument - > > /D:/pro > > jects/edu/./script/../config (Errno::EINVAL) > > from D:/apps/ruby/lib/ruby/1.8/pathname.rb:341:in `realpath'' > > from > > ./script/../config/../vendor/plugins/backgroundrb/lib/middleman_rai > > ls_init.rb:2 > > > > Anyone know what to do about this? > > > > -- > > Posted viahttp://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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ivor Paul wrote:> alternatively, use a previous version of backgroundrb - i got hold of it > a > while ago after googling for it for a while. > > regards > ivorOkay, thanks guys. The search begins for BackgrounDRb version 0.1.x -- 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Joe Peck wrote:> Ivor Paul wrote: >> alternatively, use a previous version of backgroundrb - i got hold of it >> a >> while ago after googling for it for a while. >> >> regards >> ivor > > Okay, thanks guys. The search begins for BackgrounDRb version 0.1.xI''ve been having trouble finding an older version of BackgrounDRb that works with Windows. Does anyone know where to find one, or alternatively, does anyone know if BackgrounDRb 0.3.1 is coming out soon and will be compatible with Windows? -- 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
not sure about future support on Windows, but you can sign up to the backgroundrb list and get updates about when releases are made: http://rubyforge.org/mailman/listinfo/backgroundrb-devel Here''s the Trac site: http://backgroundrb.devjavu.com/ On May 1, 10:10 pm, Joe Peck <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Joe Peck wrote: > > Ivor Paul wrote: > >> alternatively, use a previous version of backgroundrb - i got hold of it > >> a > >> while ago after googling for it for a while. > > >> regards > >> ivor > > > Okay, thanks guys. The search begins for BackgrounDRb version 0.1.x > > I''ve been having trouble finding an older version of BackgrounDRb that > works with Windows. Does anyone know where to find one, or > alternatively, does anyone know if BackgrounDRb 0.3.1 is coming out soon > and will be compatible with Windows? > > -- > Posted viahttp://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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You can run the latest backgroundrb (0.2) on windows if you use the cygwin environment. The drawback is that the ruby provided by cygwin is a bit slower than the one provided by one-click ruby installer. See http://www.cygwin.com for more information Best regards, Nils On May 1, 4:10 pm, Joe Peck <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Joe Peck wrote: > > Ivor Paul wrote: > >> alternatively, use a previous version of backgroundrb - i got hold of it > >> a > >> while ago after googling for it for a while. > > >> regards > >> ivor > > > Okay, thanks guys. The search begins for BackgrounDRb version 0.1.x > > I''ve been having trouble finding an older version of BackgrounDRb that > works with Windows. Does anyone know where to find one, or > alternatively, does anyone know if BackgrounDRb 0.3.1 is coming out soon > and will be compatible with Windows? > > -- > Posted viahttp://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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Here is a copy of the older version...not sure if attachments go through on the mailing list. If not, email me direclty or post your email address and I will mail you the zip - its 25k Ivor On 5/2/07, Nils Franzen <nils.franzen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > You can run the latest backgroundrb (0.2) on windows if you use the > cygwin environment. The drawback is that the ruby provided by cygwin > is a bit slower than the one provided by one-click ruby installer. > > See http://www.cygwin.com for more information > > Best regards, > Nils > > > On May 1, 4:10 pm, Joe Peck <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > Joe Peck wrote: > > > Ivor Paul wrote: > > >> alternatively, use a previous version of backgroundrb - i got hold of > it > > >> a > > >> while ago after googling for it for a while. > > > > >> regards > > >> ivor > > > > > Okay, thanks guys. The search begins for BackgrounDRb version 0.1.x > > > > I''ve been having trouble finding an older version of BackgrounDRb that > > works with Windows. Does anyone know where to find one, or > > alternatively, does anyone know if BackgrounDRb 0.3.1 is coming out soon > > and will be compatible with Windows? > > > > -- > > Posted viahttp://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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
fatcatt316-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
2007-May-02 15:33 UTC
Re: BackgrounDRb installation trouble...
Thanks... it let the attachment go through. --~--~---------~--~----~------------~-------~--~----~ 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
awesome. enjoy On 5/2/07, fatcatt316-/E1597aS9LQAvxtiuMwx3w@public.gmane.org <fatcatt316-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > > Thanks... it let the attachment go through. > > > > >--~--~---------~--~----~------------~-------~--~----~ 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''ve installed that older version you attached, and I''m getting the exact same error when I try to start the server. I''ve installed slave and daemons, too. Any advice/tips? Was that really the older version of backgroundrb? -- 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---