The officially official Devuan Forum!

You are not logged in.

#176 Re: Installation » [SOLVED] Should the live desktop auto start RAID arrays? » 2025-08-29 18:32:24

I think I found a simple solution. This iso does not have mdadm installed or have the config files for it. It does have the mdadm package sitting in the root of the filesystem, and it can easily be installed with sudo dpkg -i /mdadm*.deb. You don't need a network connection for this to work.
https://files.devuan.org/devuan_excalib … p-live.iso

Tested in vbox with a RAID1 with two virtual hard disks. I booted the iso with the drives attached, installed mdadm and was able to run mdadm commands. There was no active array until I assembled /dev/md0. Please confirm.

#177 Re: Installation » [SOLVED] Excalibur net install 20250823 not installing rsyslog » 2025-08-29 12:00:25

I don't recall exactly what the problem was, but some packages had to be left out of debootstrap builds of excalibur early on. Search forum for 'rsyslog logrotate cron' and you'll find a few posts about it. The live iso build is patched to add logrotate and rsyslog later in the build. The installer isos are going to get a fix (maybe already did) for that.

#178 Re: Installation » [SOLVED] Should the live desktop auto start RAID arrays? » 2025-08-29 11:53:02

Yeah, I ran into that "module is in use" warning. I managed to screw up my builds yesterday so that the desktop wouldn't start, and I finally found my error this morning. Right now I'm leaning toward removing all the mdadm stuff from the live and letting people rely on the rescue functions in the netinstall iso. I think I'll make a no-raid iso for the main site and any other test isos can be uploaded to a different location.

I'm assuming that the netinstall gives you more control over assembling raid arrays, but I've only used it a couple of times and never looked into the code.

I'm still a little frazzled from yesterday. New iso(s) coming later today (probably).

Thanks for persevering.

#179 Re: Installation » [SOLVED] Should the live desktop auto start RAID arrays? » 2025-08-28 09:43:07

- I mounted the file "devuan_excalibur_6.0-preview-2025-08-25_0923_amd64_desktop-live.iso" to the local file system, copied ./live/initrd.img to a temp directory and extracted it using the same 3* cpio + zstdcat|cpio, and examined ./etc/mdadm/mdadm.conf. The contents look like a default file. No "AUTO -all" or dummy "ARRAY <ignore>" lines.

I think you nailed it. The build script copies the kernel and initramfs to the /live directory from the chroot system that's being built. I think it's doing it too early, so it's not getting the final changes. I have to look at the code to confirm this (and correct it).

FWIW - unmkinitramfs will unpack the initrd easily with just one command.

#180 Re: Installation » [SOLVED] Should the live desktop auto start RAID arrays? » 2025-08-27 14:26:48

I tried adding "blacklist md_mod" to /etc/modprobe.d/mdadm.conf and rebuilding the initramfs. Did it with and without commenting out the existing line (...ro=1) and it didn't help. All the raid modules are still being loaded.

Also noted that 'modprobe -r md_mod' fails with message that md_mod is in use. There's no raid on my test box, so I don't know who is using it. (mdadm is not running)

Another option I thought of would be to build the iso without mdadm installed but with the deb package in the iso in case someone needed it. I think that could work, but I'm not sure.

One other thought came up after booting an older kernel whose initrd was made before installing mdadm. That would be to have two initrds in the iso, one of them made without mdadm installed and one with. That's more complicated to automate.

#181 Re: Off-topic » Opinions about keypassXC » 2025-08-27 13:35:07

I think part of my response belongs in the thread where I posted.

I was wondering why the first post in this thread contained a response to something that obviously came before the first post. Wasn't sure if I needed a time machine to see it. A link would suffice.

fsmithred (I compiled transcode without detailed step-by-step instructions.)

#182 Re: Installation » [SOLVED] Should the live desktop auto start RAID arrays? » 2025-08-27 11:37:10

lsmod | grep raid    or    lsmod | grep md to see what modules are loaded.

I did that and decided that md_mod was probably the one to blacklist. When I went to /etc/modprobe.d to create a file, I saw that mdadm.conf was already there.  Does anyone else have this file?

