=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #upstart === theCore [n=alex@modemcable229.181-131-66.mc.videotron.ca] has joined #upstart === j_ack [n=rudi@p508D9E58.dip0.t-ipconnect.de] has joined #upstart === j_ack_ [n=rudi@p508DC02D.dip0.t-ipconnect.de] has joined #upstart === wasabi__ [n=wasabi@cpe-76-184-95-8.tx.res.rr.com] has joined #upstart === j_ack__ [n=rudi@p508DBA16.dip0.t-ipconnect.de] has joined #upstart === myren [n=myren@63.231.83.177] has left #upstart [] === j_ack [n=rudi@p508DB296.dip0.t-ipconnect.de] has joined #upstart === j_ack_ [n=rudi@p508D9286.dip0.t-ipconnect.de] has joined #upstart === j_ack__ [n=rudi@p508D90D4.dip0.t-ipconnect.de] has joined #upstart === Amaranth [n=travis@ubuntu/member/amaranth] has joined #upstart === toptree [n=treetop@88-212-90-121.vl20-cph.dhcp.clearwire.dk] has joined #upstart === AlexExtreme [n=AlexExtr@frugalware/developer/AlexExtreme] has joined #upstart === wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #upstart === Seveas [n=seveas@ubuntu/member/seveas] has joined #upstart === maro [n=mark@0x55511dab.adsl.cybercity.dk] has joined #upstart === jvtm [i=jvtm@atlantis.spoon.fi] has joined #upstart === _ion [i=johan@kiviniemi.name] has joined #upstart === fx|RabBit [n=rabbit@cm166-191.liwest.at] has joined #upstart === Keybuk [n=scott@quest.netsplit.com] has joined #upstart === Md [i=md@freenode/staff/md] has joined #upstart [11:16] morning Marco === AlexExtreme yawns [11:17] Keybuk: what did you use to create the graph on http://wiki.ubuntu.com/ReplacementInitscripts ? [11:19] dot [11:19] from the graphviz package [11:19] http://people.ubuntu.com/~scott/feisty.dot [11:20] cool, thanks [11:20] (note, that's a text file, not an OpenOffice document ) [11:20] yeah :) [11:24] bbl === Keybuk tackles the module-init-tools merge [11:30] Md: I guess you saw kay's lkml post about merging some of modprobe into udev? [11:32] Keybuk: not yet [11:39] ah [11:39] it's in the thread BenC started about making it possible to move some of the device/driver binding decisions to userspace [11:40] Md: no major changes of consequence in our m-i-t patch; just our usual two extra patches (silence modprobe & combine modprobe.conf/modprobe.d automatically) [11:41] I suspect we'll be dropping the silence one now that we want verbose log messages by default [12:15] can you tell me the thread title? [12:17] <_ion> A nice graph. [12:17] [RFC] Pushing device/ddriver binding decisions to userspace [12:17] Kay's comment in that === Amaranth [n=travis@ubuntu/member/amaranth] has joined #upstart === Amaranth [n=travis@ubuntu/member/amaranth] has joined #upstart === fx|RabBit [n=rabbit@cm166-191.liwest.at] has joined #upstart === fx|RabBit [n=rabbit@cm166-191.liwest.at] has left #upstart [] === mbiebl [n=michael@e180067191.adsl.alicedsl.de] has joined #upstart [06:52] *yawn* [06:54] *yawn* too [06:54] I've almost finally finished merges [06:54] just sysvinit to go [06:54] that'll be fun [06:54] i'm trying to find something to code, which is usually a signal that i'm bored ;) [06:55] merges of what? [06:55] Debian changes into Ubuntu [06:55] it's the blackhole of developer time in the first few weeks of our release cycle [06:56] ah [06:56] ok [06:56] i'm going to get some food [06:56] bbl === j_ack [n=rudi@p508DB70C.dip0.t-ipconnect.de] has joined #upstart === j_ack [n=rudi@p508DB70C.dip0.t-ipconnect.de] has joined #upstart === Keybuk [n=scott@syndicate.netsplit.com] has joined #upstart [11:21] wasabi: hey [11:55] so I thought about things a bit [11:55] I'm convinced that the eight-step state machine is correct [11:55] but think you're right that the events aren't [11:56] especially as the state machine is more complex, you could end up being started by an event but needing to list two or three stop events, depending on the path through the state machine [11:56] so... [11:56] keeping the eight states (but renamed a bit, to make more sense) [11:56] but only having four events [11:56] start (or starting?) when the goal is set to start, started once the entire process of starting is complete [11:56] stop (or stopping?) when the goal is set to stop, stopped once the entire process of stopping is complete [11:57] that should fulfil all the use cases I had [11:57] <_ion> Where is the spec about this 8-step state machine? [11:57] _ion: http://upstart.ubuntu.com/wiki/JobStates [11:57] so, the interesting thing about the start and stop events ... [11:57] <_ion> "starting" and "stopping" make sense [11:57] <_ion> Thanks. [11:58] the "start" and "stop" commands can then just generate those events [11:58] and only once those events are handled, begin the process of starting the job [11:59] so if tomcat had "stop on stop apache" [11:59] then tomcat would be fully stopped before apache began stopping [12:08] anyhoo, bed