[01:45] hi [01:46] ubuntu 10.10 upstart don't need dbus ? [01:49] Upstart doesn’t require the daemon, but does require the protocol library. [01:50] libdbus-1-3? [01:51] yes [01:51] oh [01:51] my ubuntu 10.10,can boot by init=/bin/bash [01:51] but upstart can't boot.... [01:53] I use sysrq key to display task, upstart can list mountall,plymouthd [01:53] showTasks [01:55] ion, I can config /etc/init only a task? [02:03] Add “--debug >/dev/mountall.log 2>&1” to the end of the “exec mountall…” line in /etc/init/mountall.conf, create /etc/init/sulogin.conf based on the first example in and reboot. You should have a shell in the virtual terminal 7 in which you should be able to look at /dev/mountall.log. It might have a hint as to why it doesn’t boot. [02:04] thank you [02:04] i try.... [02:08] What's the difference between the "filesystem" and "local-filesystems" events? [02:08] Or: where are such events documented? [02:15] ion,thank you ... [02:16] ion, root remount rw on *.conf ? [02:18] ion, which file is /proc/self/fd/8 ? [02:18] It's a file descriptor [02:19] i know it's a file descriptor [02:19] OK, I wasn't sure if you wanted the generic or the specific answer :-) [02:19] twb,i think it is a specific file. [02:20] I think it's something like the fd used for mountall to talk to upstart, or for upstart children to talk to pid 1 [02:20] If you work it out let me know [02:21] twb,mountall can remount root? [02:21] twb, who remount root rw ? [02:23] I *think* mountall remounts *everything* it finds in /proc/mounts [02:24] so We must mount proc first ? [02:25] I dunno man [02:25] I'm just a poor ignorant sysadmin who wants his deterministic sysvinit back. [02:25] yes,I find proc have mounted.... [02:26] Unless your fu is strong, it will be hard for /proc NOT to be mounted [02:35] In a pre-stop script, how do I match the PID of the daemon managed by the job? [02:42] Actually a better question: [02:42] How do I tell upstart to sent INT instead of HUP as the "soft" kill signal? [02:42] Er, INT instead of TERM. [02:59] http://paste.debian.net/100790/ [02:59] I'd appreciate a review of these LXC upstart jobs. [05:05] hi [05:05] everyone [07:05] mount-tmp.conf [07:05] start on mounted ... [07:06] the mounted is set by mountall.conf "emits mounted" ? [07:20] exit [08:54] ion [08:54] ion, hi [08:54] ion, I use a sulogin.conf exmaple. it can work. [08:55] start on startup. [08:55] I test emits,so I add line "emits logined" in sulogin.conf [08:55] I write a test.conf :start on logined, [08:55] test.conf don't work [08:56] start on starting sulogin , test.conf work. [08:57] problem at "emits" ?? [09:17] hi Md