The officially official Devuan Forum!

You are not logged in.

#126 Re: Off-topic » [SOLVED] Question, about immutable distros » 2025-12-16 21:21:41

In my mind, the term "immutable distro" is a marketing term that really means "I, 'the vendor', knows best; Just pay us and we'll fix it.".... a variant of "secure boot", I'd say.

#127 Re: Freedom Hacks » BlueALSA without systemd » 2025-12-15 22:40:26

I guess you won't be interested but as you may know, the action path for Devuan would be for a maintainer to set up a fork project (at git.devuan.org) to sort out its utility in Devuan. I anyhow invite you to take on that role for this package (as well as fftrate packages if you like).

#128 Re: Freedom Hacks » BlueALSA without systemd » 2025-12-15 06:04:57

Thanks. Good advice. I'll probably look at doing that eventually.
(I'm not using my bluetooth headset much at the moment)

It could possibly be helpful to the debian maintainer of bluez-alsa-util to lodge a bug regarding outdated codecs. Especially if there is a patch included. I guess the packaging project is on salsa.debian.org.

#129 Re: Freedom Hacks » BlueALSA without systemd » 2025-12-15 05:48:41

I think bluealsa gets started via dbus, But I haven't explored it.

#130 Re: Freedom Hacks » BlueALSA without systemd » 2025-12-15 05:17:45

Yes try https://pkginfo.devuan.org/bluez-alsa-utils rather
(golinux' URL includes the AI bot distraction so it's not sharable)

#131 Re: Freedom Hacks » BlueALSA without systemd » 2025-12-15 04:17:25

Note also that In excalibur bluez-alsa-utils provides bluealsa (without systemd dependency).

#132 Re: Off-topic » [SOLVED] Question, about immutable distros » 2025-12-08 13:23:20

Are we searching for a distinct meaning of a marketing term?

#134 Re: Hardware & System Configuration » [SOLVED] tcplay - so different from truecrypt and veracrypt? » 2025-12-07 23:50:57

There is cryptsetup which according to its man page handles VeraCrypt encryption format.
It still will need two separate steps, like

cryptsetup open --type tcrypt /dev/sdb2 secrets
mount /dev/mapper/secrets /mnt/secrets

The first step creates the virtual partition (/dev/mapper/secrets) being the decryption of the real partition (/dev/sdb2), and the second step mounts that partition's filesystem on /mnt/secrets.

As per man page, if the VeraCrypt encryption has "personalized iteration count", you may need additional options to the open command.

Afaict tcplay does the same thing as cryptsetup, i.e. it creates that virtual partition for decrypted content access, and it doesn't mix in the filesystem mounting (which is an interpretation of the decrypted content).

#135 Re: Forum Feedback » Username Sanitisation » 2025-12-04 01:36:26

When you try it, please don't do something destructive in case you succeed.

#136 Re: Hardware & System Configuration » tzinfo oddly misconfigured » 2025-12-04 01:18:11

Which kind of virtual machine is it?
Which time sync program do you use?

#137 Re: Off-topic » [SOLVED] resizing after a diskclone to recover reclaimed space » 2025-12-02 13:30:12

In order for me to assist I will need to sight the exact result/response from the command I suggest; not some hand-wavy "it didn't work" or anything wiffle waffle ... I need to the exact response.

#140 Re: Off-topic » [SOLVED] resizing after a diskclone to recover reclaimed space » 2025-12-02 06:54:09

@zapper: I'm guessing you need to resize the "home" logical volume to use up all the volume group space, and you then need to enlarge the filesystem inside the logical volume to fill all available logical volume space.

Possibly it all can be done in a sinlge command, something like:

# lvresize -l 100%VG -r $LVM

where you replace $LVM with the identity fo the logical volume.

A backup might be handy.

#141 Re: DIY » easydeb deb packager » 2025-12-02 01:52:31

.. and then you run lintian with the devuan profile to get adviced about the small things you forgotten, like man pages and stuff smile

#142 Re: Desktop and Multimedia » [SOLVED] Can't figure out how to play DVDs » 2025-11-30 23:06:46

The labels "excalibur", "excalibur-security", "excalibur-updates", etc are known as "codenames" and as such they identify "repositories" (not "distributions"). Each system (yours or mine) is set up with a package system that looks into one or more repositories for packages, which it (i.e. your system or my system) organises by package versions so as to get "the most recent version" of any package across those repositories.

A "distribution" is rather some particular collage of packages from some particular collective of repositories, that is formed and published so as to make a particular end user experience (and typically allowing for a smaller range of variations in experience).

HTH, Ralph.

#143 Re: Installation » [SOLVED] Debootstrap Excalibur » 2025-11-30 12:09:17

You wish Devuan developers to debug Debian's debootstrap?

#144 Re: Installation » [SOLVED] Debootstrap Excalibur » 2025-11-30 12:02:32

Right. That's wrong for debootstrapping Devuan. You need to use Devuan's debootstrap for that.
Where did you get that "excalibur" script from?

#146 Re: Installation » [SOLVED] Debootstrap Excalibur » 2025-11-30 11:36:28

Which deboostrap version are you using?

EDIT: the reason I'm asking is because "merge_usr" is defined in the "functions" that come with the debootstrap installation, since excalibur.

#147 Re: Installation » [SOLVED] Debootstrap Excalibur » 2025-11-30 11:15:40

1. please use code block markup for code blocks.

2. what do all those mean? same use case or different use case? successful or failing?

#148 Re: Installation » [SOLVED] Debootstrap Excalibur » 2025-11-30 07:37:06

Perhaps you could show the tail end of the debootstrap.log file, for the failing case.

#149 Re: DIY » usb controllers and qemu » 2025-11-28 04:55:00

If your Hyperbola uses udev then it should work the same.

And by the way, the group doesn't have to be "plugdev"; that's just a (has been) convention. The key point is that due to that udev rule, the device node at /dev/bus/usb/xxx/yyy gets set up so that any user in that group have read-write access to it.

Board footer

Forum Software