You are not logged in.
I think adding a debian repo without pinning it to a low priority is asking for trouble. You bypass amprolla which filters out systemd. It's also unnecessary because the same package is available through devuan repos in the non-free section.
$ apt policy nvidia-driver
nvidia-driver:
Installed: (none)
Candidate: 525.147.05-7~deb12u1
Version table:
535.161.08-2~deb12u1 100
100 http://pkgmaster.devuan.org/merged daedalus-proposed-updates/non-free amd64 Packages
525.147.05-7~deb12u1 500
500 http://deb.devuan.org/merged daedalus-updates/non-free amd64 Packages
525.147.05-4~deb12u1 500
500 http://deb.devuan.org/merged daedalus/non-free amd64 PackagesNote: I have proposed-updates pinned to low priority (100) and that's why the newest version isn't shown as the Candidate.
Maybe also add set gfxpayload=1280x1024 to the boot command. (or use your favorite resolution)
I'm 99.9% sure that login:password is user:user and root:root and that it should boot to a desktop without logging in.
I still don't understand what you're trying to do. Do you want an icon that will present images with text to you like a slideshow or powerpoiint presentation? Or do you just want an image with embedded text? What does "self-selected text" mean? I think there's a screensaver that displays sayings from fortune when it runs. Is that something like what you want?
notify-send will make a popup window with icon and message. The package name is libnotify-bin and it might already be installed.
If you want an icon to sit on the desktop to click and get a message, I think you just need to create a file or shortcut, but how you do it probably depends on what the text message is. Is it a note you wrote or do you want some text generated automatically?
Icons are just image files. You can make one in gimp.
If you search this forum for 'runit' you will get a lot of hits. This one is probably a good place to start. Lorenzo is the Debian maintainer for runit.
https://dev1galaxy.org/viewtopic.php?id=5555
If google says that devuan is lagging behind debian, then google is confused. Almost all of the packages in devuan are taken directly from debian's repos when you install something.
If you think I was too aggressive when I told you and someone else to stop talking about each other, then I guess you misunderstood. We are here to talk about devuan, not to have personal arguments with other users. Or maybe the part you misunderstood was that I don't want to have a discussion about how to have a discussion. I don't require or want any feedback regarding this particular issue. Just stay on-topic.
@others - Thanks for the support.
We don't package the kernel. Bug reports for this should go to debian.
I removed your duplicate posts. This one should be enough in case anyone has a similar setup.
Confirmed. I used the amd64 netinstall iso from April 24. That library (libgcc_s.so.1) is in package libgcc-s1 and it's in the iso. I tried dropping to shell and installing it, but that didn't work.
./pool/DEBIAN/main/g/gcc-14/libgcc-s1_14-20240330-1_amd64.debCheck /etc/default/grub to make sure that UUID is not disabled for update-grub. The line should be commented like this:
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=trueMy first thought was maybe a package got removed. I can find clhsdb in daedalus but not in chimaera. In daedalus, apt-file shows the path to be different from what you posted. There's an extra 'jre' in yours. I don't have that package installed, so I don't know what it really does. You can also run dpkg -L <package> to see what files from a package are actually installed on your system.
$ apt-file find clhsdb
openjdk-8-jdk-headless: /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb
$ apt-file list openjdk-8-jdk-headless
openjdk-8-jdk-headless: /usr/lib/jvm/java-8-openjdk-amd64/ASSEMBLY_EXCEPTION
openjdk-8-jdk-headless: /usr/lib/jvm/java-8-openjdk-amd64/THIRD_PARTY_README
openjdk-8-jdk-headless: /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb
openjdk-8-jdk-headless: /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck
openjdk-8-jdk-headless: /usr/lib/jvm/java-8-openjdk-amd64/bin/hsdb
<snip>/dev/sda4 does not exist
First thing to try - Go into bios and change the boot order of the hard disks. That might work.
Maybe a better solution is to unplug the new disk, reboot and edit /etc/fstab to use UUID instead of device names.
Is it also trying to remove libseat1 when it removes seatd? When I try to remove libseat1, it wants to remove xorg. I can't try to remove seatd because it's not installed. Maybe you could apt install libseat1 to set it to manually installed so it doesn't get removed with seatd.
That sounds like it might be a hardware problem. You can check hard disk read/write speeds with hdparm -Tt /dev/sda and you can check overall disk health with smartmontools. e.g. smartctl -a /dev/sda or to run a short test smartctl -t short /dev/sda Maybe run memtest, too.
It looks like grub can handle luks2 now. (since 2020)
https://www.phoronix.com/news/GRUB-Boot … sk-Encrypt
If /boot is part of the encrypted root filesystem, add the following line to /etc/default/grub and then run 'update-grub'.
GRUB_ENABLE_CRYPTODISK=yThere are two ways to solve this. You could remove the microcode package before making the snapshot. That should eliminate the decompression error.
The other solution is to use the newer version of refractasnapshot that fixes the decompression bug. It's currently in ceres/excalibur but you can download it here. It will work on daedalus or chimaera (maybe beowulf, too).
https://pkgmaster.devuan.org/devuan/poo … .0_all.deb
And the gui version (optional)
https://pkgmaster.devuan.org/devuan/poo … .0_all.deb
The usual cause of failure around squashing is to run out of disk space. This will be reported at the end of the error log.
Uh, why genisoimage? If you're using a version of refractasnapshot that wants genisoimage, you should replace it with a current version (10.2 or later). It should be using xorriso to make the iso file.
There is no fstab entry for this.
auotfs is installed on the client machine. nfs-kernel-server is iinstalled on the server machine and the exports are defined there.,
I added this line to /etc/auto.master
/mnt /etc/auto.nfsI created /etc/auto.nfs
filestore remote-hostname:/home/user/data-to-shareWhere filestore is just a name for the mountpoint that will be automatically created under /mnt when you access the share, and remote-hostname:/home/user/data-to-share corresponds to an actual nfs share on remote-hostname.
I usually make a symbolic link in my home dir that points to the mountpoint.
ln -s /mnt/filestore /home/user/my-shared-filesRestart autofs after making any changes.
I've seen the repeating lines when editing the boot command in the past, but I'm not seeing it with the daedalus desktop-live. I'm not sure what causes that.
I do see the help line that says to use TAB or e to edit.
I have no other ideas right now.
Nope. It's the same iso, same sha256sum as before. That iso was accidentally deleted and then uploaded again, thus giving it a new date.
Any updated iso would get a new filename, would have a new sha256sum and would require that we make a new torrent file for downloading the isos.
Finally, there's a solution. Someone figured out that pulseaudio saves settings in files that are named with the dbus machine-id. In Devuan, that machine-id changes with each reboot. They're kept in ~/.config/pulse.
You can edit /etc/default/dbus to comment the last line as shown below to disable the machine-id change.
# This is a configuration file for /etc/init.d/dbus; it allows you to
# perform common modifications to the behavior of the dbus daemon
# startup without editing the init script (and thus getting prompted
# by dpkg on upgrades). We all love dpkg prompts.
# Parameters to pass to dbus.
PARAMS=""
# IDTYPE: how to deal with /var/lib/dbus/machine-id:
#
# if IDTYPE="RANDOM": regenerate /var/lib/dbus/machine-id at each boot
# else keep it fixed across reboots
#IDTYPE="RANDOM"It's also possible to rename those files so they use the current machine-id so they work.
Is libinput missing in the iso? In daedalus I have libinput-bin libinput10 xserver-xorg-input-libinput. I also have libevdev2 but I'm not sure if that's needed. Aptitude tells me it's there for atril.
Check the boot command to make sure it says what you want it to say. Press TAB or e at the boot menu (for isolinux or grub respectively). The menu in /usr/lib/refractasnapshot gets edited by the script when you make the snapshot.
I have NFS mounts on my laptop using wifi and network-manager, and I have no problems shutting down with the nfs mounts. Maybe it works for me because I use autofs to control the nfs mounts. The share gets mounted whenever I access it, and those mounts get cleaned up before networking shuts down. It's near the top of the list in /etc/rc6.d
K01autofs It looks like beowulf-backports got archived.
Get:6 http://archive.devuan.org/merged beowulf-backports/main amd64 Packages [491 kB]