Sign in with
Sign up | Sign in
Your question
Solved

Important anti-systemd essay ... please explain

Tags:
  • Linux
Last response: in Linux/Free BSD
Share
May 1, 2014 1:53:46 PM

Gents:

Trying to thoughtfully choose/reject the upgrade to non-systemd U_14.04 I came across this essay ....

http://ewontfix.com/14/

It's seems important, thought more than a little beyond my real understanding. Will one of the able Linux system THW posters identify the telling points and state them plainly?

More about : important anti systemd essay explain

Best solution

a b 5 Linux
May 1, 2014 4:35:06 PM
Share
Related resources
a b 5 Linux
May 2, 2014 7:20:27 AM

the top comment summarizes it well.

Quote:

This post remembers me of microkernel discussions. The message is: putting too many things in critical PID 1 is dangerous!
"Unfortunately, it also gets the other properties, including bringing down the whole system when it crashes."
To avoid this, he tells us that we must turn PID 1 into mostly a execve() call, and move the complexity to other layers.
But if you move all the PID 1 functionality to PID 2, then PID 2 becomes your critical point of contention. You haven't got rid of complexity, you just have moved the complexity around.
The "criticality" of the init system is not in PID 1, it's on the init system. Obsessing with keeping PID 1 void of all functionality without putting attention to anything else is not very clever.

m
0
l
May 3, 2014 6:43:30 PM

BigS:

And then I found **this**:

http://www.bioscentral.com/misc/biosbasics.htm

Which makes it very clear that all serious engineering process has already been performed by the time an/any/the OS is perked into awareness. Might-as-well have hardwire chip-BIOS do it all ... each component looking after its own business, each application software self-contained and a FPGA attaching all hardware pieces. Why indeed have an OS and an eggo-fluffed SYSTEMD ?
m
0
l
!