The officially official Devuan Forum!

You are not logged in.

#26 Re: Installation » After installation / how select Desktop » 2025-11-04 16:25:52

I am not familiar with sddm, I only use lightdm. You got a very complex installation.

When you are on the sddm login screen, there should be some sort of button behind that you should be able to choose.

#27 Re: Installation » Upgrade from Devuan Daedalus 32-bit to Excalibur » 2025-11-04 16:23:32

There won't be any more kernels for i386. Debian decision with consequences for Devuan. You may look around for other distros.

There is at least one thread in this forum about this topic: https://dev1galaxy.org/viewtopic.php?id=7124 and I think there was another one.

#28 Re: Installation » [SOLVED] dist upgrade to excalibur hits only security packages » 2025-11-04 15:36:38

What about the sources.list? Does that still exist? It must be deleted or renamed.

#29 Re: Devuan » [Ask] Red Hat components, daemons, or services in Devuan » 2025-11-03 17:31:08

Your initial post sounds like you are not aware what Devuan really is in relation to Debian.

Devuan developers look at the packages, if they are systemd or have systemd dependencies. These are replaced. All the rest is pure Debian. And there are some additional init systems that are supported.

If you are interested in which packages are on that list, have a look at https://pkgmaster.devuan.org/bannedpackages.txt

#30 Re: Installation » Excalibur: Mounting NFS shares using /etc/fstab » 2025-11-03 17:00:32

Me too. I don't use fstab, I wrote a cron script that is executed @reboot on the clients. My setup is a bit special anyhow. The server is shut down at nigth when all clients are off, and woken up in the morning by the first client in the morning. It checks if the network is available, if the server can be pinged, if the shares have been setup. Then the shares are mounted on the client(s). Server and clients are encrypted, the server is on a RAID6.

#31 Re: News & Announcements » Announcing Devuan 6.0 Excalibur! » 2025-11-02 13:04:25

Great news. Congratulations to the team. Can't appreciate your work enough.

#32 Re: Hardware & System Configuration » [SOLVED] nfs trouble on Chimaera » 2025-11-01 17:57:20

is there already a good wiki on how to start with NFS on Devuan?

I do not see any big difference between Debian and Devuan regarding the implementation of a nfs server and client. The guides you can find on the internet do apply for both in general.

I have started a file server on Sarge, first of all with Samba for the Windows PCs on my family network. When I started with dual booting with Linux on my home PC, I discovered that I could export the shares I had prepared for Samba easily for nfs too. I started off with nfs(3), and moved to nfs4 some years later. There are a few differences in the way you export the shares, but there is no relation to any init system.

On the client side, I wasn't successful with mounting the shares via fstab due to the fact that the file server was put to sleep at night, and it would wake up past the client, and it needed some additional time for decrypting the shares. So I created a script that is invoked by cron @reboot. The script checks if the server is online, then if the shares are exported, and then it mounts the shares. When the server is off the operation of my workstation isn't affected, just the shares aren't there. I am still using this proven and reliable approach nowadays.

#33 Re: Packaging for Devuan » [SOLVED] Where is Veracrypt? » 2025-10-31 18:03:22

No, neither of them ever were in the Debian/Devuan repos.

Veracrypt to be obtained from: https://veracrypt.io/en/Home.html

You may find a similar package in the repo: zulucrypt.

#34 Re: Desktop and Multimedia » A tale of two laptops » 2025-10-28 22:17:25

That hash at the front is there to indicate that this is a command to be used with root priviligues.

#35 Re: Other Issues » [SOLVED] Debian User Forum » 2025-10-28 10:40:36

My findings:

Debian User Forum: forums.user.net page not found, what works is https://forums.debian.net/. Attention: Anti-bot software in place.

debianuserforums.org: 403, unsafe, probably certificate outdated.

#36 Re: Other Issues » Apt .sources changes » 2025-10-27 17:40:31

Well, that does not happen by chance or arbitrary. There is a definite command at least in Excalibur:

apt modernize-sources

Has to be called deliberately.

#37 Re: Desktop and Multimedia » A tale of two laptops » 2025-10-27 08:55:49

I don't think you are missing some packages. One explanation for the different grub display might be a different screen resolution. Have a look at the data sheets or the output from

inxi -Fz

The inxi package may need to be installed.

