Jesse Cooke <[email protected]> wrote: > Hi, > Unicorn is saying it's terminating but it's not actually. Check out > the gist: https://gist.github.com/1104930 > > Using: > - Ruby 1.9.2p180 > - unicorn 4.0.1 > - kgio 2.6.0 > - bundler 1.0.15 > - Linux maynard 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 > UTC 2011 x86_64 x86_64 x86_64 GNU/Linux > > Please let me know if there's any other info I can provide.
Since it's a 2.6.38 kernel, I it could be this bug: https://bugzilla.kernel.org/show_bug.cgi?id=32922 Linux 2.6.38.4 should have the fix, but I'm not sure if Ubuntu backported that fix to its 2.6.38-10 package. Rubyists have seen this issue a few times already: http://redmine.ruby-lang.org/issues/4777 http://redmine.ruby-lang.org/issues/4939 Also, can you try sending signals directly to Unicorn without foreman? I'm not familiar with foreman at all, maybe somebody else on this list is... -- Eric Wong _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
