[18:06] hi want to get upstart 5.1 running but i have problem regarding oom adjustment can someone help ? [18:06] s/5.1/0.5.1/ [18:06] pwgen: is upstart crashing on start due to failing to set oom adjustment? [18:07] yes, maybe no proc mounted ? its says something about not rootfs . 0.3.8 is running ( distro Angstom on zaurus ) [18:08] pwgen: exactly. 0.5 requires proc to be mounted at boot (this is considered a bug, but it hasn't been fixed yet) [18:11] i want build upstart for openmoko and are developing it with an old c-1000 , my goal is to control runlevel scripts via dbus, [18:11] should i use 0.3.8.instead ? [18:14] pwgen: you could mount /proc in the initrd, or possibly patch away the oom adjustment features if you don't need them [18:14] you could also make an oom adjustment failure non-fatal [18:16] on an embedded device do usually do not boot with an initrd so i think i have to patch it ..(:-(( [18:18] the change shouldn't be too hard. [18:34] thx a lot seems to work .. are there special samples for 0.5.1 version out ? [22:44] Hello. What's proper way to setuid/gid with upstart? Writing script stanza with su? [22:52] How to run daemon as particular user?