GNOME and/or systemd
Posted Nov 3, 2012 10:06 UTC (Sat) by
rleigh (subscriber, #14622)
In reply to:
GNOME and/or systemd by HelloWorld
Parent article:
GNOME and/or systemd
> > but it is more unstable than sysvinit PID 1,
> So you keep saying. But where are all those bugs that supposedly crash
> systemd all the time? I'm not from Missouri, but you'll have to show me
> anyway.
Code has bugs, and the number of bugs increases as a function of the code size. systemd is much bigger than sysvinit, with a correspondingly larger probability of hitting such a bug. init is absolutely critical, and having it kept as tiny and simple as possible is essential for a reliable system.
This is not to say that systemd can't be large and complex, just that the complexity should not be in PID1. There's no reason why systemd PID1 can't be as small and tiny as sysvinit, with the rest in other processes. As a good example, look at s6, which has focussed on reliability to an even greater extent. There is no reason why systemd and other init systems couldn't adopt this approach.
At present, running a safety-critical or guaranteed reliable system with systemd is an untenable proposition. The risk of failure is too high. This isn't about "bugs that supposedly crash systemd"--it doesn't matter if any have been found or not. It's about the fact that a fault in PID1 will bring the system down, and managing that risk. systemd is a much greater risk than sysvinit. It's more reliable in other ways, as discussed in the thread. But that improvement is irrelevant so long as systemd PID1 remains a critical point of failure that is impossible to validate for correctness.
Regards,
Roger
(
Log in to post comments)