The officially official Devuan Forum!

You are not logged in.

#126 Re: Hardware & System Configuration » [SOLVED] Stale keyring files? » 2025-05-23 00:28:38

Openbox now includes an applications menu that uses the .desktop files in /usr/share/applications. I added a few items to the main menu, but everything expanded from "Applications" was automatically added.
https://get.refracta.org/files/misc/ope … s-menu.png

#127 Re: Installation » Daedalus desktop live: Cannot load memtest » 2025-05-22 21:58:12

Good find. I'll have to remember to play with that on a multi-boot live-usb that uses syslinux to see what it does.

I don't know if the .bin file is needed. I'll leave it for now and see if someone finds a case where that's the only one that works for them.

#128 Re: Installation » Daedalus desktop live: Cannot load memtest » 2025-05-22 20:03:58

Thanks again. That works. I changed "kernel" to "linux" on the memtest boot entries and it works. Both *.efi and *.bin work on a T450s Thinkpad in legacy or uefi boot. I didn't try the ia32 images. I probably won't include those in the boot menu, but they'll be there in case anyone needs them.

#129 Re: Other Issues » [SOLVED] ifupdown removes insecure files after chmod » 2025-05-22 16:49:10

I'm pretty sure that everything in /run will be regenerated on reboot. If you changed permissions on the executables in /sbin, those won't revert. You should do that manually.

Instead of changing permissions, you could give your user sudo privs without password for just the required commands. Then you can use those commands in destkop launchers without having to enter a password.
I have something like this in /etc/sudoers.d/usercommands. (Hint: visudo /etc/sudoers.d/usercommands)

Cmnd_Alias	HALT = /sbin/shutdown, /sbin/halt, /sbin/poweroff, /sbin/reboot
Cmnd_Alias	NET = /sbin/ifconfig, /sbin/ifup, /sbin/ifdown

fred    ALL=NOPASSWD: HALT, NET

For brightness, your user can run xrandr.

# $monitor1 is the name of the connected monitor from xrandr without any options.
# $bright1 is a number between 0.0 and 1.0. 
xrandr --output $monitor1 --brightness "$bright1"

#130 Re: Installation » Daedalus desktop live: Cannot load memtest » 2025-05-22 13:37:07

Thanks for the thorough testing and excellent report! I can confirm your results and add one more. The *ia32.efi works on a 32-bit machine. (Asus EEE).

I did get some weirdness on one uefi laptop - if I stroke the touchpad while memtest is running I either get a popup menu to select the address range to test, and it hangs on that menu, or else it reboots. I'm guessing that's a hardware problem with this laptop that was dropped too many times.

The beeps are intentional for those who can't see the screen. Once it boots, it's ready for braille display. Grub won't do the ASCII beep, but it should play two tones when the boot menu comes up.

Another way to see the difference between the boot screens is that the font and layout are different between legacy (isolinux) and uefi (grub). Isolinux says to use TAB to edit, Grub says press e to edit.

I added "86" to the grub menu for the next build. Not sure what to do about menu entries at this point. Maybe someone will figure out what the .bin files are for.

#131 Re: Installation » Daedalus desktop live: Cannot load memtest » 2025-05-20 00:47:36

...sooner than I thought.

There are two memtest entries in the boot menus. One for memtest86+x64.efi and one for memtest86+x64.bin. Both appear in the legacy boot menu (isolinux) and the uefi boot menu (grub). I'm interested to hear which one works in which situations.

For me, just the .efi version works in both legacy and uefi boots. The .bin gives me some nice dot patterns that scroll off the screen to be replaced with black.

Excalibur desktop-live:
https://files.devuan.org/devuan_excalib … p-live.iso

Excalibur minimal-live:
https://files.devuan.org/devuan_excalib … l-live.iso

sha256sums:

d301d0e4eb31e7b4e8dee9cee5fdc9a74763d61ff95a1a18a456991905500206  devuan_excalibur_6.0-preview-2025-05-19_1437_amd64_desktop-live.iso

