unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* Errors in unicorn 2.0.0 and 2.0.1
@ 2010-11-18  9:21 gut
  2010-11-18  9:51 ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: gut @ 2010-11-18  9:21 UTC (permalink / raw)
  To: mongrel-unicorn

I have this error in unicorn.stderr.log:

Unhandled listen loop exception #<Errno::ENOSYS: Function not
implemented - accept>.

And the crazy size of unicorn.stderr.log.

In version 1.1.3 all ok.
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Errors in unicorn 2.0.0 and 2.0.1
  2010-11-18  9:21 Errors in unicorn 2.0.0 and 2.0.1 gut
@ 2010-11-18  9:51 ` Eric Wong
  2010-11-20  2:19   ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2010-11-18  9:51 UTC (permalink / raw)
  To: unicorn list; +Cc: gut

gut <gut4rt@gmail.com> wrote:
> I have this error in unicorn.stderr.log:
> 
> Unhandled listen loop exception #<Errno::ENOSYS: Function not
> implemented - accept>.

Which OS do you run?

We switched to kgio in Unicorn 2.x.x, so there may be some unresolved
portability issues.

> In version 1.1.3 all ok.

1.1.x will continue to be supported indefinitely, so feel free to
continue using it as we improve portability of 2.x.x.

-- 
Eric Wong
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Errors in unicorn 2.0.0 and 2.0.1
  2010-11-18  9:51 ` Eric Wong
@ 2010-11-20  2:19   ` Eric Wong
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Wong @ 2010-11-20  2:19 UTC (permalink / raw)
  To: unicorn list; +Cc: gut

Eric Wong <normalperson@yhbt.net> wrote:
> gut <gut4rt@gmail.com> wrote:
> > I have this error in unicorn.stderr.log:
> > 
> > Unhandled listen loop exception #<Errno::ENOSYS: Function not
> > implemented - accept>.
> 
> Which OS do you run?

The discussion went offlist and the original poster hasn't confirmed
it, but I'm thinking the kgio library was built on 2.6.28+ and
deployed on 2.6.26, so the accept4() syscall was enabled but
wouldn't work on the older kernel.

-- 
Eric Wong
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-20  3:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18  9:21 Errors in unicorn 2.0.0 and 2.0.1 gut
2010-11-18  9:51 ` Eric Wong
2010-11-20  2:19   ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).