# mdadm module configuration file
# set start_ro=1 to make newly assembled arrays read-only initially,
# to prevent metadata writes.  This is needed in order to allow
# resume-from-disk to work - new boot should not perform writes
# because it will be done behind the back of the system being
# resumed.  See http://bugs.debian.org/415441 for details.

options md_mod start_ro=1

#183 Re: Installation » [SOLVED] Should the live desktop auto start RAID arrays? » 2025-08-25 14:03:32

g4sra, thanks. Good find.

If "nodmraid" in the boot command works, then I can add that to all the boot menu entries except one and label it "with mdadm" or similar. I like that idea better.

#185 Re: Installation » [SOLVED] Should the live desktop auto start RAID arrays? » 2025-08-25 10:12:31

Eeqmcsq,  I added your edits to mdadm.conf and made a new iso. Thank you!
https://files.devuan.org/devuan_excalib … p-live.iso

stargate, this is the first such report I've seen and mdadm has been active in devuan-live for 10 years and refracta isos for a few years more than that (since 2011 I think). I don't know what other live distros include mdadm, so I can only say that thousands or maybe tens of thousands of users have booted these isos.

Edit/update: That iso somehow got the default /etc/default/mdadm with START_DAEMON=true. I'm making a new iso now.
Also, I can't seem to start mdadm when running this live-iso. Can you still use the mdadm command without the service running?

#186 Re: Installation » system with complicated mdadm/cryptsetup does not boot » 2025-08-21 19:12:40

Installing cryptsetup-modified-functions might do the same thing as your edited version. I didn't need this in daedalus, but the author of the patch (devujan) did need it. I don't know if he still needs it in excalibur or if it needs to be changed.
https://dev1galaxy.org/viewtopic.php?pid=41064#p41064
https://git.devuan.org/devuan/cryptsetu … -functions

#187 Re: Installation » "the desktop file refractainstaller.desktop is in an ..." » 2025-08-14 22:00:38

Well, it gets even weirder. I booted the the latest excalibur desktop-live iso and /home/devuan/Desktop/refractainstaller.desktop is already executable, yet when I open it, I still get the popup asking me to Launch Anyway, Mark as trusted, or cancel.

#188 Re: Installation » "the desktop file refractainstaller.desktop is in an ..." » 2025-08-14 19:40:55

I don't know how to avoid that popup without making the .desktop file executable. I could mark it executable during the build, but I don't recall ever having to do that before. I never start it from the desktop icon, so I don't know when it started doing that.

And no, the one on the desktop is in /home/devuan/Desktop. The one in /usr/share/applications/ shows up in the apps menu. (another way to start it.)

In the running live system, open a terminal and run:

sudo refractainstaller-yad

#189 Re: Installation » [SOLVED] Can't even install yt-dlp in Devuan 6, many things are broken » 2025-08-13 20:41:09

I don't have all those dependencies installed and I don't really have yt-dlp installed, but it runs fine from my ~/bin. I have python3-requests installed, but not the other two you listed with it.

wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp
chmod +x yt-dlp

#190 Re: Installation » any way to obtain Excalibur ISO? » 2025-08-13 16:59:51

The live-isos have wireless firmware installed. This one is new:
https://files.devuan.org/devuan_excalib … p-live.iso

sha256sum:
667f3e82469a36aa95bcbe11db67fbd96ea59ec41c66f96407d1334033db2658  devuan_excalibur_6.0-preview-2025-08-13_0014_amd64_desktop-live.iso

Almost forgot to mention:
That early screen that asks you to insert a usb with firmware can often be ignored, and the firmware package will be installed later in the installation process (unless you select expert install and tell it not to install the firmware).

#191 Re: Other Issues » Mozilla and LLMs » 2025-08-13 13:33:33

Nobody has changed that config setting because Devuan is Debian-based, so we're all still waiting for it to be rolled out.

#192 Re: Hardware & System Configuration » daedalus: iwlwifi firmware missing for linux-image-6.12.38+deb12-amd64 » 2025-08-13 00:53:25

I don't see 'bpo' in the kernel version. It looks like it's the excalibur kernel. Please post your /etc/apt/sources.list and any other sources apt is using.

I just booted excalibur with that kernel and firmware-iwlwifi is working correctly. (version 20250410-2)

