The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » Handbrake in Devuan 6 / Debian 13 corrupts DVD subtitle timings » Yesterday 20:08:19

Yes, I know MKVToolNix but I don't think it could fix the random subtitle timings, I only did 4 DVDs before I noticed this so I will just redo them with the self-built Handbrake binary.

TBH I never had problems with Handbrake on other non-Debian based Distros before, I suspect the problems are specific to the Debian package which builds Handbrake differently compared to how the Handbrake devs recommend.

Building your own Handbrake binaries is not difficult it's explained in detail here:
https://handbrake.fr/docs/en/latest/dev … linux.html

#2 Re: Desktop and Multimedia » Chromium-based browsers killed HW accel for some old video cards » Yesterday 20:01:59

I usually watch online videos using mpv with yt-dlp, basically all you need to do is run mpv with the URL of the video (for example copy+pasted from the browser):

mpv https://www.youtube.com/watch?v=xxxxxxxxx

This is far lighter on the cpu than anything browser-based, even when the browser uses hardware assisted decoding.

This works for many online videos, not just youtube.

you might want to put your yt-dlp preferences in the mpv config file, for example I have the follwing in ~/.config/mpv/mpv.conf

script-opts=ytdl_hook-ytdl_path=/path/to/yt-dlp/yt-dlp.sh
ytdl-format=bestvideo[width<=1920][height<=1080][vcodec~=?'^(vp9|h264|avc1)']+bestaudio/best
cache=yes
cache-on-disk=no
cache-pause-wait=5
cache-pause-initial=yes
demuxer-thread=yes
demuxer-cache-dir=/tmp
demuxer-max-bytes=800MiB
demuxer-readahead-secs=15
cookies=yes
keep-open=yes

#3 Desktop and Multimedia » Handbrake in Devuan 6 / Debian 13 corrupts DVD subtitle timings » Yesterday 12:27:32

tux_99
Replies: 2

Just a heads-up for all Handbrake users here:

In the last few days I used Handbrake (installed from the Devuan/Debian repos) to convert some DVDs to h264 mkv files (as a backup on hard disk) and noticed that the VOBsub subtitle timings were all corrupted (subtitles appearing sometimes way too early, sometimes way too late, all within the same file).

So I built the latest official Handbrake release from source and with this build it does not happen, the subtitle timings are perfect exactly like on the original DVD.

Luckily I caught this in time before doing too many conversions.

#4 Re: Devuan » Devuan Server compromised » Yesterday 12:20:49

I find the title of this thread misleading bordering on clickbait as it could imply that the offcial Devuan server(s) has been comprmised, it should be changed to something like "personal server running an ancient Devuan release compromised".

#5 Re: Devuan » packagit vulnerability » Yesterday 12:16:57

Could it be that the fix has been backported?

The Changelog says:

packagekit (1.3.1-1+deb13u1) trixie-security; urgency=high

  * Non-maintainer upload by the Security Team.
  * Do not allow re-invoking methods on non-new transactions

-- Salvatore Bonaccorso <carnil@debian.org>  Tue, 21 Apr 2026 16:45:57 +0200

It doesn't mention the CVE number (which IMHO it should have to make it clear that it fixes this CVE) but this security update has been released around the same time of your article so my guess is that it relates to this CVE.
https://metadata.ftp-master.debian.org/ … _changelog

#6 Re: Documentation » Changes in sudo (upstream) » 2026-09-13 21:54:11

sudo is one of the first packages that I uninstall on laptops/desktops after a fresh installation.

It is not even meant for the purpose it's being used by most Linux distros, sudo is meant to give limited access to specific commands as root or other restricted user to specific users on a multi-user system, not as a "run everything you want as root" tool on a single user desktop/laptop system.

We have to thank Ubuntu for introducing this misuse of sudo on Linux.

#7 Re: Off-topic » Virgin Money Refuses Help to Provide Desktop App » 2026-09-13 21:43:54

