On 2/18/07, Phlip <[EMAIL PROTECTED]> wrote:
>
>
> > run "cd #{current_path} ; nohup ruby script/push_server &"
>
> It seems that nohup didn't work from the command line, so I have a ticket
> out with my ISP to see if there's a permission issue or something.
I don't claim to understand it as I don't have anything in my code
that asks for input, but sometimes I find I need to throw a /dev/null input
stream at a script to get it to nohup properly, e.g.,
nohup ruby script/push_server < /dev/null &
Clueless,
--
Bil Kleb
http://fun3d.larc.nasa.gov
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---