* Stephen Hahn <sch at sun.com> [2007-11-15 18:39]: > * Shanti Subramanyam - PAE <Shanti.Subramanyam at Sun.COM> [2007-11-15 16:53]: > > Hmm. But why is it that everything works if I start the server manually > > from shell (with the default privileges) ? > > Different project resource control settings, maybe? Use plimit/prctl > to see if your two contexts have different file descriptor limits?
The other possibility is that there's an EINVAL occurring higher up in the stack, before we get to the devpoll driver. I think using DTrace with fbt and watching calls into the poll module would be an easy way to confirm if you're getting that far. - Stephen -- sch at sun.com http://blogs.sun.com/sch/