You are not logged in.
Pages: 1
This is my MX_Devuan with Plasma 6.5 and Dinit. For experiments.
I did not check the work on other configurations.
https://mega.nz/file/37I1FK7C#rnMFbuAe5 … zHHWzMJJUE
Last edited by Valera (2026-02-21 13:29:00)
Offline
New minimal version.1.9 gb
Rolling Devuan Unstable + Plasma 6.6 + Dinit + MX Tools
Soft: Synaptic, BleachBit, Grub Customizer, Gparted, Timeshift, Gwenview, PortProton, qBittorrent,Tribler, Firefox, FileZilla, JamesDSP, Strawberry, SMPlayer, AbiWord, Gnumeric, Okular and more.
https://mega.nz/file/zihwXLqa#ZD4_UGTNz … p5Z72rqEHs
Last edited by Valera (Yesterday 13:51:18)
Offline
Thanks for sharing. I've tried bot but couldn't figure out how to get any sort of network connection going. I was hoping using an Ethernet would autoconfigure itself, like it does on Devuan Excalibr and even my Freia test installs.
Any tips on how to get access to a network once these are installed?
Offline
Sorry. I don"t use a Network-manager. Using Dhcpcd. You can do:
ip link
ip link set eth0 up
Now I"ll do it with Network-manager....
Added Network-manager to ISO.
Last edited by Valera (2026-04-09 09:35:49)
Offline
If the computer will stay in one location, you could add a couple lines to /etc/network/interfaces.
https://www.devuan.org/os/documentation … figuration
See the section on using ifupdown and standard dhcp cable. If you need to have a static address on the local network, scroll down to Standard static address cable setup.
Offline
Thank you for the quick responses! Do you build this using live-build and debootstrap?
Offline
To create the ISO I used MX-Snapshot (it is in the system). I removed debootstrap from the ISO, but you can install it in the live boot and then install the system with debootstrap.
The system has the best GUI installer - Gazelle-installer for installing the system.
Offline
Updated ISO with Plasma 6.6
Offline
Fixed the work of Dinit user services
Last edited by Valera (2026-04-11 07:28:18)
Offline
Fixed Dinit working with Cgroups, Turnstile work, Pipewire now runs through Dinit user services. There are still small problems, but they run into the lack of Dinit support in Devuan.
Offline
I’m not a huge fan of KDE, but I’m glad someone’s adapting a Dinit to Devuan – great work, Valera!
Offline
l4nc, thank you!
Fixed Polkit, PackageKit
Last edited by Valera (2026-04-15 09:28:21)
Offline
Finished Dinit.Fixed running grafical.target with turnstile
Fixed starting a session with turnstile -now turnstile works completely like on Chimera Linux
Also fixed other bugs. Minimal, optimized for games with fresh software. Dinit is beautiful ![]()
Offline
Sorry,I didn"t notice
There were also problems with the cyclical launch of Turnstile services. I corrected it.
Turnstile - still in development...It's difficult with it.
Last edited by Valera (Yesterday 14:14:13)
Offline
I've heard that the integration in Chimaera Linux is perfect and a lot better than in ARTix. Are you sure it is the same level of implementation? ![]()
Offline
Sorry, I'm using Google Translate
My opinion is that Artix and Arch are not suitable for experimenting with init systems - they break very easily. Sid and Apt are better for this. The work of Dinit in Chimera Linux is the standard to be strived for. There the system is built to bypass Logind. I can't do the same on Devuan - there are permission problems. But I did my best to make Turnstile work. It controls the session and user services.
Offline
Are you developing turnstile?
Or "simply" fixing its dinit backend?
I guess I don't understand why you would need to experiment with init systems while fixing the dinit backend for turnstile.
And turnstile in itself should be agnostic about init system. It merely is a service that implements that concept of "User Services" where a user may set up "services" (programs) to start and restart when and while the user is logged in, and terminate when they log out.
Of course the ABI in detail has that start/restart as a 2-step matter with a "started" notification from the service control scripting separate from progress monitoring, and that's what the backend provides. The backend flavours, to me, only concerns which support utilities for process management would be expected.
But I may well have misunderstood it all. Why is turnstile related to which init system is in use?
Offline
>> Are you developing turnstile?
No. I"m a regular user. I watched how Turnstile worked in Chimera Linux and tried to do the same in Devuan. To do this, I had to make my own Dinit-dbus file and modify the dinit backend script in Turnstile. This is an experiment. Through elogind, everything works perfectly. I also had to fix the work of dinit in cgroups. I hope my settings will interest someone and the developers will take care of the support of dinit in Devuan.
>>Why is turnstile related to which init system is in use?
Turnstile works with other init systems, but I fixed it work with dinit in this particular system. It will not work fully with the standard settings for the dinit backend - they are for Chimera Linux.
Last edited by Valera (Today 04:39:02)
Offline
From the Internet:
" What's the point of running the graphical stack and session via Turnstile in Chimera Linux?
In the context of Chimera Linux, using Turnstile is a deliberate architectural choice. It provides all the power of systemd for managing user and graphical services while remaining completely independent from systemd itself and its philosophy.
Simply put, Turnstile solves three key problems that are critical for modern graphical environments:
Automatic user service management: It automatically starts your personal instance of Dinit (or runit) right after you log in, and crucially, shuts it down properly when you log out.
Proper application runtime environment: It creates and manages the XDG_RUNTIME_DIR (typically /run/user/1000), which is required for PipeWire, Wayland, and many other modern applications to function.
Graphical session management: It provides targets like graphical.target, allowing you to start all your desktop environment services with a single command and manage them as a unified whole.
🖥️ How does this work in practice with the graphical stack?
The process is seamless but logical and elegant:
Login: You enter your password in a display manager (e.g., SDDM). The PAM module pam_turnstile notifies the turnstiled daemon that a session is starting.
Environment setup: Turnstile creates the /run/user/$(id -u) directory, sets environment variables (XDG_RUNTIME_DIR, DBUS_SESSION_BUS_ADDRESS), and launches your user instance of Dinit.
Service startup: Your dinit --user receives a command to start the graphical.target. This target includes launching pipewire, wireplumber, dbus-daemon, and finally your Wayland compositor (e.g., labwc, sway).
Work and logout: You use your system. When you log out, Turnstile signals your user Dinit to stop, which gracefully terminates all child processes and cleans up the /run/user directory.
🤔 Why use this instead of just elogind?
That's a fair question. Unlike elogind (which is essentially a stripped-out piece of systemd), Turnstile was designed from the ground up to be service manager agnostic.
elogind only knows about systemd. It doesn't know how to directly manage Dinit or OpenRC.
Turnstile is specifically built not to care what init system you're using. It simply executes a backend — a small script — which in turn launches your dinit --user or runsvdir.
Thanks to this architectural decision, Chimera Linux can have:
System-wide Dinit for global services.
User Dinit for your personal services, launched via Turnstile.
seatd or elogind for device access.
All these different systems work together without interfering with each other, making Chimera Linux one of the most cohesive and thoughtfully designed distributions outside the systemd ecosystem."
Last edited by Valera (Today 05:22:11)
Offline
@Valera, there are too many nonsense statements in that.
Why that kind of sales blurb?
There is no special power in any of these programs. Nothing complicated.
Offline
>> Why that kind of sales blurb?
Sorry, it"s just a piece from the Internet, but it explains why I messed with Turnstile, and I just like dinit. I did it for myself as best I could, and I share it with others. This is relevant for those who use KDE and Wayland.
Last edited by Valera (Today 05:25:36)
Offline
Pages: 1