The officially official Devuan Forum!

You are not logged in.

#51 News & Announcements » Announcing Devuan 6.0 Excalibur! » 2025-11-02 12:44:54

fsmithred
Replies: 35

Dear Friends and Software Freedom Lovers,

It is with great pleasure that the Devuan Developers hereby announce the
release of Devuan Excalibur 6.0 as the project's newest stable release.
This is the result of lots of painstaking work by the team and extensive
testing by the wider Devuan community.

INSTALLATION and DOCUMENTATION

Whether you are upgrading an existing Devuan install, migrating from
Debian or installing from scratch, instructions and guidance can be
found online:

- https://devuan.org/os/install
- https://devuan.org/get-devuan

Packages, netboot images and installation media are available through a
resilient network of:

- http package mirrors (http://deb.devuan.org or choose manually from
  https://pkgmaster.devuan.org/mirror_list.txt)
- http, https, ftp, and rsync ISO mirrors
- torrent and magnet

Please take time to read the Release Notes. They include important
configuration information and tips to help your install or upgrade go as
smoothly as possible.

- https://files.devuan.org/devuan_excalib … _notes.txt

For the impatient, you can go straight to the package and sources.list
information or the installation media downloads:

- https://devuan.org/os/packages
- https://files.devuan.org/devuan_excalibur/

RESOURCES and SUPPORT

- Mailing list: https://mailinglists.dyne.org/cgi-bin/m … stinfo/dng
- IRC: #devuan #devuan-dev #devuan-arm (Libera)
- Forum: https://dev1galaxy.org
- Press contact: freedom at devuan dot org
- Source code: https://git.devuan.org
- Bug tracker: https://bugs.devuan.org
- Package information: https://pkginfo.devuan.org
- Popularity contest: https://popcon.devuan.org

AFTER EXCALIBUR

The next Devuan release, 7.0, is codenamed Freia. Repositories are
already available for the adventurous to test.

APPRECIATION

We wish to thank all of you for the incredible support given to Devuan.
Without your help and feedback, Devuan could not be the reliable and
versatile distribution that it is.

To support the Devuan project you can examine our financial reports and
donate at:
  https://devuan.org/os/donate
or take up one of the tasks listed at 'How you can help Devuan':
  https://dev1galaxy.org/viewtopic.php?pid=1380#p1380

The Devuan Team

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

You can use autofs to automount nfs.

Add this at the bottom of /etc/auto.master:

/mnt	/etc/auto.nfs

Create /etc/auto.nfs containing something like:

<share-name>    /path/to/<your-symlink-name>

Make the symlink and restart autofs:

ln -s /mnt/<share-name> /path/to/<your-symlink-name>
service autofs restart

- your-symlink-name can be the same or different from share-name.
- If you're already using /mnt for something else, you can mount the share somewhere else. Just make an empty directory to be used as the mountpoint.
- Don't use fstab for any part of this.

#53 Re: Installation » [SOLVED] newer kernel needed. daedalus backports or excalibur? » 2025-10-25 18:31:00

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

#54 Re: Other Issues » [SOLVED] apt problem - cannot update upower package to newer version » 2025-10-24 00:07:50

We no longer fork upower. The version you have installed is for ascii. One or more of the following should work.

apt install upower/daedalus

If that doesn't work, download the deb package and install it with dpkg.

apt download upower    #if you get the ascii version with this, then you need to remove ascii from sources.list or sources.list.d/

#you could also do this to download the right version:
apt download upower/daedalus

dpkg --force-downgrade -i upower_0.99.20-2_amd64.deb

We all know it's not really a downgrade, but apt thinks the one with the epoch is newer.

#55 Re: Hardware & System Configuration » Flash drive weirdness » 2025-10-22 16:52:43

Look at the whole device in hexedit to see if there's any code at the beginning. I don't have any usb stick that I haven't re-partitioned to tell you what it should look like. Maybe image the image it with dd if you want to examine it later.

I think I may have seen similar on a 128 or 256G and didn't think much about it before I re-partitioned. Or I could be imagining it. FWIW, my 128 and 256G sticks suck compared to 32. They're s - l - o - w.

I read about micro-sd cards hidden inside usb sticks. Last time I looked at them in the store, they had combo packs with "USB and micro-sd". They no longer hide the micro-sd - they let you insert it into the usb housing yourself.

#56 Re: Other Issues » symbol lookup error (gnutls_psk-set_client_credentials) » 2025-10-20 21:02:13

Try using qemu-system-x86_84. If you really have qemu-system-amd64, where did you get it from? I can't find it.

#57 Re: Hardware & System Configuration » GUI does not start automatically » 2025-10-17 18:04:51

It looks like lightdm is set to stop on every runlevel and not to start on any runlevel. The stops and starts are set in /etc/init.d/lightdm. The beginning of that file should look like this:

#! /bin/sh
### BEGIN INIT INFO
# Provides:          lightdm
# Should-Start:      console-screen kbd acpid dbus hal consolekit
# Required-Start:    $local_fs $remote_fs x11-common
# Required-Stop:     $local_fs $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Light Display Manager
# Description:       Debian init script for the Light Display Manager

If it does not have the same Default-Start and Default-Stop runlevels, you need to think about when and how that happened. Check to see when the file was last edited. That might give you a clue.

I have no other ideas right now.

#58 Re: Hardware & System Configuration » GUI does not start automatically » 2025-10-17 13:21:48

You might be able to sort it out by running

dpkg-reconfigure lightdm

as root. You'll also see if there's another display manager installed, and it will give you a choice of which one to use.

If it still doesn't work, make sure the lightdm service is set up to run. Either install and run sysv-rc-conf and make sure lightdm is set to run in runlevels 2-5 or run

update-rc.d lightdm defaults

Does startx work for unprivileged user?

#59 Re: Desktop and Multimedia » Excalibur RC1 + Xfce + slim + auto login shows Untitled window » 2025-10-15 22:36:03

Thanks for the bug report.
clearlooks-phenix-lightpurpy-theme is fixed in version 7.0.1-6. I couldn't build it for excalibur-proposed-updates, so I built it for ceres. It does install and work in excalibur.

You can download the package here :
https://pkgmaster.devuan.org/devuan/poo … -6_all.deb

(or apt download <package> if you have ceres enabled in sources)

#60 Re: Desktop and Multimedia » Excalibur RC1 + Xfce + slim + auto login shows Untitled window » 2025-10-14 10:25:54

Thanks once again for your test report. There are different sources.

Without a deb-src line for excalibur-proposed-updates, 'apt source slim' gives me slim_1.4.1-1devuan1.debian.tar.xz
and with that source I get slim_1.4.1-1devuan1+excalibur1.debian.tar.xz

deb http://deb.devuan.org/merged excalibur-proposed-updates main
deb-src http://deb.devuan.org/merged excalibur-proposed-updates main

More info: The upstream dev thinks we have the wrong solution, but he is currently unavailable to give us more info.

Here's the relevant commit: https://git.devuan.org/devuan/slim/comm … 86db1173ff

#61 Re: Other Issues » Alsa errors during boot of Excalibur » 2025-10-14 01:29:07

@greenjeans
I replaced 90-alsa-restore.rules with what you posted above. Got error in dmesg:

[    9.332608] udevd[753]: invalid key/value pair in file /usr/lib/udev/rules.d/90-alsa-restore.rules on line 3, starting at character 73 (',')

I checked upstream and there's one character difference between what's posted above (---) and what's on github (+++).
https://github.com/alsa-project/alsa-ut … e.rules.in

--- 90-alsa-restore.rules	2025-10-13 23:59:29.972000000 +0000
+++ 90-alsa-restore.rules.upstream	2025-10-14 01:12:30.304000000 +0000
@@ -8,7 +8,7 @@
 ENV{ALSA_CARD_NUMBER}="$attr{device/number}"
 
 # mark HDA analog card; HDMI/DP card does not have capture devices
-DRIVERS=="snd_hda_intel", TEST=="device/pcmC$env{ALSA_CARD_NUMBER}D0p", RUN+="/bin/sh -c 'echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} >> /run/udev/alsa-hda-analog-card'"
+DRIVERS=="snd_hda_intel", TEST=="device/pcmC$env{ALSA_CARD_NUMBER}D0c", RUN+="/bin/sh -c 'echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} >> /run/udev/alsa-hda-analog-card'"
 
 # check for ACP hardware
 TEST=="device/device/acp3x-dmic-capture", GOTO="alsa_hda_analog"

#63 Re: Desktop and Multimedia » Excalibur RC1 + Xfce + slim + auto login shows Untitled window » 2025-10-13 15:05:48

I just realized that the rc1 desktop-live iso is still using lightdm. I made a new iso today and made sure slim was installed. It seems to be fixed. Please test.
https://files.devuan.org/devuan_excalib … p-live.iso

sha256sum

186c0f8a994d7a1223c16f3cee2763c099e2a4e29fcab9fdef3dbee7a48dc824  devuan_excalibur_6.0.0-rc2_amd64_desktop-live.iso

Edit: This one has the wrong version of the Release Notes. I'll wait to hear about slim before I make a new iso.

#64 Re: Desktop and Multimedia » Excalibur RC1 + Xfce + slim + auto login shows Untitled window » 2025-10-12 23:39:25

"Maybe someone who actually knows what they are doing can fix this?"

That quote sounds familiar, as in - I wrote that regarding merging some branches in the documentation section of our git repo. I'm not sure how to best do it without screwing up the repo. It had nothing to do with slim unless someone else said the same words.

Try the version of slim in excalibur-proposed-updates. 1.4.1-1devuan1+excalibur1

code can be fount here: https://git.devuan.org/devuan/slim/src/ … ed-updates

#65 Re: Devuan » [SOLVED] Development and goal of Devuan. » 2025-10-12 14:26:59

Clarification: Debian and Devuan packages are not incompatible. They are exactly the same packages. We filter out and fork the packages that require systemd. If you use debian sources with devuan sources, you'll still get mostly the same packages, but you won't have the filter, and you'll probably screw up your system by installing things that do require systemd.

#66 Re: Hardware & System Configuration » [SOLVED] Encrypt USB? » 2025-10-12 09:57:39

zip it into a single file and then encrypt it with gpg. There is gpg for windows.

#67 Re: Installation » Testing Devuan6 excalibur RC1 » 2025-10-10 15:10:30

anacron is useful for systems that are not running 24 hours a day, like laptops for example, so that scheduled cron jobs will run somewhat according to their schedules. It's safe to remove it if you don't need it.

Here's a thought. If you only run the computer for short times, you might be shutting down while it's trying to run a job. Only way I can think of to check this would be to look in syslog right before you shut down. If cron is active, wait for it to finish and then see if shutdown is faster.

#68 Re: Installation » Installating Excalibur (init, luks, cinnamon, zoom, nvidia, steam etc) » 2025-10-10 15:06:08

The only thing I can help with is zoom. I always refuse the app and eventually there's a link way down at the bottom of the page in small print that says something like "enter zoom with your browser". Works fine with chromium.

#69 Re: Off-topic » Critical security flaw in sudo » 2025-10-08 22:28:52

Fixed in trixie and forky/sid. (i.e. excalibur and freia/ceres) Older versions not affected.
https://security-tracker.debian.org/tra … 2025-32463

(I duck-searched the CVE with the words 'debian security' - first hit.)

#70 Re: Desktop and Multimedia » how renew DHCP lease? » 2025-10-07 22:29:36

...or with ifupdown it would be

sudo ifdown eth0
sudo ifup eth0

#71 Re: Hardware & System Configuration » "Partial ACPI Installation" on MacBook5,2 » 2025-10-07 17:44:46

Oh, interesting. I don't have that one. I have:

ii  acpi-fakekey                     0.143-5.1                     amd64        tool to generate fake key events
ii  acpi-support                     0.143-5.1                     all          scripts for handling many ACPI events
ii  acpi-support-base                0.143-5.1                     all          scripts for handling base ACPI events such as the power button
ii  acpid                            1:2.0.33-2+b1                 amd64        Advanced Configuration and Power Interface event daemon

I don't know what you need, but -support and -support-base are probably good ones to try first.

#72 Re: Hardware & System Configuration » "Partial ACPI Installation" on MacBook5,2 » 2025-10-07 16:16:35

This is just a guess, but you could start by seeing what acpi packages are already installed and compare that to what's available in the repo. Post the output of the first command and maybe someone can tell you what's missing.

# show what's installed
dpkg -l | grep acpi

# see what's available
apt-cache search acpi

#73 Re: Hardware & System Configuration » Login as root on Graphcial desktop possible » 2025-10-05 19:19:52

I think there is a significant security risk - if there's a vulnerability in some piece of software that gives an attacker access to your session, they don't have to bother with escalating privileges because they're already root. Imagine running a web browser as root and allowing all unknown entities to run javascript as root on your machine. Up until recently, xorg always ran as root. It was changed because it was a security risk.

#74 Re: Hardware & System Configuration » Login as root on Graphcial desktop possible » 2025-10-05 19:13:16

Suse used to allow root login to desktop. I don't know if it's still the case. The default desktop background for root was a picture of a bomb. Good reminder.

The only time I ever log into the desktop as root is if I can't do it as user, and I want to narrow down the problem.

#75 Re: Installation » [SOLVED] How to report "gpg: BAD signature" » 2025-10-03 23:38:15

See if this fixes it:

 gpg --keyserver keyserver.ubuntu.com --refresh-keys

Board footer

Forum Software