Marjorie wrote:

I recognise that there are limitation to banks webapp security - all the bank apps I'm aware of seem to still rely on text OTP messages for second factor security after user ID + Pin or password. I'm unclear whether they are therefore any more secure than their mobile apps,

Using an offline card reader where you have to insert your bank card and then type your PIN to get an OTP code on the LCD-display of the card reader that you then enter in the browser based banking login is the safest of all second factor methods, far safer than anything smartphone based.

Nationwide actually has good browser based online banking and as a second factor they give you the choice of an offline card reader as described.

I wouldn't bank with any bank that doesn't offer this.

#8 Off-topic » dinit /runit / openrc / s6 which one is most similar to sysv-init? » 2026-09-09 18:36:37

tux_99
Replies: 1

While my daily driver is  running Devuan with sysV-init I would like to explore Artix Linux on a secondary PC.

But Artix Linux has ISOs for 4 different init systems but not sysV-init: dinit /runit / openrc / s6

I'm not familiar with any of them, I only have experience with sysV-init and Upstart (and systemd, not by choice).

Which one of the 4 init systems Artix offers is most similar to sysV-init?

By similar I mean that it uses ideally the same init scripts  as sysV-init in the familiar rc.d folder.
I liked Upstart because of this, it was perfectly backward compatible with the sysV init scripts.

Or in other words which one would you recommend to someone who is used to sysV-init and would like to feel at home as quickly as possible?

#9 Re: Documentation » [HowTo] Use slimlock with xfce » 2026-08-28 11:13:41

I noticed slimlock does not get used when the xfce-screensaver locks the screen, only when I click on "lock screen" manually.

Is there a way to get xfce-screensaver to use slimlock for the lock screen?

#10 Re: Documentation » [HowTo] Use slimlock with xfce » 2026-08-28 06:21:13

Thanks for the how to, it works fine!

#11 Re: Installation » Some stupid questions to prepare for Devuan installation » 2026-08-23 00:00:29

I'm using Devuan with a Nvidia GTX 1050 card and the proprietary Nvidia drivers (the 550 version from the Devuan/Debian repos) without any problems, the system is absolutely stable and everything works fine (OpenGL, Vdpau, NVDEC and Vulkan).

The only thing I couldn't get working is VAAPI hw video decoding in Firefox, if I enable that Firefox crashes the moment I start a video in the browser (for example on youtube), but with VAAPI hw video decoding disabled videos in Firefox obviously play fine so it's not a big issue.

That said the GT 730 that you are trying to use is apparently no longer supported by the 535 and 550 propietary drivers in Devuan 6 (Excalibur), the most recent Nvidia drivers that still support the GT 730 are the 470 series.

There is a guide on github on how to install the 470 series drivers (and the older 340 and 390 series) on Debian 13 (the Devuan 6 equivalent) so if you are adventurous you should be able to get it working:
https://gist.github.com/Anakiev2/8d62e2 … ff855a22a7

#12 Re: Other Issues » yt-dlp in Debian 13 / Devuan 6 affected by serious CVE (Score: High) » 2026-08-20 19:10:25

blackhole wrote:

Not sure where all the hostility is coming from?

I wouldn't call it hostility, but if you write a reply that clearly shows that you didn't read the previous posts in the thread and therefore write incorrect or redundant stuff then don't expect to be also thanked for that.

This isn't the Debian official forum or mailing lists though, so maybe take it up with them using one of those channels? Mailing list is preferred - perhaps search the list first.

I'm a Devuan user and this affects Devuan too so I'm writing it here, I have no interest in joining the Debian forum or ML. Also as I suspected there must be Debian Devs keeping an eye on this forum too, as it's too much of a coincidence that they started working on the yt-dlp package for trixie last night a few hours after I started this thread here.

Dutch_Master wrote:

FYI: latest version, as of date of writing this, was released yesterday.

