On Thu, Sep 15, 2011 at 1:32 AM, Eric Wong <[email protected]> wrote: > Brian P O'Rourke <[email protected]> wrote: >> You can simulate this problem from *within* a screen session with >> something like this: >> >> screen sleep 5 && screen bundle exec unicorn -c unicorn.conf config.ru > > So, start "screen", get a terminal + shell, /then/ type the above? >
Correct. When running screen within screen like this, you just get a new screen that executes the command. It happens consistently for me on OSX when I launch several screens at once and the last active screen is *not* unicorn - could certainly be system-dependent. >> Here is the patch I would like to see applied: > > I'll apply it. Is there a commit message you'd like to use? > (Otherwise I'll just edit something based on your email) You can just pull from my public fork here: git://github.com/bpo/unicorn.git - branch name is 'daemonization_detection' Cheers, Brian P O'Rourke _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
