5 ms·
>I still do not understand what problem upstart or systemd are trying to solve Linux systems are still too much like unix. There are still some simple compone
by Sssnake 13y ago
>I still do not understand what problem upstart or systemd are trying to solve
Linux systems are still too much like unix. There are still some simple components that do a single, simple task, and can be easily debugged. This is clearly not acceptable, and does not fit with the rest of a modern linux distro. It needs to do more things, be less reliable, and be harder to figure out when something has gone wrong. Systemd and upstart both solve these problems nicely.
- akira2501 13y agoWell.. Lennart points this out, then walks right past it. The problem isn't the init, or the boot process, or any of that. The problem is the reliance on 'fstab'. This is where Lennart/Freedesktop kill me; rather than notice that the underlying mechanism should be replaced, they figure they should just build a better mousetrap on top of it. If you want to make linux more "desktopy" without screwing around too much with stupid initd decisions, then fix some of these broken underlying mechanisms. Unless he's really suggesting that my big problem is that my /usr partition might be on a removable device.