The officially official Devuan Forum!

You are not logged in.

#1 Re: Documentation » HOW TO: Install XLibre on Devuan » 2026-05-03 19:21:57

What do you expect from a X11 replacement?

From my Excalibur on XLibre VM:

~$ env | grep -E -i 'x11|xorg|wayland'
XDG_SESSION_TYPE=x11

#2 Re: Hardware & System Configuration » [SOLVED] How can I skip a kernel update? » 2026-05-02 12:22:11

Do also set on hold: linux-headers-amd64 linux-image-amd64

#3 Re: Installation » Freia not available for download. » 2026-04-28 19:34:33

Typically there are no regular iso's prepared in the early stages of testing. This is happening when the release is due.

Normally, you take a stable, e.g. netinstall, do your installation, and then change the sources.list to freia. apt update/apt full-upgrade then will do the job.

#4 Re: Other Issues » [SOLVED] Shift from Silverblue to Devuan » 2026-04-25 12:31:03

welcome to Devuan.

I am nowadays on the default: sysvinit. I have tried openrc too, but I did not see any advantages. My current PC system is about 5 years old, so fast enough.

As an original Gnome2 user 10-15 years ago, I have initially used Mate for a while, but have switched to Cinnamon now. I never could make friends with Gnome3 and later, also neither XFCE nor KDE is one of my favorites. I have tried xlibre with Excalibur in a VM, looks good there, but daily driver still is X11.

ext4 is a rockstable file system most people use. btrfs is the same as in Debian. I my eyes only recommended for the very experienced user. Has a small user base.

Anyhow: Devuan is Debian w/o systemd. There have been some threads lately going a bit more into detail. If you are interested, use the forum search.

#6 Re: Hardware & System Configuration » [SOLVED] syslog not being rotated » 2026-04-18 17:02:23

Have a look:
https://dev1galaxy.org/viewtopic.php?id=5763

I have some notes (unfortunately in German) what I did on modifications on my PC.

#7 Re: Other Issues » [SOLVED] Can't find libfuse2 on devuan/feria » 2026-04-17 13:00:51

Why that complicated.

In the top left corner of this forum there is a link to the Devuan packages. Search for libfuse2, then goto 2.9.9-6+b1 which is the latest version, and download the deb under Filename.

Copy the download to /tmp, cd there as root and run dpkg -i *.deb and you are done.

#8 Re: Other Issues » [SOLVED] Can't find libfuse2 on devuan/feria » 2026-04-16 10:13:19

My first reaction was: that lib is outdated.

Then I had a look at my Excalibur. There I got listed libfuse2/now 2.9.9-6+b1 amd64 which is installed locally, and libfuse2t64/stable 2.9.9-9 amd64 which isn't installed. Haven't digged any deeper. Don't know why/how libfuse2 was installed, can't remember any special operation.

libfuse2 is from bookworm, libfuse2t64 is from Trixie, there is nothing in Forky/Freia.

You could try libfuse2t64. But I think you need to download it from Trixie/Excalibur and then install it locally. Same is vald for libfuse2 from Bootkworm/Daedalus.

Update: some search revealed that libfuse2 was installed because of Veracrypt.

#9 Re: Installation » deb-cdrom line from /etc/apt/sources.list is not deleted after install » 2026-04-06 14:21:32

Strange, in this case the line should have been commented out.

Maybe I give it a try in a VM, you used 6.1.0?

#10 Re: Installation » deb-cdrom line from /etc/apt/sources.list is not deleted after install » 2026-04-06 13:16:06

Looks like you had network, but you must have denied using a mirror.

BTW: Debian and Devuan installers are similar but not identical. I am always doing an offline install w/o network and mirror, setting that up is the first step after a sucessful reboot for me.

#11 Re: Hardware & System Configuration » [SOLVED] gparted will not start » 2026-04-05 13:01:27

When starting gparted from the menu you should be asked for root credentials. Does that happen? This "cannot open display" indicates at some permission issues. Have you changed the policy kit?