#193 Re: Other Issues » I seem to crash when I go to a certain website... » 2025-07-24 17:31:10

Our website was already without visitors before the current solution was put in place. At least now some of us can get there.

FWIW, I see more cpu activity going to other websites than I do with git.devuan.org. I tested cbsnews.com, cnn.com and youtube.com.

#194 Re: Installation » Daedalus 5.0.0 iso » 2025-07-22 12:42:15

That's a strange request. Is there some specific package version you need that's in the iso? I don't recall what the problem was, but the 5.0.0 iso was replaced shortly after release. Most of the software on the 5.0.1 iso would be the same versions as on 5.0.0. And lilttle of it will be the same after you do your first apt update && apt upgrade or if you choose a mirror during installation.

#195 Re: Installation » Fresh install vs dist-upgrade for next release » 2025-07-21 22:02:41

devuan_excalibur_6.0-preview-2025-05-24_1235_amd64_desktop-live.iso is missing the gui versions of refractainstaller and refractasnapshot. They'll be in the next build. (package names are refractainstaller-gui and refractasnapshot-gui)

Run

sudo refractainstaller

in a terminal to run the cli installer.

#196 Re: Installation » Fresh install vs dist-upgrade for next release » 2025-07-21 19:23:15

but it seems refractainstaller is not yet ready for excalibur

@Devarch: I've been using it in excalibur. What problem are you having? (maybe it should be in another thread).

#197 Re: Installation » Fresh install vs dist-upgrade for next release » 2025-07-21 09:05:23

@fsmithred, when one uses refractainstaller to create an encrypted partition, can the OS still see which filesystem is on the partition without decrypting it?

I don't think I understand the question. If you have another linux installed on the system, it won't be able to see the filesystem on the encrypted partition until it's decrypted. That also means that os-prober won't be able to add the encrypted install to the boot menu of the other linux.  Also, if you reboot the live system after finishing the install, the live system won't be able to see what's in the encrypted partition until it's decrypted.

If that's not the right answer, try the question again.

#198 Re: Installation » Fresh install vs dist-upgrade for next release » 2025-07-21 01:39:17

Yes refractainstaller can do encrypted installs. You can have encrypted root and /home partitions, with or without a separate /boot partition. (without it gives you full disk encryption). No LVM or RAID (unless you do some of that manually)

#199 Re: Installation » Fresh install vs dist-upgrade for next release » 2025-07-20 18:33:22

To get a list of config files that have been changed from the default:

debsums -ca

#200 Re: DIY » Does anyone here use Mintstick for making livUSB's? Need testers. » 2025-07-18 13:24:15

Odie,

There are some errors in your documentation for refractasnapshot.

refractainstaller and refractcasnapshot packages are in the devuan repository. If you're running devuan, you can just 'apt install refractasnsapshot-gui refractainstaller-gui' and you will get all the the base and gui packages with all their dependencies.

You don't need to use sudo to run the scripts. You can just run them as root. And you don't need to add your user to the sudo group to be able to use sudo when you boot into the live-CD/DVD/USB. That's gets done automatically by live-config.

Refractainstaller does not depend on grub-efi-amd64. Older versions did require some grub package, but not necessarily the efi version. Installing grub-efi-amd64 as you suggest could cause problems for the user on a non-uefi system.

You don't need to edit grub.cfg.template and changing the name or putting your edits in grub.cfg will result in those edits not being used.

If you want to use a different kernel than the latest installed kernel, you can set it in one place, in the config file. If you edit the menu to use the specific kernel version, you will need to edit it every time the kernel gets updated and you are making multiple edits instead of just one.

There's no need to set geany as the "other editor" when geany is already the default editor.

You don't need to make a backup copy of snapshot_exclude.list because there's ALREADY a backup copy.

You don't need to delete the work_dir or the extracted dir after a run. They get deleted unless you edit the config file to keep them.

I'm only up to page 12 of 34. I don't have time to go through it all, and I probably missed something in that first 12 pages. Please study the existing documentation that comes with the packages. Maybe you could put a note at the top of your document saying that it's not official, it's not endorsed by the maintainer of the refracta tools and anyone should use that doc at their own risk.

Board footer

Forum Software