=== robbiew is now known as robbiew_ [08:06] anyone alive here? [08:06] can anyone help me with Fedora 13 upstart? I have changed tty.conf to this: http://pastebin.ca/1858626 but no mingetty ever starts [08:06] Is "\" supported for breaking the lines into two? [08:18] ultrav1olet: you need to have line 9 and 10 inside script ... end script [08:19] plautrba: in Fedora 13 this file is started by another file [08:20] "Line breaks within a stanza are permitted within single or double quotes, or if preceeded by a blackslash." (from the manual) [08:20] JanC: so, my file is OK? [08:20] no [08:21] ultrav1olet: you cannot use just '[ "$tty" = "tty1" ]', it has to be in 'script' stanza [08:21] plautrba: I got it [08:22] so script/end script denotes bash section? :) [08:23] it's executed as '/bin/sh -e -c ' [08:34] certainly not *bash* section [11:29] it seems like "start on startup" fires before my home partition is mounted in lucid, should I be waiting for some other event? [11:29] start on filesystem [11:42] Keybuk: it still doesn't seem to find anything on other partitions than root (I also have encryption turned on for /home if that makes a difference) [11:42] filesystem only happens after everything in /etc/fstab is mounted [11:42] (and root is r/w) [11:43] hmm [11:44] the works fine if run manually once the machine has booted, but can't seem to find files when run during boot.... what is the latest possible stage in the boot process I could run a job? [11:51] caolanm: shutdown? :-) [11:51] "filesystem" is generally the last significant event [11:51] everything after that is services [11:52] heh [11:52] ok [11:52] this is seriously confusing then [13:29] Keybuk: hey, sorry to keep bugging you on this, but I'm pretty sure its related to mounting /home... if I move it to /opt (on the root partition) it works! [13:30] /home isn't boot essential in Ubuntu [13:30] ah I see [13:30] add "bootwait" to the options for it in /etc/fstab [13:31] I saw a bug related to that in karmic, stopping the computer from booting [13:31] any idea if that was fixed for lucid? ...I'm working on a remote machine and don't want it to go down :\ [13:32] well, I can risk it I suppose :) [13:34] it's deliberate [13:34] lucid still won't wait for /home [13:36] * caolanm crosses fingers [13:38] damn, it didn't come back up [13:38] Keybuk: thanks for your help, I have a much better idea of what to look into now! === sadmac2_ is now known as sadmac === robbiew_ is now known as robbiew === mbiebl_ is now known as mbiebl [20:20] can upstart rotate logs? [20:21] I'm using ubuntu lucid [20:22] bencc: no. You need logrotate or what have you (though upstart can certainly /run/ that program) [21:09] sadmac: it'll be cool if I could define it as part of my upstart script