#12 Re: Installation » deb-cdrom line from /etc/apt/sources.list is not deleted after install » 2026-04-05 08:46:14

This line remains listed in the sources.list when there is no network connection during installation, or if you do deny the question for a sever mirror connection. The installer assumes an offline installation and leaves the cdrom line.

#13 Re: Desktop and Multimedia » (devuan 6) caja no longer opening - apps unresponsive » 2026-03-30 16:57:19

I think the router is an external device, the interface to the internet. I do not see any relation to your PC and the software its running.

Bit rot, disk error, hw fault. I would check the smart values of the disks first of all.

#15 Re: Freedom Hacks » How will life be without gvfs? » 2026-03-24 19:01:10

On my Excalibur with Cinnamon DE, I will keep gvfs as neccessary toolkit for the connection of my PC with my smartphone.

#16 Re: Installation » Forgot login/sudo password » 2026-03-19 15:30:09

Duke Nukem wrote:

I didn't even know that Firefox could save passwords.

Every sort of main stream browser does that if configured to do so, but only for web pages.

I have some passwords saved in FF, but the relevant ones are not stored in FF but in a password manager I do use for many years now.

#17 Re: Hardware & System Configuration » Accidental Success: Revived 2008 Toshiba with Devuan 6 & AI (Non-Tech) » 2026-03-17 13:31:07

tyder wrote:

I think using AI is essential, ...

I don't trust any AI, I try to use my Brain 1.0.

#18 Re: Hardware & System Configuration » [SOLVED] Removing/purging Network Manager » 2026-03-09 18:54:10

You either define everything in /etc/network/interfaces or you exclusively use NM for both. As you have seen a mix won't work.

#19 Re: Installation » [SOLVED] Display problems with 6.1.1 live » 2026-03-01 19:46:52

This is common behavior on Debian live for years.

You know this is a Devuan forum? Why do you pick here on the Debian live behaviour? If its a bug file it against the Debian bug tracker.

#20 Re: Installation » [SOLVED] Two HDDs: Which is sda1? » 2026-03-01 17:54:32

Naming pattern is:

First detected drive = sda, second detected drive = sdb, ... Attention: the detection order is subject to change from boot to boot.

First partition on first disk = sda1, second partition on first disk sda2, ...

I would first look into the bios what that says, then start a gparted live medium and check that, then only use manual partitioning (requires some understanding).

For a newbie: read very carefuly the displays you are getting to relate physical disk with display by software.

#21 Re: Desktop and Multimedia » [SOLVED] Inability to install printer » 2026-02-22 08:56:18

when I accept the license in the license description box, ideographic characters from another alphabet appear (Chinese, Korean, or Japanese, I'm not sure) and the option to download the drivers disappears.

I think its simply Firefox fooling you. Use Chromium or the wget-command steve_v posted.

#23 Re: Other Issues » Does Mate 1.28 use X11 or Wayland by default? » 2026-02-20 13:38:30

Look on your login screen (assuming you use lightdm). It tells you e.g. "default Xsession" meaning its running on X11.

#24 Re: Other Issues » Does Mate 1.28 use X11 or Wayland by default? » 2026-02-20 13:15:13

Your question does not make any sense the way its phrased.

Its not Debian/Devuan using X11 or Wayland, it depends on the DE you are using. I.e. Gnome in Testing is Wayland only meanwhile. Cinnamon can work on both. .....

#25 Re: Desktop and Multimedia » [SOLVED] Inability to install printer » 2026-02-19 23:27:14

1) I download the printer and scanner drivers from the official Epson website. I verify the architecture (64-bit), and the only ones available for download are those labeled DEB X 64 (ARM).

If you really mean ARM as architecture then that is wrong, cannot work. You need an AMD64 deb package.

3) I go to the localhost 631 website and register as a user.

I am used to administer my printer as root.

Board footer

Forum Software