The officially official Devuan Forum!

You are not logged in.

#1 Re: DIY » ALSA-only purists: Question, new GUI app for the mixer and EQ? » Yesterday 22:22:24

I remember having QasMixer in my alsa-only-time. It was recommended from someone in this forum and worked good.

It works - shows alsa channels and also pipewire and the inactive hdmi-sound-devices. There are more Qas* sound tools.

#2 Re: Hardware & System Configuration » LVM -- useful or not? » 2025-06-30 20:45:08

I like to know where files physically exist** and the concept of 'partitions with file systems'. Things like LVM or btrfs/zfs (with sub-volumes) are too complicated for me.

.
** About 15 years ago, a (cheap) power supply died and took two HDDs with it. The HDDs could be repaired, but the journey was really unpleasent.
1st solution without soldering: Buy an identical HDD and use the controller board to access the files.
2nd solution with soldering: Replace the protection diodes on the controller board and the HDDs are as good as new.

#3 Re: DIY » Working on a new app, the learning curve continues... » 2025-06-29 12:41:58

Nice work and install tutorial!

Here is a short collection of incedences on my excalibur:
Compiling: pkg-config --cflags --libs gtk+-3.0 throwed an error, solved by installing libgtk-3-dev .
Scraping: There were two or three instances of the script running, beside free cpu cores.
You mentioned "/var/lib/dpkg/status" and I thought this text file would be processed to get package related information.
dpkg was querried a lot (multiple ps ax in the terminal to kill time, e.g.: dpkg-query --search -- galculator.desktop )

#-#-#-#-#-#

Sorting:
A doubled "ParaView" entry cought my attention - see code section.

Guess is:
The list is sorted by the name of the *.desktop file. The shown "Application Name" is from the 'Name="Application Name"'-field.
*Highly accurate* entries like "Document Viewer" are existing too.
I'm missing a reference to the executed binary itself.
Or maybe executable name for sorting?

**imaginary screen shot of the program list**

(... "O" section here?!)
ParaView
QjackCtl
qpwgraph
samplev1
Wireshark
Mousepad
ParaView Cilent
(... more "P" entries)

**end of imaginary screen shot**

$ find | grep desktop$ | grep -i paraview
/usr/share/applications/org.paraview.ParaView.desktop
/usr/share/applications/paraview.desktop

$ diff  /usr/share/applications/paraview.desktop /usr/share/applications/org.paraview.ParaView.desktop
3,5d2
< Name=ParaView Client
< GenericName=Data Viewer
< Comment=ParaView allows viewing of large data sets
7c4,7
< Terminal=false
---
> Name=ParaView
> Comment=Parallel visualization application
> Exec=paraview %f
> TryExec=paraview
9,11c9,10
< MimeType=application/x-paraview;
< Categories=Education;Math;Science;
< Exec=paraview
---
> StartupWMClass=paraview
> Categories=Qt;Science;DataVisualization;

#5 Re: Off-topic » Debian removed multi-init support from the latest shipped grub » 2025-06-19 21:29:57

@Prowler_Gr  Thanks for the head up.

First reading this made me clone my debian-trixie-VM-with-sysvinit-enabled before trying apt-get udate; apt-get upgrade.
grub still boots /sbin/init as PID 1, so no harm done.

I'm not exactly sure what the removed part of code does - assumtion is the code enables a way to have sysvinit, systemd and upstart installed in parallel and select init via grub.

#6 Re: Desktop and Multimedia » What is the procedure for sound out of alsa without pulseaudio? » 2025-06-04 18:55:56

igorzwx wrote:

⟡ AI Overview
(...)

You marked the AI stuff, which is the correct way to site it - good.

On the other hand ...
AI translates to Artificial Idiot in my world. I like stupid things in (e.g.) movies, but not in a technical al forum. Please do not (re-)post such stuff. Thanks.

#7 Re: Freedom Hacks » GPU - set fan speeds (nVidia settings) » 2025-06-04 18:25:46

Moore likely the other way around: Ask an AI, then get your GPU toasted.

@Glen: Thanks for sharing. Appreciated.

#8 Re: Installation » Looking for the "right way" to install xfce4 » 2025-05-25 19:34:05

The way to start a "graphical desktop" is personal taste.

I remember being very annoyed years ago, when an installation defaulted to a graphical login screen - this is wrong !!11!
These days, I don't want to type in a text console start[x,lxde,kde,...].

#9 Re: News & Announcements » Chrome based browsers and uBlock Origin » 2025-05-19 22:23:26

I'm not having any problems running firefox and librewolf at the same time.

It's currently librewolf.appimage and firefox-esr from the excalibur repo. The appimage version should work on any devuan. I don't use librewolf from its debian repo for historical reasons (no sound on pure alsa).

#10 Re: Devuan Derivatives » Announcing Movuan » 2025-05-13 21:36:46

I have a spare Sony XA2 lying around.
Any chance to get movuan on it?

It currently runs SailfishOS.
The number of running proceses is quite high, including some *name-not-to-mention-here*. And it's rpm-based not deb / apt.

#11 Re: Other Issues » [SOLVED] certbot renewal cron script » 2025-04-29 20:32:11

As far as I understand the timer: The program 'certbot' will be executed either by systemd.timers (if systemd is running) or by cron (in case of devuan).
No need for adjustments. Or I'm just wrong.

It's kind of sick, that cron looks (or has to look) for systemd.timers, but anyway.

