The officially official Devuan Forum!

You are not logged in.

#51 Re: DIY » Qemu question » 2025-11-01 22:36:46

if you were to use "code" tags around code, then where would they be?
(You should be able to edit your post if you would want to).

#54 Re: Other Issues » [SOLVED] Debian User Forum » 2025-10-28 10:45:00

I'm using forums.debian.net... it seems available but different. (I haven't noticed before that the header includes "Debian Fish and Animal Emporium", whatever that means.)

EDIT: apparently an April 1 joke that was so hilarious for the admins that it has remained. "Fun" is something subjective, obviously.

#55 Re: Other Issues » changing invalid email » 2025-10-24 21:40:10

Perhaps you forget to "submit" it? I.e.
1 go to your profile
2 edit the email address to be the new one
3 scroll down and press "submit"

Note that "validity" of an email address refers to it's format rather than whether emails to the address are deliverable or not. (See e.g. RFC 6530 and details)

#56 Re: Off-topic » What is the devuan opinion about using elogind? » 2025-10-16 13:07:58

I'm more puzzled by your statement "don't want to open a debate" than anything. But I agree that using elogind or not is not really something worth debating.

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

Usually rather than fiddling with source via the browser, I would clone the packaging project and review the source from there. This would include using the command

$ dpkg-source --before-build .

within the packaging branch so as to apply any patch series (in case of quilt packaging). Doing so sets up all actual "before build" source in that workarea. (One may undo that by using --after-build instead)

If I then want to compile and prepare a local .deb for testing, I'd use

$ dpkg-checkbuilddeps

to tell which build dependencies need to be installed, and then use the command

$ debian/rules

i.e., execute the debian/rules make script by the shell with working directory at the project top. This typically creates a .deb file somewhere, possibly in the parent directory.

#58 Re: Hardware & System Configuration » OpenCL/AMDGPU-PRO? » 2025-10-12 04:49:26

Fair enough. Old thread, but since it's yours...

#59 Re: Devuan Derivatives » "ln -sf" resulted in a broken link » 2025-10-12 03:41:07

Firstly, you should rather use "update-alternatives" for that job, just to tee up with that particular subsystem; the "alternatives" subsystem. I would suggest you read the man pages about it.

If you rather go your own way (and "break" that subsystem), then you would do well checking out the man page for "ln"... "ln -sf A B" creates a link (file), where A is the content of that link (file), and B is the pathname for the link (file) with that content. I.e., it looks like the order of arguments is the opposite to what you tried.

EDIT: always check the man pages; you cannot go wrong with that. It's really one of the most useful skills to have.

#60 Re: Desktop and Multimedia » excalibur/KDE non-root X11 session is broken » 2025-10-12 00:22:04

It used to be that the user running Xorg has to be owner of the associated tty, i.e. /dev/tty7 in your case. How does it compare with  /dev/tty2 permissions in the working use case?

Though I don't know anything about sddm or KDE.

#61 Re: Installation » actuallization from Ceres impossible » 2025-10-08 00:11:11

Check out https://wiki.debian.org/SourcesList

But luckily for us the traditional format still works well. For some reason the "old" format is tagged as "less readable", which is peak nonsense of course.

#62 Re: Desktop and Multimedia » how renew DHCP lease? » 2025-10-08 00:07:43

Perhaps the DHCP options are on the ipv4 settings tab?

#63 Re: Installation » [SOLVED] How to report "gpg: BAD signature" » 2025-10-04 00:48:57

Perhaps you have it on a windows filesystem that have added ^M characters to the lines?

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

Was that "bad signature" for SHA256SUMS.txt.gpg?

Perhaps you need to refresh your pgp store?

gpg --keyserver keyserver.ubuntu.com --refresh-keys rrq@rrq.au

The sha256sum should be 722af7905595d9a1417f48f783d43dd40fe7da7a2e1d7998a8ea47df2d26941b
otherwise the download had errors.

EDIT: yes, fsmithred beat me to it smile

EDIT 2: concerns with the installers can be reported to the virtual project "devuan-installer"

#65 Re: Other Issues » [SOLVED] difficulty compiling openssl » 2025-10-02 22:56:22

The Devuan imperative has always been: do not use stable, oldstable. or oldoldstable as release codenames!

