Klaus Knopper answers your Linux questions
Systemd Update
What's up with systemd in Knoppix 7.4 and Debian?
Debian is going to switch the startup system to systemd [6]. Although systemd claims to be able to work as a "drop-in replacement for sysvinit," the startup procedure and configuration differ a lot from the traditional SysV init startup [7]. Although systemd-sysv features parallelizing startup of services, it uses different paths and flow of execution, and it adds more complexity because the systemd modules also replace or change interfaces like ConsoleKit, powerd, and acpid. For embedded systems and customized boot procedures – such as the one Knoppix uses, which basically consists of only two or three scripts for fast startup – this raises a lot of issues.
Unfortunately, as of this writing, it is no longer possible to keep the traditional SysV init (which has been renamed sysvinit-core) in parallel with other systemd features that are required by various services like network-manager or session management. Installing the required systemd-sysv will remove sysvinit-core and, thus, change the boot procedure completely.
Apparently systemd will be a basic requirement for Debian to work properly starting from the "jessie" release, but I prefer to keep my customized boot scripts that take care of parallelizing and fallbacks on their own. Thus, I'm using a forked SysV init package as a workaround for keeping the SysV init startup while still providing the now necessary systemd modules. To provide systemd's session management as well, systemd-logind is also started, so network-manager and other packages that rely on it will continue to work.
The workaround is (probably) temporary until systemd integration in Debian is stabilized. I may have to redesign the Knoppix start scripts to run as systemd services in the future. This means /etc/inittab
will go away, but the main hardware detection and the fast startup script /etc/init.d/knoppix-autoconfig
won't.
Because the handling of systemd dependencies in Debian is still a work in progress, I expect many things to break upon upgrade. Thus, the currently installed versions of essential packages have been put on hold, so they won't be upgraded accidentally when attempting to update packages.
Another difference between Knoppix systemd integration and Debian/unstable is disabling systemd's attempt to take over hot keys and events that were formerly handled by acpid – such as closing the notebook lid or pressing the poweroff button. These actions usually lead to a (non-recoverable without password) lockup of the display caused by systemd or an immediate shutdown, both of which have been disabled by configuration in Knoppix.
In summary, Knoppix 7.4 is mostly prepared for systemd, whereas the startup process is still using SysV init (or rather BSD) style.
Infos
- Knoppix website: http://knopper.net/knoppix/knoppix740-en.html
- Bitcoin: https://bitcoin.org/
- Debian bugtracker: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719870
- Compiz 0.9.11.1: https://launchpad.net/compiz
- Knoppix package sources: http://debian-knoppix.alioth.debian.org/
- Systemd: https://wiki.debian.org/systemd
- SysV init startup: http://www.freedesktop.org/wiki/Software/systemd/Incompatibilities/
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.
-
Window Maker Live 0.96.0-0 Released
If you're a fan of the Window Maker window manager, there's a new official release of the Linux distribution that champions the old-school user interface.