Version 5 of systemd-free Debian remix Devuan is here
theregister.com
Version 5 of systemd-free Debian remix Devuan is here
1–10 of 20 posts
Re: Version 5 of systemd-free Debian remix Devuan is here
#2Re: Version 5 of systemd-free Debian remix Devuan is here
#3Some debian zealots do not understand: they say debian has the sysvinit alternatives which are available. It is some lack of perspective or it is hypocritical since they perfectly know how important being the "default" is. Devuan is no-systemd by default , and yes, it does matter a lot , namely the software stack has been tested/debugged to be consistent and working without systemd .
Re: Version 5 of systemd-free Debian remix Devuan is here
#4Re: Version 5 of systemd-free Debian remix Devuan is here
#5Re: Version 5 of systemd-free Debian remix Devuan is here
#6For those looking to understand some of the history of the anti-systemd feelings, I found this presentation useful: The Tragedy of systemd ( https://www.youtube.com/watch?v=o_AIw9bGogo )
Re: Version 5 of systemd-free Debian remix Devuan is here
#7I wish we could have a systemd that JUST does the job of init, and leaves the system logging, DNS resolving, etc. to the prexisting software that does a better job of it.
Distros are typically configured to use these features because they bring a bunch of benefits and are simpler to configure, but they're completely optional. At my job we manage an embedded Linux distro (using Yocto) and while we've been using systemd as init for a while, we only enabled journald relatively recently, and don't use the other stuff.
Re: Version 5 of systemd-free Debian remix Devuan is here
#8For those looking to understand some of the history of the anti-systemd feelings, I found this presentation useful: The Tragedy of systemd ( https://www.youtube.com/watch?v=o_AIw9bGogo )
I have been using Debian for a long time, and I moved to systemd when they switched and I have not had any issues with it that I can think of.
Re: Version 5 of systemd-free Debian remix Devuan is here
#9Re: Version 5 of systemd-free Debian remix Devuan is here
#10I wish we could have a systemd that JUST does the job of init, and leaves the system logging, DNS resolving, etc. to the prexisting software that does a better job of it.
You literally don't need to use those features to use systemd. There's no requirement on journald or systemd-resolved if you just want to use systemd as an init. Distros are typically configured to use these features because they bring a bunch of benefits and are simpler to configure, but they're completely optional. At my job we manage an embedded Linux distro (using Yocto) and while we've been using systemd as init…
Are you sure? I don't think it's possible to disable the journal for the whole system.