Yep, the latest upstream version, I'm using that right now since I'm no longer using the outdated and insecure packaged Debian version.

rbit wrote:

If you don't use those options (--write-link, --write-url-link, or --write-desktop-link), this particular issue won't affect you.

RedGreen925 wrote:

But those that would rather bitch and complain about how hard done by they are by the very busy Debian maintainer not doing it, that is too much of a burden on them.

This is not about me, as I already wrote I have now moved on to the upstream binaries anyway, it's about all other Debian 13 / Devuan 6 users who use the Debian yt-dlp package and might not even be aware of this CVE.

But if we have to manually install binaries from upstream to avoid security issues then what's the point of a distro?

My main concern now is how many other long known CVEs are there in other Debian packages that have not been fixed yet?

Do I really have to start checking all the packages that I use for known CVEs that Debian hasn't fixed yet?

Does this not make you concerned?

#13 Re: Other Issues » yt-dlp in Debian 13 / Devuan 6 affected by serious CVE (Score: High) » 2026-08-20 13:10:03

blackhole wrote:

Currently, the backports version is the same as the version in unstable, so the solution seems to be to install the bacports version and follow that.

As I said I was already using the version from excalibur backports but that's 2026.03.17, which is not the latest version and it's not the same as unstable which has the latest version (2026.07.04-1), so your statement is simply incorrect.

it may be better to direct your concerns to the upstream project

What nonsense comment, my concern is that debian has a known vulnerable version since more than a month in stable with no security update available, upstream has nothing to do with that.

Debian "freezes" packages at a specific version and any security patches are backported as necessary. So any newer version will never  be available in stable.

I don't care whether Debian backports the security patch or the latest version as long as the CVE is fixed, but so far they haven't done either of the two options.

#14 Re: Other Issues » yt-dlp in Debian 13 / Devuan 6 affected by serious CVE (Score: High) » 2026-08-19 22:28:44

Well the packaged version from backports (2026.03.17) was working fine for me until a couple of days ago (BTW, yt-dlp isn't only for youtube, it works on many sites), only today it started acting up which is why I was looking for updates and found out about the CVE.

fsmithred wrote:

That's probably why the maintainer doesn't bother to update it.

A serious CVE should be a good enough reason to update it.

#15 Re: Other Issues » yt-dlp in Debian 13 / Devuan 6 affected by serious CVE (Score: High) » 2026-08-19 19:41:44

Yes I won't use the package anymore and I will instead install the upstream binary, but my concern is more in general, if this is the attitude towards serious CVEs of Debian then maybe I chose the wrong distro (of course it's not Devuan's fault as Devuan depends on Debian for most of the packages, but by choosing Devuan I made myself dependent on Debian which I'm starting to be concerned about) because this means I will have to myself keep track of CVEs for all the packages I installed, as apparently I can't rely on the Debian packagers for that.

I only came across this CVE by accident, if I hadn't I would have still continued to use the vulnerable version until Debian eventually decides to make the fix available for trixie.

#16 Other Issues » yt-dlp in Debian 13 / Devuan 6 affected by serious CVE (Score: High) » 2026-08-19 19:13:22

tux_99
Replies: 19

Prior to 2026.7.4, the --write-link, --write-url-link, and --write-desktop-link options can write .url or .desktop shortcut files using attacker-controlled webpage_url or filename metadata without sufficient validation or escaping, allowing malicious file:// URI injection on Windows or newline-based desktop entry key injection on Linux that can execute commands if the generated shortcut is opened. This issue is fixed in version 2026.7.4.

https://nvd.nist.gov/vuln/detail/CVE-2026-55404

Debian 13/Devuan 6 still has an old version from 2025 in the main stable repo and 2026.03.17 in backports, so a month after the publication of the CVE there is still no sign in the repos of the 2026.7.4 version that fixes this bug.

