On Fri, 2010-08-27 at 23:30 +1000, Andrew Edmunds wrote: > Suppose I have a job B which includes the following stanza: > > start on (started A or mounting MOUNTPOINT=/m) > > It seems that the following sequence of events can occur: > 1. "started A" event is emitted > 2. Job B starts > 3. "mounting MOUNTPOINT=/m" event is emitted > 4. "mounting MOUNTPOINT=/m" event completes > 5. mountall attempts to mount /m > 6. Job B's main process is started > 7. Job B is marked as "running" > This is wrong; the correct sequence should be 1, 2, 3, 6, 7, 4, 5
If you're seeing the above, there's a problem somewhere - could you attach your job configuration file? Scott -- Have you ever, ever felt like this? Had strange things happen? Are you going round the twist?
signature.asc
Description: This is a digitally signed message part
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