A way to tweak the grub screen font size is to modify the /etc/default/grub file.

# nano /etc/default/grub

Change the contents to show e.g.:

GRUB_GFXMODE=1024x768 
GRUB_GFXPAYLOAD_LINUX=keep

You may modify the screensize further.
Then run:

# update-grub 

#38 Re: Installation » [SOLVED] newer kernel needed. daedalus backports or excalibur? » 2025-10-25 18:49:41

You can uncomment excalibur-security and excalibur-updates. They've been active since around when trixie was released.

Thanks, didn't know that. Good news, makes things a bit easier.

#40 Re: Installation » [SOLVED] newer kernel needed. daedalus backports or excalibur? » 2025-10-25 13:31:28

I tend to upgrade to excalibur. So I du just the usual?

Not quite, there is one more thing to do and some remarks.
Before changing the sources to excalibur, you need to run the usrmerge app (I use apt instead of apt-get, I like the progress bar). If you don't do that you get an error message and the upgrade is stalled.

# apt install usrmerge

Then, as long as Excalibur still is testing, the sources.list must contain just one line:

deb http://deb.devuan.org/merged/ excalibur main contrib non-free non-free-firmware

And the usual precautions do apply: make a backup and remove/deactivate all foreign repos from your sources.list.

#41 Re: Off-topic » Caveat emptor -> Kingston DataTraveler Exodia M USB 3.2 » 2025-10-22 18:34:04

Nowadays before buying a stick I do look at if there are read/write specs on the websites, and if a data sheet is available. Some only offer read rates, they are dropped from the list. Sticks without any of that stuff are sorted out. I do not look at the cheapest price, I look for the size and a reasonable performance.

#42 Re: Hardware & System Configuration » Flash drive weirdness » 2025-10-22 13:08:26

A check if the memory on the stick really is the advertized one can be done with the f3 utility.

The first thing I do with any USB stick I buy.

#43 Re: Installation » [SOLVED] newer kernel needed. daedalus backports or excalibur? » 2025-10-21 11:01:15

Daedalus backports is on 6.12, as Excalibur.

Backports is the safe route, Excalibur means a slightly higher risk of ooups.

#44 Re: Installation » Also UEFI install problems » 2025-10-16 15:55:40

The Devuan installer is a pure text based installer, it does not need any graphics driver like nouveau ...

I never had any issues booting 5.0.0 or 5.0.1 on one of my PCs, no matter if legacy or uefi, except for when using Ventoy.

My guess: your PC has some strange configuration that does not like the basic settings the installer uses. Maybe related to your NVidea card (I only use AMD). And if 5.0.0 works, install with it, an apt update/apt full-upgrade installs everything to the latest version in the repo.

#45 Re: Devuan » [SOLVED] Development and goal of Devuan. » 2025-10-12 14:41:21

Addition: Devuan pulls in all Debian packages on a regular basis, filters out the systemd related stuff, adds the replacements where applicable. They end up in a "merged" repo which must be used to update any Devuan system.

#46 Re: Other Issues » Some system messages are not being logged » 2025-10-11 07:18:33

I regularly see this "Stopping early crypto disks" during system shutdown. But I consequently use encryption. Tells me the system is mostly down, and now cryptodisks are being closed as one of the last steps in the shutdown process.

Maybe this is a step that happens all the time? I don't know.

#47 Re: Other Issues » Some system messages are not being logged » 2025-10-10 20:45:44

How should messages been logged when the system is going down already? Disks have been unmounted already? No way.

#48 Re: Hardware & System Configuration » Login as root on Graphcial desktop possible » 2025-10-09 12:00:40

I have just raised a bug report against Debian:

Bug#1117664: lightdm: Per default it is possible to login as user root graphically

#49 Re: Off-topic » When installing a system, do you manually partition first? » 2025-10-07 09:47:28

nvme drives are no different from spinning rust or SSDs. On some older mainboards the bios must be prepared to support nmve's.

#50 Re: Off-topic » When installing a system, do you manually partition first? » 2025-10-06 18:53:30

I do my partitioning before installation with gparted live. In a VM I use the installer but manual partitioning. I do not like the automatisms build in, in my eyes they are outdated in terms to size allowed. Usually too little. I want to determine size, order etc. myself based on a long time experience.

I have done that since the first tools came up on DOS like Partition Magic.

Board footer

Forum Software