[08:06] At http://upstart.ubuntu.com/wiki/Debugging it talks about using a &> redirection; a bashism. [08:06] Is that a documentation bug, or does upstart really use bash (and not dash)? [08:09] twb: upstart execs /bin/sh -e -c [08:09] Yeah, so I guess a Fedora user wrote that line === Keybuk changed the topic of #upstart to: Upstart 0.6.6 "No, she's dead, this is her son" | http://upstart.ubuntu.com/ | Desktop & Upstart 0800UTC #ubuntu-uds-delfino http://icecast.ubuntu.com:8000/delfino.ogg.m3u | Server boot & Upstart 1000UTC #ubuntu-uds-cocobolo-2 http://icecast.ubuntu.com:8000/cocobolo-2.ogg.m3u | see http://summit.ubuntu.com/uds-m/ === Keybuk changed the topic of #upstart to: Upstart 0.6.6 "No, she's dead, this is her son" | http://upstart.ubuntu.com/ | Desktop & Upstart 0800UTC #ubuntu-uds-delfino http://icecast.ubuntu.com:8000/delfino.ogg.m3u | Server boot & Upstart 1000UTC #ubuntu-uds-cocobolo-2 http://icecast.ubuntu.com:8000/cocobolo-2.ogg.m3u | Finish Upstart 1300UTC #ubuntu-uds-delfino http://icecast.ubuntu.com:8000/delfino.ogg.m3u | see http://summit.u [08:12] twb: it's set in init/paths.h:#define SHELL "/bin/sh" [08:12] Today's UDS sessions: [08:12] Desktop & Upstart 0800UTC #ubuntu-uds-delfino http://icecast.ubuntu.com:8000/delfino.ogg.m3u [08:12] erver boot & Upstart 1000UTC #ubuntu-uds-cocobolo-2 http://icecast.ubuntu.com:8000/cocobolo-2.ogg.m3u [08:12] Finish Upstart 1300UTC #ubuntu-uds-delfino http://icecast.ubuntu.com:8000/delfino.ogg.m3u [08:13] Okey dokey. [09:17] hello [11:46] hi all. is there a default way to go when I want to run my upstart task as non-root user? I found no useful documentation for that on the net. [14:56] hello [14:57] I have to rewrite an init script to adapt it to upstart [14:58] the daemon needs disks to be detected but the number of disks and the device names may change (not all servers have exactly the same hardware) [14:59] I presume there is no event like "disk detection is ended" and that I have to wait for a specific delay after the system has started ? [16:23] There is no such thing as an end to disk detection. [16:23] At any moment a new disk could be added. [16:24] Most of that stuff is kicked off by udev, I believe. [16:34] yes, I was trying to find out a way to delay some daemons === Keybuk changed the topic of #upstart to: Upstart 0.6.6 "No, she's dead, this is her son" | http://upstart.ubuntu.com/ | Upstart Q&A Session Video http://blip.tv/file/3606758 | see http://summit.ubuntu.com/uds-m [17:31] http://blip.tv/file/3606758 [17:32] if you missed the Upstart Q&A session [17:34] komputes: did you get my email? (did I in fact send you an email? I may have just imagined it). [17:34] * Keybuk ^^ [17:34] komputes: sorry. [17:56] sadmac: I don't have an e-mail from you [17:56] that may be the answer to your question [17:57] Keybuk: look at the latest news post on upstart.ubuntu.com, and the download page [17:57] Keybuk: notice anything missing? [18:00] hi sadmac, i don't think i got your email what was it about? [18:00] komputes: I meant to speak to Keybuk, I hilighted you by mistake. [18:00] sadmac: oh, ok [18:03] 0.6.6? [18:03] yeah, I can't login to that box right now [18:06] does upstart of location aware events? Or do I just invent one. Frinstance I dont want autofs to start if I'm not at home because it will hang my login. [18:06] so do I just invent a process that emits the home event if it finds out I am at home? [18:07] (based on a result of examining the network) [18:07] samjam: ....yes. That sort of feature would be far beyond the scope of upstart. [18:07] samjam: you could certainly emit events based on whatever though. [18:07] but what I really want is a config way to add extra trigger dependancies to existing upstart jobs [18:08] Keybuk: oh fun [18:08] so I dont have to keep editing the uipstart file everytime I upgrade [18:08] samjam: start on starting ... [18:09] ah, so I start when autofs is starting [18:09] and can I stop autofs from starting? [18:10] (I haven't found any detailed up too date docs even on the ubuntu upstart wiki) [18:10] samjam: yes. [18:11] thanks sadmac, is there a hint or example I can read? [18:11] samjam: man 5 init, or whatever scripts shipped with your distro [18:13] cool, I was doing man upstart [18:13] thanks [18:18] sadmac, so the man page doesn't explain how a job that starts on something else starting can make it abort instead; do I just "stop autofs" which prevents it from starting? [18:19] samjam: if the job fails to start autofs should not start [18:19] ah, so I just make my job fail [18:20] yes [18:20] great, thanks [18:39] hi [18:40] i've got a touchscreen driver that needs to be loaded before Xorg is started, how can i make sure this driver is fully loaded before upstart launches GDM ? [18:40] dekroning: depends on how your distro launches gdm [18:41] sadmac: ok [18:41] sadmac: i'll have to figure out how ubuntu 10.04 does this then [18:41] dekroning: but in general loading the driver in a job with start on starting gdm-job will do it, where gdm-job is prefdm on fedora and something else on ubuntu [19:23] :-D https://groups.google.com/group/comp.lang.c/msg/e105e5d339edec01?pli=1 [19:24] ion: FLAWLESS VICTORY