You are not logged in.
Do you really want that script to exit before the unmounting has completed?
If not, then don't use "-l" as umount option.
I think we should thank @lafat for offereing tactical level feedback, which is perfectly good to get for a tactical management suborganisation.
Of course such a thing does not exist in the name of Devuan. Instead there are only a number of Devuan fork maintainers who each focus on their packages, a small group of people keeping up the build and repository system and the much larger group of "normal" people that in their minds identify as Devuanites to varying degrees from the perspective of using the Devuan repositories.
All thoughts on coherence and "quality" of desktop environments and "distributions" will fall on those who take an interest in that. It's not something seen as "a Devuan concern".
Rather, Devuan's (qua organisation) strategic objective is merely to counteract the technological lock-in peddled by and with the systemd crowd, by taking positive action that includes both technical work (to bring about and maintain working alternatives) and community oriented activities that largely are aimed at maintaining an active and engaged community.
I'm sure we all also recognise that at a forum like this, anyone at times will capture their thoughts and feelings in words quicly and strongly, and submit without much post-editorial attention to how the words will land in the readership. Evenso, I want to think of every post as intended towards improvement.
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.
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).
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.
I think bluealsa gets started via dbus, But I haven't explored it.
Yes try https://pkginfo.devuan.org/bluez-alsa-utils rather
(golinux' URL includes the AI bot distraction so it's not sharable)
Note also that In excalibur bluez-alsa-utils provides bluealsa (without systemd dependency).
Are we searching for a distinct meaning of a marketing term?
I prefer asciidoctor
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/secretsThe 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).
When you try it, please don't do something destructive in case you succeed.
Which kind of virtual machine is it?
Which time sync program do you use?
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.
Ah, so you don't want help. Fair enough.
??? Did the command actually say "Hmm not working..." ???
@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 $LVMwhere you replace $LVM with the identity fo the logical volume.
A backup might be handy.
.. and then you run lintian with the devuan profile to get adviced about the small things you forgotten, like man pages and stuff ![]()
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.
You wish Devuan developers to debug Debian's debootstrap?
Right. That's wrong for debootstrapping Devuan. You need to use Devuan's debootstrap for that.
Where did you get that "excalibur" script from?
New threads are new trheads.
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.
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?
Perhaps you could show the tail end of the debootstrap.log file, for the failing case.