On Tue, Dec 1, 2009 at 12:29 AM, Scott James Remnant
wrote:
> Upstart waits for udevd to fork() before emitting "started udevd", this
> is sufficient to avoid races. udevd has opened all sockets and is
> listening on them by the time it forks, while it may not be in the main
> loop, any connectio
It's also perfectly normal to have multiple instances of udevd, the
other processes are workers that udevd will give events to be handled.
--
karmic: udevadm trigger run races udevd startup
https://bugs.launchpad.net/bugs/489101
You received this bug notification because you are a member of Ubunt
Upstart waits for udevd to fork() before emitting "started udevd", this
is sufficient to avoid races. udevd has opened all sockets and is
listening on them by the time it forks, while it may not be in the main
loop, any connections will be queued and any events will be pooling on
the socket, so th