You are not logged in.
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
You can use autofs to automount nfs.
Add this at the bottom of /etc/auto.master:
/mnt /etc/auto.nfsCreate /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.
You can uncomment excalibur-security and excalibur-updates. They've been active since around when trixie was released.
We no longer fork upower. The version you have installed is for ascii. One or more of the following should work.
apt install upower/daedalusIf 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.debWe all know it's not really a downgrade, but apt thinks the one with the epoch is newer.
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.
Try using qemu-system-x86_84. If you really have qemu-system-amd64, where did you get it from? I can't find it.
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 ManagerIf 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.
You might be able to sort it out by running
dpkg-reconfigure lightdmas 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 defaultsDoes startx work for unprivileged user?
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)
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 mainMore 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
@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"All better now.
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.isoEdit: This one has the wrong version of the Release Notes. I'll wait to hear about slim before I make a new iso.
"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
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.
zip it into a single file and then encrypt it with gpg. There is gpg for windows.
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.
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.
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.)
...or with ifupdown it would be
sudo ifdown eth0
sudo ifup eth0Oh, 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 daemonI don't know what you need, but -support and -support-base are probably good ones to try first.
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 acpiI 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.
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.
See if this fixes it:
gpg --keyserver keyserver.ubuntu.com --refresh-keys