LWN.net Logo

Debian switching to upstart

Debian switching to upstart

Posted Sep 7, 2009 0:01 UTC (Mon) by sbergman27 (subscriber, #10767)
In reply to: Debian switching to upstart by k8to
Parent article: Debian switching to upstart

According to the article, the current boot process is broken beyond repair. Troubleshooting doesn't get any harder than that.

I would say that this will make troubleshooting *easier*. Especially since it is a simple config option to tell Upstart whether to allow concurrent operations, or to serialize the entire process.


(Log in to post comments)

Debian switching to upstart

Posted Sep 16, 2009 18:47 UTC (Wed) by oak (guest, #2786) [Link]

Parallelism will make things harder to debug because then there's more
chance for timing related issues (-> whether something works, differs from
machine to machine). Besides switching to Upstart, the race conditions
exposed by parallelism need to be fixed.

One can get from Upstart scripts a graph of how the things are started
which helps a bit on understanding how things work.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds