You are not logged in.
To do a new install with the existing live isos, you can just download the package in a terminal with wget, check the sha256sum and install with dpkg or gdebi. Then run the installer.
If you download the file and want a checksum, here they are:
$ md5sum devuan-keyring_2022.09.04_all.deb
6209781a66b39c95c012765bc7ca2297 devuan-keyring_2022.09.04_all.deb
$ sha256sum devuan-keyring_2022.09.04_all.deb
96c4a206e8dfdc21138ec619687ef9acf36e1524dd39190c040164f37cc3468d devuan-keyring_2022.09.04_all.debyes
then copying /usr/share/keyrings/devuan-keyring.gpg => /etc/apt/trusted.gpg.d
and deleting /etc/apt/trusted.gpg.d/devuan-keyring-2017-archive.gpg
apt-get update works.Temporary solution pending that of the developers.
I believe those extra steps are only needed if you installed the first package made today, dated 2022.09.03, but the second package with date 2022.09.04 copies the new file for you.
New keyring just got built and needs to get into the repos and propagate to the mirrors.
Use option '--no-install-recommends' when you install the nvidia driver. This will prevent nvidia-persistenced from being installed and will eliminate the conflict. You won't miss the package when it's absent.
0:0 is the display you're running on. If you run more than one xserver at a time, they will get unique display numbers.
I don't know what programs supply any of this, but I learned this early in my linux adventures.
Create a second user.
Drop to console with ctrl-alt-F1 (or I guess crtl-shift-F1 on your keyboard)
Log in as the second user.
Run startx -- :1
You will now be in an xsession as the second user on vt08 and display :1.
ctrl-alt-F7 to go to the first xsession
ctrl-alt-F8 to get back to the second xsession
When you're done playing, close that second xsession, log out second user and go back to vt07.
FDE usually refers to a setup that has /boot part of the encrypted volume. I recommend using one of the live isos. Refractainstaller knows how to do it. I can never remember all the steps and the right words, which is why I put it into a script.
Tell the installer you want to encrypt the root partition and don't select a separate boot. Added bonus - don't select a swap partition and let the installer put a small swap file on the encrypted root partition.
If you would rather diagnose and fix your current situation, you probably should show us what's in crypttab, fstab, a menuentry from grub.cfg and whatever you put into /etc/default/grub. And maybe fdisk -l, too.
To make --no-install-recommends the default for your system,
echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/00norecommendsI can't reproduce the error. I'm running daedalus, installed mariadb-server, then installed the version from ceres. So I upgraded from 1:10.6.8-1 to 1:10.6.9-1 without error. The service got stopped and started successfully.
I don't know what else to do. Maybe someone running ceres would get a different result.
Well, maybe dpkg --configure -a or dpkg-reconfigure mariadb-server-10.6
Not ours. (There's no "devuan" in the version.) So you won't find it in our bug system. Check debian bug reports.
The package still contains an init script, so it can use systemd or sysvinit.
What exactly happened? Did you lose the package upgrading to ceres from daedalus, or on a regular upgrade in ceres, or the package just refuses to install. Did you get any error messages?
apt-cache search mariadb-server
mariadb-server - MariaDB database server (metapackage depending on the latest version)
mariadb-server-10.6 - MariaDB database server binaries
mariadb-server-core-10.6 - MariaDB database core server files
apt policy mariadb-server
mariadb-server:
Installed: (none)
Candidate: 1:10.6.8-1
Version table:
1:10.6.9-1 10
10 http://deb.devuan.org/merged ceres/main amd64 Packages
1:10.6.8-1 500
500 http://deb.devuan.org/merged daedalus/main amd64 Packages
$ apt policy mariadb-server-10.6
mariadb-server-10.6:
Installed: (none)
Candidate: 1:10.6.8-1
Version table:
1:10.6.9-1 10
10 http://deb.devuan.org/merged ceres/main amd64 Packages
1:10.6.8-1 500
500 http://deb.devuan.org/merged daedalus/main amd64 Packages
$ apt-file list mariadb-server-10.6
mariadb-server-10.6: /etc/init.d/mariadb
<snip>There's an old version of setnet in ascii and an older version in experimental. I'm pretty sure it's still in the minimal-live isos.
The default network manager in jessie, ascii and beowulf was wicd. I don't know why that's missing for you. In Beowulf, you could use network-manager or connman instead if you want.
Install either wicd or network-manager-gnome. I think that either one of those will get put into your desktop startup apps automatically.
Make sure that policykit-1-gnome is installed.
See the section on Session Management and policykit backends in the beowulf release notes:
https://files.devuan.org/devuan_beowulf … _notes.txt
You might want to switch from consolekit to elogind.
My mistake. The version of devuan-baseconf with the fix is only in ceres and daedalus. If the package just gets removed on upgrade, then I guess nothing else depends on it anymore. That's good.
If someone wants to try the newer version, it's here: http://deb.devuan.org/merged/pool/DEVUA … .2_all.deb
Removing the file, removing the package or doing nothing are all equally valid courses.
If you have not already deleted that file, please wait. Below is the last changelog entry for the package that provided that file in the past. Latest version of the package should remove all the old files, including avoid-systemd. Please see if devuan-baseconf is installed. Let me know if it is.
If it's not, please install it and see if it removes avoid-systemd. Let me know that, too. Thanks.
If you already deleted it, then don't worry about it. It's no longer needed.
devuan-baseconf (0.6.4+devuan3.2) unstable; urgency=medium
* Disable debian/install and debian/postinst.
* Keep postrm to remove old files.
* Keep package until nothing depends on it.
-- fsmithred <fsmithred@gmail.com> Sun, 05 Jan 2020 17:12:00 -0500tomasz, what network issue did you run into on migrating from bullseye to chimaera? If you already explained it in a previous post, then yes, it was forgotten. I've been away for a few days. Help me out here and provide a link to the previous post or explain it here. Thanks.
I've used refractainstaller to install to lvm. You have to use the cli version of the installer, not the gui. And you have to do a lot of the work manually, which you seem to be doing anyway. Maybe something in my Howto will help you.
https://dev1galaxy.org/viewtopic.php?id=2323
One important change. The howto says that your logical volume names should end in a digit. I fixed the installer so that is no longer true. You can use all alpha characters in your /dev/mapper/names.
I can get the same error with a crash in chimaera or daedalus if I press shift-pgup/down a few times. It doesn't matter if I have the Glass theme there or not. It also crashes if I do have the glass theme and select it in the gui.
Maybe some library is missing?
Here's the themerc for openbox with the sapphire hexes. The one in the current package is unchanged from the original clearlooks-phenix theme. Replace the one in the sapphire theme package with this one. If you can figure out why it doesn't work, please let us know.
https://paste.debian.net/1248088/
paste is good for 90 days.
Ditto the warnings above. Make sure you have a good backup before you try it.
The latest release of Devuan is Chimaera (=Bullseye).
Be the first to write a review. (Let us know if it works.)
First mistake was excusable - OP believed the screen that asked him to load firmware from external media. Almost everyone who sees this screen should ignore it and continue. The firmware usually gets installed automatically.
We should probably put a screenshot of that in the install guide. I'm not sure how to get that. The screen doesn't seem to come up when booting a VM. Maybe a camera shot of a hardware boot?
Refracta has a package installed to disable CSD. To undo that:
apt remove gtk3-nocsdAlso, there's a problem with the installer failing to undo a change that live-boot makes to anacron. You probably need to run the following commands.
# First make sure /usr/sbin/anacron.orig.anacron exists.
ls -l /usr/sbin/anacron*
# If you don't see anacron.orig.anacron, you don't need to run the following commands.
rm /usr/sbin/anacron
mv /usr/sbin/anacron.orig.anacron /usr/sbin/anacronWelcome to Devuan. In Debian and Devuan, openrc uses the sysvinit scripts. That's about all I know about it. I think there are some on-screen instructions when you install it that talk about fixing links that might be relevant if you're replacing sysvinit but get done automatically if you choose openrc when installing the system. That's based on my memory of doing a couple of test installs in the past few years, worth what you paid for it.
Removed packages sometimes leave config files behind. Purging the package instead will remove the configs. To see all leftover configs and remove them:
aptitude search ~c
aptitude purge ~c
# or be specific
aptitude purge <package package...>This might be of interest. (more package manager commands)
https://dev1galaxy.org/viewtopic.php?id=511
There are a few people here using openrc. You'll get better answers from them. Also, search the forum for past discussions on openrc. There have been a few.
how can I boot, can YOU boot it?
As mentioned previously, there are currently no bootable installer isos.
https://dev1galaxy.org/viewtopic.php?pid=36517#p36517
This bug needs to get fixed:
https://bugs.debian.org/cgi-bin/bugrepo … ug=1013916
I see a new version of cron-daemon-common in sid, but there's no mention of the relevant bug. I guess we'll see if the next set of isos work when that moves down to bookworm/daedalus.
https://metadata.ftp-master.debian.org/ … _changelog
Fixed version of refractainstaller is now in ceres and will migrate down to daedalus. I'll have to pull some strings to get it into chimaera-proposed-updates. If you're in a hurry to get it, you can download it from the repo.
refractainstaller-base
https://pkgmaster.devuan.org/devuan/poo … .2_all.deb
refractainstaller-gui
https://pkgmaster.devuan.org/devuan/poo … .2_all.deb
This one will correctly remove the diversion of anacron and rename it so it runs. It also contains a postinst script, so that when you upgrade the installer to this version, it will check your system for the leftover cruft from the diversion and correct it. It does not restart anacron, so logs won't rotate until after a reboot or a manual restart of anacron.