jbernardo writes:
"Having had several issues with systemd, and really not liking the philosophy behind it, I am looking into alternatives. I really prefer something that follows the Unix philosophy of using small, focused, and independent tools, with a clear interface. Unfortunately, my favourite distro, Arch Linux, is very much pro-systemd, and a discussion of alternatives is liable to get you banned for a month from their forums. There is an effort to support openrc, but it is still in its infancy and without much support.
So, what are the alternatives, besides Gentoo? Preferably binary... I'd rather have something like arch, with quick updates, cutting edge, but I've already used a lot in the past Mandrake, RedHat, SourceMage, Debian, Kubuntu, and so on, so the package format or the package management differences don't scare me."
[ED Note: I'm imagining FreeBSD sitting in the room with the all the Linux distros he mentioned being utterly ignored like Canada in Hetalia.]
(Score: 5, Interesting) by jdccdevel on Wednesday February 26 2014, @12:33PM
That being said, the problem for me is that systemd is tied, inexorably, to the abomination that is the journal. What's wrong with the journal? Off the top of my head:
Why did they make the journal anyway? AFAICT, the journal's entire reason for existence is to provide tamper-evident logging. (i.e. if your system gets hacked, and the attacker changes the logs, there's guaranteed to be evidence of the changes.) That's it. There is no other reason that I know of. Note that it doesn't make them tamper-proof, just tamper-evident. It's a admirable goal, but the implementation is SO HORRIBLE, the cure is literally worse than the disease.
If the journal was optional, systemd would be a non-issue for me and many others. Sure the learning curve is steep, but the end results are actually quite nice. But by tightly coupling it with the journal abomination, they're making it much, much harder to swallow.