149e3538d01c76d8f6393fcc871167f221e2582e0dca3221ed8750b8bf01e27e  devuan_excalibur_6.0-preview-2025-05-19_1919_amd64_minimal-live.iso

#132 Re: Installation » Daedalus desktop live: Cannot load memtest » 2025-05-19 18:08:44

greenjeans, the boot device menu lets me choose "USB" or "USB UEFI".  F11 on this box.

#133 Re: Hardware & System Configuration » xfe i386 file manager » 2025-05-19 14:21:11

I'm sure it's available because I've made a few excalibur i386 live-isos and included xfe.

2.0.1-1 is installed on my EEE and 2.0.1-2 is available in excalibur and ceres.

If you want it on chimaera, there's a chance that the excal deb will install. If not, you'd need to download the source from salsa.debian and backport it to chimaera. But if you want 2.1, you'll probably have to get the upstream non-debianized source and either package it or compile it behind your package manager's back.

#134 Re: Installation » Daedalus desktop live: Cannot load memtest » 2025-05-19 14:00:48

Thanks for the reminder. I just tried it with an excalibur desktop-live iso and memtest86+x64.efi works here on two computers in legacy boot mode and two computers in uefi mode. (That's a total of three computers - one of them can be switched easily between uefi and legacy at boot).

The .bin file doesn't boot for me on any of them.

I think I'll make two boot menu entries - one for .efi and one for .bin. Excalibur preview live-isos will be posted soon.

#135 Re: Installation » [SOLVED] Problem with Failed to execute login command - Daedalus » 2025-05-14 11:48:49

Start with df -h which will show your mounted partitions with their size and amount used. Pay particular attention to the percentage used on your root filesystem. If it goes beyond 95% you're likely to have problems. If anything is too full, find some big files to delete.

You might run apt-cache autoclean to get rid of old deb packages in /var/cache/apt/archives or even apt-cache clean to get rid of all the deb packages in that directory. Note that this will not uninstall any programs. It just remove the .deb packages, so if you needed to reinstall something, you'd need to pull it from the repository. (i.e. the way most people install packages most of the time.)

#136 Re: Desktop and Multimedia » Daedalus Thunar unmount disks notifications issue » 2025-05-14 11:34:12

It's probably thunar-volman that does this (or doesn't). We don't fork that package, so any bug reports should go to bugs.debian.org. It's also a good idea to find out if the same behavior exists in debian before filing a bug report. Before you do that, consider that the two most recent bug reports on thunar-volman are from 2021 and 2013 and neither one got a response. I also didn't see any bugs on thunar that were relevant and recent.

#138 Re: Hardware & System Configuration » [SOLVED] USB with *.iso image not detected in BIOS boot netbook » 2025-05-12 15:31:00

USB 2.0.

It also booted with a refracta excalibur iso (with libre kernel).

#139 Re: Hardware & System Configuration » [SOLVED] USB with *.iso image not detected in BIOS boot netbook » 2025-05-12 12:41:52

Works ok on 1101HA, bios version 0317
I'm using a cheap, no-name giveaway usb stick dd'd with devuan_chimaera_4.0.2_i386_desktop-live.iso.

#140 Re: Desktop and Multimedia » [SOLVED] Wallpaper Location » 2025-05-01 22:01:53

Is desktop-base installed? Check in synaptic package manager or run dpkg -l desktop-base. If it's not there, then install it.

apt install desktop-base
dpkg -L desktop-base  # This will show you all the files in that package.

#141 Re: News & Announcements » Initramfs changes in Excalibur + refracta2usb » 2025-04-29 23:36:01

patch-initrd works
patch-initrd with encrypted loopback file on first partition works.
loopback file on second partition works with and without encryption
reinstall syslinux works. It hung for a long time running mmove using 100% cpu, and I ended up killing that process, but it worked anyway. I suspect the problem was my usb stick that was already having booting problems. Seems to be fixed now.

There were a couple of times I tried to make a loopback file on the second partition, but it never asked which partition to use, and it wanted to put it on the first. I closed refracta2usb and restarted it, and it did what I wanted after that.

