=== robbiew is now known as robbiew-afk === ion_ is now known as ion [10:25] Hi [10:25] I am new to upstart 0.6.3 [10:26] I'd like to know if any "service" in /etc/init/ will mount /dev/pts, /dev/shm... (in Ubuntu 9.10) [10:26] I can not find it [10:26] If anybody knows that, please tell me [10:26] thanks [11:26] stevenshiau: the mountall binary is responsible for that → /etc/init/mountall.conf [11:32] mbiebl: Thanks [11:32] But I did not see any devpts mode or something similar in /etc/init/mountall.conf [11:33] description "Mount filesystems on boot" [11:33] start on startup [11:33] expect daemon [11:33] task [11:33] emits virtual-filesystems [11:33] emits local-filesystems [11:33] emits remote-filesystems [11:33] emits all-swaps [11:33] emits all-filesystems [11:33] emits filesystem [11:33] Any one of them is responsible for mounting /dev/pts? [11:36] It's in the source code of mountall [11:36] apt-get source mountall [11:36] ok [11:36] tkx [11:36] got it [11:37] Actually I am implementing a diskless system based on this [11:37] Trying to figure out how to start the correct "services" [11:38] Haven't figure it out [11:38] Any hint will be appreciated [11:40] The problem now I have is, looks like mountall.conf is run, but there is no /dev/pts, /dev/shm... [11:44] how can I force mountall to mount them automatically? [11:46] stevenshiau: you can run the mountall binary by hand [11:46] it should mount those file systems automatically [11:46] yes? [11:47] Could you please show me how? Sorry for asking such a question [11:47] maybe you get an error message, why it fails for you [11:48] Make that "mountall --verbose" [11:49] for even more debug output use "mountall --debug" [11:50] you can change the mountall.conf job file and add that parameter to the mountall call [11:50] got it [11:50] Let me try here [11:53] mbiebl: looks like mountall will umount the filesystem first, then mount them again? [11:53] Is that possible I can keep the existing ones? === robbiew-afk is now known as robbiew === robbiew is now known as robbiew-afk [18:01] http://lwn.net/Articles/356764/ [18:02] lol [18:02] saw it [18:25] Looking at http://lkml.org/lkml/2009/1/17/37 and the others like it (http://stanse.fi.muni.cz/bugs.html), perhaps they should use the GCC __attribute__ cleanup extension to handle the mutex unlocking. :-P [18:26] "Even if I don't unpull, I don't _ever_ want to see a driver like this [18:26] outside the merge window. And dammit, James, you should have realized [18:26] that. [18:27] And dammit, James, I'm a release engineer, not a doctor. === robbiew-afk is now known as robbiew [21:26] sadmac: Out of curiosity: is RH using or transitioning to Upstart? [21:26] RHEL [21:27] all existing releases of RHEL use sysvinit; that's obviously not going to change in an update [21:27] ion: ^^let notting tell you [21:29] rhel does get derived from fedora, though. === Keybuk_ is now known as Keybuk [22:16] Nice, http://www.gnu.org/software/gdb/news/reversible.html [22:28] ion: kind of scary