Devuan – Debian without systemd
Challenging
If you are still running Debian Wheezy and want to convert to Devuan Jessie, you'll experience some of the same problems that occur when upgrading from Debian Wheezy to Debian Jessie. After adjusting the repositories, install the Devuan keyring and run the apt-get dist-upgrade
command. The package manager will ask you the usual questions about receiving the configuration files and then proceed to install the updates and additional required software.
On our lab machine, we had an unpleasant surprise with the KDE desktop. The new KMail version, which relies on the Akonadi data management service, did not install properly. If you follow the program's prompt and start the conversion wizard, you may be waiting for some time, depending on the volume of messages and folders. All the filters were missing on the test system. The following commands gave us the right results:
akonadictl stop rm -rf ~/.local/share/akonadi/ rm -rf ~/.config/akonadi/ rm ~/.kde/share/config/akonadi* akonadictl start
We then relaunched the migration. We initially did not enter the passwords for the accounts and imported all the filter rules; this time the migration was successful. After several hours, KMail was still unusable – it was impossible to read or delete messages.
On the second computer, we found two packages with configuration files that had not been removed (libsystemd-daemon0
and libsystemd-login0
). The libsystemd0
package was marked as automatically installed, and it remained as a dependency of xsane
, libsane
, and sane-utils
– support for the scanner does not seem to be fully developed.
The init
metapackage in Devuan ensures that one of the available init system (systemd
, sysvinit
, or upstart
) is installed if a program requires it. Because many applications from graphical environments depend on D-Bus, and the standard D-Bus component requires systemd on Debian, the Devuan team built their own D-Bus from the upstream sources.
Reach for the Stars
We noticed a few minor issues with setting up Devuan. The auto-mount feature caused a couple of hiccups on both lab computers. One system required us to mount the removable disk manually; the other asked for the root password before mounting.
Overall, Devuan is a success. The fact that switching from Debian Wheezy to Devuan Jessie caused such problems appeared to be an issue with KMail and not the distribution, as Debian users have also reported difficulties in forums. The change to the SLiM login manager does not pose a problem. If you cannot get along with Xfce, install KDE, LXDE, or Mate.
Only Gnome fans are left out in the cold – and that will not change in the future, as we learned from the developers, who are more interested in pushing forward with the next release than integrating the huge Gnome codebase. If everything runs smoothly, the first images for the upcoming ASCII release will soon be available on the Devuan servers.
It is not just long-serving Unix veterans who are interested in a systemd-free distribution. The project page shows more than ten distributions based on Devuan. And things are also happening in the enterprise field: Centurion Computer Technology (New Zealand) and Dyne Solutions (Netherlands) are in the starting blocks to provide customized Devuan derivatives and support [9] to their customers.
Infos
- Arguments against systemd: http://without-systemd.org/wiki/index.php/Arguments_against_systemd
- Devuan: https://devuan.org
- Install Jessie without systemd: https://wiki.debian.org/systemd#Installing_without_systemd
- Minor planets: http://www.minorplanetcenter.net/iau/lists/MPNames.html
- Devuan download: https://files.devuan.org
- Blog post on the release candidate: https://devuan.org/os/debian-fork/stable-2nd-candidate-announce-050517
- Devuan bug tracker: https://bugs.devuan.org
- Instructions for the Devuan upgrade: https://devuan.org/os/documentation/dev1fanboy/Upgrade-to-Devuan
- Devuan 1.0 release notes : https://devuan.org/os/debian-fork/stable-jessie-announce-052517
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
The Next Major Release of Elementary OS Has Arrived
It's been over a year since the developers of elementary OS released version 6.1 (Jólnir) but they've finally made their latest release (Horus) available with a renewed focus on the user.
-
KDE Plasma 5.27 Beta Is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.
-
Gnome 44 Now Has a Release Date
Gnome 44 will be officially released on March 22, 2023.
-
Nitrux 2.6 Available with Kernel 6.1 and a Major Change
The developers of Nitrux have officially released version 2.6 of their Linux distribution with plenty of new features to excite users.
-
Vanilla OS Initial Release Is Now Available
A stock GNOME experience with on-demand immutability finally sees its first production release.
-
Critical Linux Vulnerability Found to Impact SMB Servers
A Linux vulnerability with a CVSS score of 10 has been found to affect SMB servers and can lead to remote code execution.