All testing done on excalibur host with a devuan excalibur desktop-live iso. (i.e. with microcode)

#142 Re: News & Announcements » Initramfs changes in Excalibur + refracta2usb » 2025-04-29 13:59:16

Looks good in meld. I haven't tried it yet.

Don't know if this helps, but refractasnapshot now uses unmkinitramfs to extract initrd. It's simpler code. Here's the relevant commit.
https://git.devuan.org/devuan/refractas … 7d53f7d9d8

#143 Re: News & Announcements » Initramfs changes in Excalibur + refracta2usb » 2025-04-28 22:07:47

Thank you! I've been dreading touching that script to make any changes. I can test it. I'm using it frequently now that I'm making excalibur isos. Maybe we should both put what we have on git.devuan.org for merging the changes.

#144 Re: Off-topic » Lightweight system without (too) bloated software » 2025-04-27 17:26:52

xfe - lightweight file manager that also includes xfw text editor. They each use about 9 MB RAM.

qlipper - simple clipboard similar to parcellite. Uses about 20 MB and works without dbus-bin or dbus-daemon installed.

links2 or dillo for graphical web browsers. Any of the big ones are too painful when you only have 2 GB RAM and 1.33 GHz Atom CPU. Sometimes lynx or w3m will suffice.

claws-mail - 49 MB compared to thunderbird's 307 MB.

#145 Re: DIY » α-utilz -- a funky version of refractasnapshot/installer » 2025-04-25 17:36:26

What is /root/dev? Why is it trying to mount there?

#146 Re: Desktop and Multimedia » [SOLVED] How does polkit work on devuan / sysvinit ? » 2025-04-17 12:12:01

Code for forked packages is here:
https://git.devuan.org/devuan/policykit-1

You can also get devuan package information from here:
https://pkginfo.devuan.org/cgi-bin/policy-query.html

If you can't find an associated package on our git, check salsa.debian.org.

#148 Re: Other Issues » [SOLVED] Excalibur minimal-live isos need something. » 2025-04-15 13:21:01

Some packages are missing in that last iso. They're the ones that were excluded in the debootstrap command, and I forgot to add them back in. If you do install from that iso, make sure you install logrotate and rsyslog. That will also pull in cron.

The other issue is that "username=devuan" isn't on the command line, and /etc/sudoers.d/live gives sudo nopasswd permissions to the non-existent user named "user". If you install the system, edit or delete that file.

I left out the section of the build that edits initrd to remove unnecessary stuff to make it smaller. Seems to be 47mb either way. With all the software bloat, the "minimal" live iso no longer fits on a CD. It's more than 47mb over the limit, so trimming initrd isn't going to help.

New iso:
https://get.refracta.org/files/experime … l-live.iso

sha256sum
https://get.refracta.org/files/experime … iso.sha256

8278bc1c1af87d538d73efb64534c076bdd3ecaeba27a1eb20cdc49e5b701660  devuan_excalibur_6.0-preview-2025-04-15_0923_amd64_minimal-live.iso

#149 Re: Other Issues » [SOLVED] Excalibur minimal-live isos need something. » 2025-04-14 22:15:51

It was the rootfs_overlay that had lib/live/config/ and two custom scripts that was interfering with the symlink. I changed it to usr/lib/live/config and it's all better. Uploading new iso to the same directory now. Release docs and motd need refreshing, but other than that, I think it's good to go. If you happen to have a braille display, please test.

It finally finished uploading and the sha256sum is good.

248b64b2bca77de3a2d1f8582049d604d007004fa31487409fb8fe3bfc00e15d  devuan_excalibur_6.0-preview-2025-04-14_2142_amd64_minimal-live.iso

#150 Re: Devuan Derivatives » GNUinOS - Libre » 2025-04-12 15:50:56

Making encrypted partitions in d-i is a confusing process. For reference, here's a video of making an unencrypted boot partition and an encrypted root partition.  The "-4" at the end of the filename is the number of attempts I made until I did it right. I screw it up about half the times I do it.

https://distro.ibiblio.org/refracta/mis … rypt-4.ogv

Board footer

Forum Software