[15:25] Keybuk: interesting === sadmac2_ is now known as sadmac2 [15:26] sadmac2: when you're just doing WEXITED, it's fine [15:27] but as soon as you add in things like WSTOPPED | WCONTINUED, the wait queue can change under you [15:27] (something previously queued for WCONTINUED can change to WSTOPPED or WEXITED under you) [15:27] true story [15:27] (anything can change to WEXITED, etc.) [19:18] wouldn't upstart benefit from a second thread to qeue this stuff? [19:20] keesj: ? [19:32] sorry I must have misred. I was thinking there was a problem waiting for a child because of a broken system call [19:50] well [19:50] the syscall provides a flag that is about as helpful as a chocolate teapot [19:51] but it didn't break anything, because I was just using the flag to be clever [20:50] Keybuk: chocolate teapots are delicious [20:50] I fill mine with CRACK [20:56] Where would I find upstart's equivalent of /etc/inittab? [20:58] Or am I perhaps barking up the wrong tree? Trying to help a friend who is on Ibex, without understanding how it works. We want to add a tty listening on the serial port for connecting a laptop to, so the box can run entirely "headless". [21:05] TML: /etc/event.d [21:05] TML: but you'll probably need more than that [21:05] * sadmac2 isn't sure what manpages ubuntu ships for the jobfiles [21:15] the default ones ;) [21:17] heh