I love devuan!!
What’s the issue with systemd?
I was shy about Linux for far too long, but have jumped in with both feet recently.
Basically systemd is not just a replacement for init, it’s a huge project which reimplements a lot of “legacy” services that were handled by other packages. So people think it steps over its boundaries. Not being very Unix-y.
That said, anything is better than bloody sysvinit. Kids these days don’t know how much jank and spaghetti we had to deal with back in those crappy days
There is no issue with systemd. It has been a huge improvement over what was there and it is still improving.
It makes the system consistent without having to configure it using arcane shell scripts. It gives you easy to read config files. It just makes the administrator’s life easier.
I think the main problem here is that now there’s a high reliance on systemd tools in the GNU/Linux ecosystem, limiting users freedom.
There is no issue with systemd. It has been a huge improvement over what was there and it is still improving.
Everything you just said is false.
Ah, well, there you have it! One certainly cannot argue with such an overwhelming barrage of evidence and nuanced analysis.
Sorry. But, imho, you’re wrong :)
- Have you ever written a proper SysV script? It was a nightmare… The last Systemd unit I wrote was 4 lines I think
- SysV had lots of race conditions and was a nightmare to troubleshoot
- The old scripts were entirely distribution specific.
- The old Init scripts depended on all kinds of hacks to work properly.
- Dependencies in init scripts? not really a thing… You basically just fudged everything all together in a specific order and hope they loaded in sequence as required… In SystemD, they build dependency handling in (and, built in a lot of prerequisites to handle it)
- Because Init scripts don’t do real dependency management, they also ain’t fast.
Init scripts are the equivalent of using a perl script as the kernel programming language. They were crappy, hard to read, hard to modify, hard to maintain.
The biggest objection against Systemd as it stands today was because Linus had an opinion about it (but, admits something like it is needed), and the assumption that redhat == bad, so therefore Systemd == bad
It’s one of those silly arguments that is repeated, by the “OMG, but wayland doesn’t have network transparency” crowd. Everyone else just gets shit done (like the pulseaudio crowd) which is why this stuff was heavily adopted
If you need to ask, it most certainly doesn’t matter to you. Keep using what you are using.
The main concerns are:
- It’s mainly developed and funded by red hat a company owned by ibm which has made a lot of bad decisions over the years (of the top of my head I remember their distro’s source code was made available to customers only)
- it’s one piece of software that does a ton of different things, this is generally considered a bad thing as it increases the attack surface for potential vulnerabilities but as far as I understand, since it’s one of the most maintained software in the Linux ecosystem the probability of it having critical vulnerabilities is probably still pretty low
That being said, if it works fine for you and those problems don’t bother you there’s not much reason to use something else.
Yeah, CachyOS has been working just fine for me. And while both of those points raise an eyebrow for me, I have also heard things about the Cachy team that do the same. Perfect can’t be the enemy of good enough. Though to that second point you raised, I just watched a [Veritasium?] video recently on how just such a system-level package was very nearly compromised by what has all the hallmarks of a malicious state actor precisely because it was so seemingly innocuous and open.
I appreciate the clear and concise explanation. Cheers, friend.
I use it and it does the job, but the problem is that it doesn’t adhere to Unix philosophy of pluggable components that do one thing. In fact, the systemd suite does dozens of things:
- init system
- manages services
- login
- user sessions
- system logs
- devices
- networking
- DNS resolution
- timers
- clock synchronization
- containers
- even boot loader
In fact, the systemd suite does dozens of things
…poorly.
People keep mentioning this. It’s not actually a problem
It’s not even a good philosophy anymore (although, not actually even sure where this statement originated). The Linux kernel does more than 1 thing. So does Gnome, KDE, etc.
The old init scripts did “one thing”, but, because they did too little, the scripts were difficult to write, there were issues like race conditions, etc.
Anyone who ever wrote a SysV script would tell you what an absolute nightmare they were… Whereas, SystemD, even more complex ones which depend on a lot of factors are now easy (and only a few lines).
Your browser doesn’t follow the unix philosophy: Downloading a site is 1 job, rendering another one. Do change that to?
So does coreutils.
There is none these days
Some people overreacted.
In practice, it’s basically been a huge benefit for Linux and fixed a lot of issues
What’s the issue with systemd?
Don’t put all your fruit in one basket applies.
I use it, works well.
The distro also uses the German XFCE
Gonna stick with my CachyOS for now
Good choice! Prioritising a custom kernel for quicker performance. Swapping out the Init system is tricky.








