Re: kernel: sock: sock_set_timeout: `trinity-main' (pid 1349) tries to set negative timeout
Dave Jones <[email protected]>
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Nov 02, 2013 at 08:39:28PM +0100, Toralf Förster wrote: > I'm observing such syslog messages in a user mode linux image and do wonder why trinity-main > does such unusal things (and not the child which I'd expect of course) : > > > Nov 2 19:14:25 trinity kernel: sock: sock_set_timeout: `trinity-main' (pid 1349) tries to set negative timeout > Nov 2 19:14:25 trinity kernel: sock: sock_set_timeout: `trinity-main' (pid 1349) tries to set negative timeout The main process periodically does setsockopt calls on all the open sockets that children inherit. Dave