From: Petter Reinholdtsen Date: Thu, 13 May 2010 20:09:55 +0000 (+0000) Subject: Litt mer om boot-systemet. X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/b8aff497829a06b721ac9fc53cfcedddd5e1dfd8?ds=sidebyside Litt mer om boot-systemet. --- diff --git a/blog/data/2010-05-13-systemd.txt b/blog/data/2010-05-13-systemd.txt new file mode 100644 index 0000000000..c8e9278367 --- /dev/null +++ b/blog/data/2010-05-13-systemd.txt @@ -0,0 +1,30 @@ +Title: systemd, an interesting alternative to upstart +Tags: english, debian +Date: 2010-05-13 22:10 + +

The last few days a new boot system called +systemd +has been +introduced. +I have not yet had time to play around with it, but it seem to be a +very interesting alternative to upstart, and might prove to be a good +alternative for Debian when we are able to switch to an event based +boot system. Tollef is in the +process of getting systemd into Debian, and I look forward to +seeing how well it work.

+ +

Unfortunately do systemd have the same problem as upstart regarding +platform support. It only work on recent Linux kernels, and also need +some new kernel features enabled to function properly. This means +kFreeBSD and Hurd ports of Debian will need a port or a different boot +system. Not sure how that will be handled if systemd proves to be the +way forward.

+ +

In the mean time, based on the input on debian-devel@ regarding +parallel booting in Debian, I have decided to enable full parallel +booting as the default in Debian as soon as possible (probably this +weekend or early next week), to see if there are any remaining serious +bugs in the init.d dependencies. A new version of the sysvinit +package implementing this change is already in experimental. If all +go well, Squeeze will be released with parallel booting enabled by +default.