#12 Re: Off-topic » Lightweight system without (too) bloated software » 2025-04-25 22:00:44

At what point would I need a "clipboard manager"?

copy-on-mark and paste-on-middle-mouse-button just works.

#13 Re: Off-topic » Lightweight system without (too) bloated software » 2025-04-20 19:33:53

Dual-windowed file manger: mc / doublecmd
Image Viewer: This is a difficult one. Sometimes viewnior or nomacs (excalibur)
Screenshots: flameshot

#14 Re: DIY » An idea for 32-bit system for old machines, input requested » 2025-04-20 19:04:30

I don't know the policy of archive.devuan.org, but snapshot.debian.org covers anything since lenny.

#15 Re: Other Issues » Devuan as iSCSI originator - umount issues on shutdown » 2025-04-20 12:55:05

It''s possibel to

apt-get install systemctl

Not sure whether this works for iscsi.

#16 Re: Desktop and Multimedia » mesa and VA-API hardware acceleration » 2025-04-13 17:52:26

Hi,
VA-API is - as far as I know- hardware acceleration using Intel-Graphics.
There is a warper for nvidia GPUs for VA-API calls (nvidia-vaapi-driver).
No idea how or whether this is possible with Radeon graphics.

#17 Re: Desktop and Multimedia » Desktop locking up / temp freezes » 2025-04-13 10:25:08

Sounds like a hardware problem.
I would pull out and insert again all RAM modus and PCI extension cards. This makes new electrical contact.
Since the PC has no external graphics card, this most likely means the RAM, as Pedro guessed before.

#19 Re: Desktop and Multimedia » Devuan 5 Daedalus - Evolution CalDav integration » 2025-04-05 12:07:44

I can't manage to find how to integrate the current "panel clock" to use evolution

Assuming mate panel works similar to lxde ... .
Did you compare the "panel applet" configuration on both install? (GUI and config file)
Is the panel using a different plugin for the "panel clock"?

it displays two hours back

BIOS (or efi): Set time to UTC, not local time.
(Some flavour of) ntp should run in any case. If the time difference is too big, ntp might not want to sync.
Check insatllation's time zone settings: /etc/adjtime /etc/localtime /etc/timezone. Last line in /etc/adjtime should be "UTC".
E.g.:

$ cat /etc/adjtime
0.000000 1743786960 0.000000
1743786960
UTC

$ ls -l /etc/localtime
lrwxrwxrwx 1 root root 35  Mon 2024-07-01 19:25  /etc/localtime -> ../usr/share/zoneinfo/Europe/Zurich

$ cat /etc/timezone
Europe/Zurich

https://wiki.debian.org/DateTime

#20 Re: Hardware & System Configuration » How to change DNS server permanently » 2025-04-01 22:22:31

That depends on your network configuration.

Some cases:
(a) static network settings in /etc/network/interfaces; then /etc/resolv.conf sets dns. Just edit to your needs.
Dynamic:
(b) plain dhcp: you can superseed (overwrite) the routers dns "suggestion".
(c) "network managers" there is a zoo of different tools. e.g. NetworkManager, connman, resolvconf, and what not; all with different gui and console tools for making changes.
Addional hardware:
(d) have a personal router - not the one from the Internet Service Provider. Set it up to your needs and any client will have the wanted dns server automatically.

a,b is good for static LAN, c for wireless-LAN or more dynamic setups (and for static LAN too, if you like).

Edit: Some typo. And the list is not complete, of course.

#21 Re: Documentation » [HowTo] dhcp & udhcpc - Timeout for network connections » 2025-03-18 14:40:56

[ $(cat /sys/class/net/eth0/carrier) -eq 1 ]
is a logical expression. True, if the ethernet-cable is connected.

#22 Re: Hardware & System Configuration » Brightness module? » 2025-03-18 13:01:00

Nice tools, zapper!
Thanks for mentioning smile

#23 Re: Installation » How to install nvidia drivers in daedalus? » 2025-03-11 18:44:11

Marketing department is so funny ... Up to now I thought it would be a very old card. But it is "Pascal" archtecture, same as mine.

The following packages are manually installed on my system (excalibur, but should not matter):
firmware-nvidia-graphics firmware-nvidia-gsp nvidia-alternative nvidia-detect nvidia-driver nvidia-kernel-dkms nvidia-modprobe nvidia-settings nvidia-xconfig

You need to run 'nvidia-xconfig' to create 'xorg.conf'; otherwise X will not start.
Edit: Just found that there is no 'xorg.conf' and an empty 'xorg.conf.d' on my system.

#24 Re: Installation » How to install nvidia drivers in daedalus? » 2025-03-11 15:52:19

The error messages don't ring a bell.
Are linux-headers-amd64 and firmware-nvidia installed? (assuming yes, but ...)

Which version of 'nvidia-driver' is installed for your card? 535, 525, 470, 418, 390 ? Maybe something version dependant.
The labtop might have "optimus" architecture, where you can switch between nvidia and intel graphics. This is needs special setup, I don't know at all.

Edit:
nvidia_current_open : Does this refer to nvidias new open source drivers (for RTX2000 and later)?

#25 Re: Installation » How to install nvidia drivers in daedalus? » 2025-03-11 13:58:58

apt-get purge nvidia-persistenced will do.

It's use case is a headless server for e.g. CUDA calculation.

Board footer

Forum Software