Those codenames have individual meanings for the forked packages and the Debian packages., so there is always this period of time when Debian has "moved" its meanings (e.g. it's stbale packages are in the trixie release) while the Devuan forked packages have note so "moved" (e.g., its "stable" packages are still in the "daedalus" release).

The reason may be of some complexity to digest, but the rule is simple:
do not use stable, oldstable. or oldoldstable as release codenames!

#66 Re: Hardware & System Configuration » iSCSI autostart » 2025-10-02 11:02:19

@deutschem: I have assumed that you have 1) an iscsi server correctly set up and running, and 2) set up the client with the required configuration regarding targets and identities. Are those assumptions correct? To me it looks like the client (initiator) cannot connect to a server.

I'd suggest you don't worry about the rc?.d/ links too much; they only come into play at boot and shutdown.

#67 Re: Installation » Also UEFI install problems » 2025-10-01 23:05:50

@sun skin only, you got your own thread. If you want to pursue any one of the range of issues you voice (or maybe all at once), you may continue on this thread.

#68 Re: Hardware & System Configuration » iSCSI autostart » 2025-10-01 22:37:45

Hmm I think you may need to enable iscid as well, as the /etc/rcS.d/K01iscsid may cause it to be stopped inadvertently on boot. By enabling it, it will be started on boot even with the "on demand" set up, but otherwise it might get killed by init. It should really have kill links only in 0 and 6; (looks like the debian developer is less read-in on sysvinit than could be expected).

#69 Re: Hardware & System Configuration » iSCSI autostart » 2025-10-01 12:43:18

Yes, you need to edit /etc/iscsid.conf to add a comment hash (#) for the systemctl line and uncomment the service line, which as you say would need to be corrected to read:

iscsid.startup = /usr/sbin/service iscsid start

This is a set up to start iscsid "on demand".

Aiui, open-iscsi service is a client side target administration service that depends on the connection service iscsid being started either as part of the boot sequence or on demand.

When you install open-iscsi the service is not enabled, and you need to enable at least open-iscsi (with the conf corrected as above). If you use sysvinit, the proper command for that is:

# update-rc.d iscsid enable
# update-rc.d open-iscsi enable

where the first command is optional; if the conf is corrected then the connection daemon is started on demand.

Those commands make it available on the next boot. If you need it before that you'll need to start open-iscsi manually.

#70 Re: Other Issues » [SOLVED] LibreOffice install failing (daedalus ARM64) » 2025-09-30 00:28:04

You seem to have a mix of sources; e.g.
    docker-ce is not a package in either daedalus or excalibur;
    iptables=1.8.9-2 is in daedalus;
    libxtables12=1.8.11-2 is in excalibur

It's quite easy to mix sources.list points from anywhere, and usually doing so ends up with confusion about packages and what is where and why.

The whole idea behind a debian (and devuan) "release" is to offer a collection of software that works together. There is no promise that packages of different releases, or "foreign packages" for that matter, work together.

#71 Re: Hardware & System Configuration » [SOLVED] rtl8188ftv » 2025-09-28 12:18:13

Does the command

# modprobe rtl8xxxu

change anything?

The module is available and obviously the model is recognised but apparently there's some automagic udev step that is broken for you.

How did you install Devuan? Which release are you using?

#72 Re: Devuan Derivatives » [SOLVED] No WiFi. No WiFi devices in Connman. » 2025-09-28 06:52:20

Not sure it'll make a difference, but the normal sequence is:
   to run "apt-get update" first, because that updates the local meta information to be current.
   thereafter you run "apt-get upgrade" to bring existing packages up-to-date as much as possible.
  finally you run "apt-get dist-upgrade" to also handle changing dependencies of new package versions, which may involve both removing and installing packages.

Does udev detect the device and install associated modules? What's in /sys/class/net/
What's in your latest boot dmesg?

#74 Re: Freedom Hacks » ALSA: Dogmatism and Empiriokritizismus » 2025-09-26 00:16:37

I'm not sure what you take issue with... perhaps just that documentation on the web is old?

Otherwise I think one of the confusing aspects of ALSA configuration changes is that in general any program that use the audio system will end up loading an instantiating a configuration structure internally only once, when it starts. Therefore, such programs need restart after a change to the configuration source files, which include the user's .asoundrc file.

Though, a program may of course have been made to reload the configuration, and in that case such a program will do so as programmed and then rebuild the internal configuration structure from that on file.

I would suggest that old and bad documentation can only be remedied by writing new and better documentation; grumbling about what's existing and discussing it's badness is just waste of time.

Board footer

Forum Software