Hi Sarvi,<br/><br/>I am trying to port upstart-0.5.0 to an embedded Linux platform and encountering this same problem.<br/>wondering you can send us your patchs for the fix and the "systembus" job script ?<br/><br/>Thanks,<br/>Kelvin Chan<br/><br/>----------------------------------------------------------------------<br/><br/>Saravanan Shanmugham (sarvi) sarvi at cisco.com <br/>Tue Sep 23 23:28:11 BST 2008<br/>Previous message: I don't see dbus-daemon being started by dbus?<br/>Next message: Upstart 0.5.0, /proc, and telinit<br/>Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]<br/>Hi Sandeep,<br/>     I have made the following fix into upstart to get this work.<br/>      Made the following code sengment into a function.<br/> <br/>In the event_finished() function, I look for a "started" event for a<br/>special Job called "systembus"<br/>When the systembus job moves into started, I try to connect to the dbus<br/>again.<br/> <br/>This means that some one has to define a special upstart job file called<br/>"systembus" which will start the D-Bus daemon. <br/>And Upstart Iit will try to connect to it when it sees the started event<br/>for that special job.<br/> <br/>This works fine and I am able to create a dbus-glib client that is able<br/>to connect and query Upstart through DBus.<br/>Haven;t tested signals yet. Thats next on the list.<br/> <br/>Is this approach reasonable. Once I am done can I send this as a patch<br/>over for integration<br/> <br/>Sarvi<br/><br/>