Debian 9 Stretch - Systemd deinstallieren und SysV-Init verwenden
Posted by Guenny onSeit einigen Jahren setzen viele Distributionen auf systemd. Das neue Init-System ist allerdings nicht bei allen beliebt und führte in der Vergangenheit zu Forks wie beispielsweise Devuan.
Ebenfalls sind im Vergleich zu SysV-Init noch Unstimmigkeiten oder Sicherheitslücken vorhanden. (Siehe CVE)
Welches System am Ende zum Einsatz kommt, hängt oft von der verwendeten Distribution ab.
Das muss nicht sein, denn Systeme wie Debian 9 lassen sich einfach umstellen.
Zunächst sollte überprüft werden, welches Standard-Init-System aktuell im Einsatz ist:
?ps -p 1
PID TTY TIME CMD
1 ? 00:00:10 systemd
?
Debian 9 - Systemd deinstallieren
apt install sysvinit-core
reboot
apt remove --purge --auto-remove systemd*
nano /etc/apt/preferences.d/systemd
Package: *systemd*
Pin: release *
Pin-Priority: -1
SysV-Init überprüfen
Die Überprüfung erfolgt auf die gleiche Weise wie am Anfang des Artikels.
Fazit
Die Umstellung eines aktuellen Debian 9 Stretch Systems ist schnell erledigt.
Mit Devuan 1.0 ist seit Mitte des Jahres ein Debian Fork vorhanden, welcher direkt auf das alte SysV-Init setzt.
Trackbacks
Trackback specific URI for this entryThis link is not meant to be clicked. It contains the trackback URI for this entry. You can use this URI to send ping- & trackbacks from your own blog to this entry. To copy the link, right click and select "Copy Shortcut" in Internet Explorer or "Copy Link Location" in Mozilla.
No Trackbacks
Comments
Display comments as Linear | Threadednoisefloor on :