Being new to the Debian/Devuan world I'm a bit concerned about this apparent lackadaisical attitude by some Debian packagers in the face of a serious vulnerability. Other distros such as Arch have provided the fixed version within 24 hours of the upstream release.

Edit:
I see Debian has 2026.7.4 packaged up in forky and sid, what are they waiting for to release it also as a security update for trixie?
https://packages.debian.org/sid/yt-dlp

#17 Re: Desktop and Multimedia » Xscreensaver kicking in when a video is playing with mpv or mplayer » 2026-08-18 13:46:02

Thanks, but I 'm not looking for a workaround (there should not be any need for one as it's supposed to work without one just like it does with XFCE-screensaver), I'm trying to figure out why XScreenSaver is not working correctly with the Devuan elogind and mplayer/mpv/firefox.

There seems to be a bug either in XScreenSaver or the Devuan elogind that causes this problem (or I'm missing some crucial config option), but I lack the skills to debug this (unless someone can give me some hints on how to debug this).

#18 Re: Hardware & System Configuration » rupee currency symbol (₹) » 2026-08-18 00:25:15

You can create an /etc/X11/Xmodmap (if you want it for all users) or ~/.Xmodmap (just for your own user) file with the keymappings you need.

To check which keymap corresponds to a key on your keyboard run xev in a terminal.

A mapping looks like this (this adds the '©' symbol on the 'c' key on my keyboard using the right Windows key as modifier):

keysym Super_R = Mode_switch
keysym    c = c C copyright

See also the Xmodmap man-page.

#19 Desktop and Multimedia » Xscreensaver kicking in when a video is playing with mpv or mplayer » 2026-08-18 00:07:39

tux_99
Replies: 4

My setup: Devuan Excalibur with XFCE

When I use the XFCE-screensaver and a video is playing using mplayer or mpv or even within firefox (for example a youtube video) the screensaver does not activate while the video is playing, and this is the desired behaviour.

If I disable the XFCE-screensaver and instead use Xscreensaver from the Devuan repo, the screensaver kicks in at the configured idle time even when a video is playing so basically it ignores the communication from mplayer/mpv/firefox to prevent it from kicking in.

The man-page of Xscreensaver says:

PLAYING VIDEOS
       Likewise, if you have systemd(1) or elogind(8), then all of the popular  video  players  and
       web browsers will prevent XScreenSaver from blanking the screen while video is playing.

       Both of these features require that xscreensaver-systemd(6) be able connect to D-Bus.

xscreensaver-systemd is being started automatically by xscreensaver and I have elogind-daemon running (although I cannot tell whether it's able to connect to the D-Bus).

So to me it looks like it should work but maybe the Devuan elogind is not passing on the dbus messages or is somehow interfering in the process?

Has anyone succeeded in using Xscreensaver on Devuan with the screensaver not kicking in while videos are playing?

#20 Re: Hardware & System Configuration » [SOLVED] How do I disable ssh-agent and gpg-agent from starting automatically? » 2026-08-05 21:26:34

Ok, after some extensive googling I found the solution in the end:

In the following thread on the linux.debian.user newsgroup a Debian user asked the same question 4 years ago:
https://groups.google.com/g/linux.debia … lSllKEIUVk

After lots of trial and error he finds the solution, it's XFCE starting up both ssh-agent and gpg-agent and annoyingly this is not exposed in the "Session and Startup" GUI config tool of XFCE where I had already looked, it requires using xfconf-query to disable:
https://docs.xfce.org/xfce/xfce4-sessio … gpg_agents

I can confirm that running the following two commands (as indicated in the above XFCE docs link) prevents ssh-agent and gpg-agent from being started automatically by XFCE:

xfconf-query -c xfce4-session -p /startup/ssh-agent/enabled -n -t bool -s false
xfconf-query -c xfce4-session -p /startup/gpg-agent/enabled -n -t bool -s false

#21 Re: Hardware & System Configuration » [SOLVED] How do I disable ssh-agent and gpg-agent from starting automatically? » 2026-08-05 20:36:09

@rolfie that command doesn't work on my system, it runs and then returns to the command prompt without any output.

But it doesn't matter, like I said /usr/bin/ssh-agent is included in the openssh-client package which I do have installed and cannot uninstall as I use ssh all the time. But ssh-agent is not required to use the ssh client, it's 100% optional.

So back to my original question, what is starting up ssh-agent and gpg-agent during X11 session startup?
This is what I'm trying to find out, nothing else.

BTW, the following command gives me the output you were looking for:

$ apt list -i |grep ssh

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libssh-4/stable,now 0.11.2-1+deb13u1 amd64 [installed,automatic]
libssh-4/stable,now 0.11.2-1+deb13u1 i386 [installed,automatic]
libssh2-1t64/stable,stable-security,now 1.11.1-1+deb13u1 amd64 [installed,automatic]
libssh2-1t64/stable,stable-security,now 1.11.1-1+deb13u1 i386 [installed,automatic]
openssh-client/stable,now 1:10.0p1-7+deb13u4 amd64 [installed]
$

#22 Re: Hardware & System Configuration » [SOLVED] How do I disable ssh-agent and gpg-agent from starting automatically? » 2026-08-05 20:28:54

@rolfie What is that command supposed to do, I get no output from it?

I do have the openssh-client package installed (/usr/bin/ssh-agent is included in this package) and I use ssh all the time, but I have no use for ssh-agent.

The ssh-agent weakens ssh security and can be a real security risk:
https://medium.com/@bornaly/why-i-alway … c52573fa2f

@greenjeans in this thread I would like to find out what starts them in the first place so that I can disable them, I can always re-enable them once I know how to disable them (in case I need them).

#23 Hardware & System Configuration » [SOLVED] How do I disable ssh-agent and gpg-agent from starting automatically? » 2026-08-05 20:10:22

tux_99
Replies: 8

I noticed ssh-agent and gpg-agent are running in the background on my Devuan Excalibur XFCE PC, since I have no need for them and I dislike having stuff running in the background that I don't need (no matter how small their RAM or CPU footprint) I tried to figure out where they get started from and how to disable them.

By doing a grep for ssh-agent and gpg-agent in /etc I found the following files:

/etc/X11/Xsession.options
contains a config option "use-ssh-agent" which I commented out, and after that made no difference I replaced the line with "no-use-ssh-agent" (as indicated in the man page), which also had no effect.

/etc/X11/Xsession.d/90x11-common_ssh-agent
this script starts up ssh-agent providing the config option "use-ssh-agent" has been set.
I tried commenting out all the lines of the script but that made no difference, ssh-agent still starts up after a reboot or relogin.

/etc/X11/Xsession.d/90gpg-agent
this script seems to be made to start up gpg-agent.
I tried commenting out all the lines of the script but that made no difference, gpg-agent still starts up after a reboot or relogin.

I also looked in the "Session and Startup" GUI config tool of XFCE but there is no reference to ssh-agent (other than a 'SSH Key Agent' part of 'GNOME Keyring', but I had already unticked this) or gpg-agent.

So I'm at my wits end, what the heck is starting up ssh-agent and gpg-agent during X11 session startup?

#24 Re: Off-topic » troubled of linux behaviour (or is it devuan=?) » 2026-08-05 13:35:58

Without providing as much detail as possible (for the first one exact sequence of commands used and for the second one screenshots and links of the downloads, in addition to the devuan version you are running) you won't get any real answers as your problem description is way too vague for that.

#25 Re: Other Issues » [SOLVED] dpkg-source: warning: cannot verify inline signature » 2026-07-17 20:44:54

Good to know, then I could reinstall 'apt-listchanges should I ever need it, but right now I see no reason for it.

Board footer

Forum Software