You are not logged in.
The pipewire-pulse package is only available from daedelus & ceres: https://pkginfo.devuan.org/cgi-bin/poli … e&x=submit
Perhaps try backporting it? https://wiki.debian.org/SimpleBackportCreation
EDIT: see also http://dev1galaxy.org/viewtopic.php?id=4447
v78 ESR goes EOL next week: https://endoflife.date/firefox
Looks like this could be done by doing a temporary change in apt sources to Ceres, update FF and then change sources back to Chimaera.
as done in this post: http://dev1galaxy.org/viewtopic.php?pid=32203#p32203I have tested and this works
It also breaks your system 'cos it pulls in glibc from ceres... *slow handclap*
See also https://forums.debian.net/viewtopic.php?f=20&t=114130
there are many offending applications including synaptic which refuse to run even with xhost +si:localuser:root. Synaptic without root shows up with above option. Not synaptic-pkexec.
Yes, that's by design. Running graphical applications as root is now officially discouraged. You have been warned ![]()
This works for me for synaptic in GNOME's Wayland desktop and also under sway:
xhost +local:EDIT: just remember to undo the damage afterwards:
xhost -local:So why does the Devuan libvirt-daemon package need stuff from backports?
apt info libvirt-daemonAnd which other backports are installed?
aptitude search ~S~i~Astable-backports(You might have to replace stable- with chimaera-.)
Have you enabled Wayland support?
MOZ_ENABLE_WAYLAND=1 firefoxIf that works then add the variable to /etc/environment (or in it's own file under /etc/environment.d/).
EDIT: are we having fun yet? ![]()
So I would check for any relevant man pages:
$ apropos machine-id
machine-id (5) - Local machine ID configuration file
systemd-machine-id-commit.service (8) - Commit a transient machine ID to disk
systemd-machine-id-setup (1) - Initialize the machine ID in /etc/machine-id
$And then
man machine-idTo save you time:
When a machine is booted with systemd(1) the ID of the machine will be
established. If systemd.machine_id= or --machine-id= options (see first
section) are specified, this value will be used. Otherwise, the value
in /etc/machine-id will be used. If this file is empty or missing,
systemd will attempt to use the D-Bus machine ID from
/var/lib/dbus/machine-id
So perhaps try that?
# ln -sf /var/lib/dbus/machine-id /etc/machine-idOr just make one up and hope the machine-id Police don't come knocking...
EDIT: this may be worth a bug report to Devuan, looks like no package supplies that file since systemd is supposed to generate it. I think it popped up recently in another thread IIRC.
How about
apt policy libvirt-daemon
aptitude why-not libvirt-daemon
aptitude -s install --no-install-recommends qemu-kvm libvirt-daemon-system libvirt-clients virt-manager gir1.2-spiceclientgtk-3.0 dnsmasq qemu-utilsThe last command may offer several possible solutions so be sure to go through them all.
Is your login session okay?
loginctl session-statusTry
awk -F'=|"' '/PRETTY/{print $3}' /etc/os-releaseBut I can't test that 'cos I'm posting this from Windows.
EDIT: remove quotation marks from output. Hopefully :-)
EDIT2: fixed command, thanks Ralph.
Symlinking /dev/random to /dev/urandom is a better solution:
# /etc/udev/rules.d/00-random.rules
KERNEL=="urandom", PROGRAM+="/bin/rm -f /dev/random", SYMLINK+="random"Reference: https://www.2uo.de/myths-about-urandom/
But the best solution is probably to switch from SLiM to a display manager that actually supports login sessions correctly.
The proposed-updates repository is for people to test the changes for the next stable point release so it doesn't make sense for testing.
You should probably read https://www.debian.org/doc/manuals/debi … .html#s3.1 (official Debian documentation but it also applies to Devuan).
enabling early kms
Early KMS must be disabled for the logo to show; ewaller was just noting that this is suboptimal for Intel graphics.
testing
That's not covered by the security team and any upstream fixes may be subject to the mandatory transition delay from unstable.
if you want bleeding edge software just use unstable
^ This.
Is there a way to have it display Devuan GNU/Linux 4 (chimaera)?
Distro: DevuanOr you could file a bug report for this against conky (upstream would be best, remember to test the latest release first to see if it's already fixed) or cut the information out of /etc/os-release but I really don't see the point of using a dynamic status indicator to display static information.
A pin priority of 100 would ensure that the package is kept updated from unstable, just as if it was a backport.
What a truly horrifying idea
+1
@OP, if you want bleeding edge software just use unstable.
the removal ob obsolete fragments is not complete
^ Perhaps this. See https://www.debian.org/releases/bullsey … l#for-next
I am now getting Gtk-WARNINGs about "Theme parsing errors ..."
Yeah, they all do that mate. Theme SNAFU. Try another theme if you're allergic to error spam. Do you notice any actual problems?
I think the machine-id is supposed to be generated by systemd these days but you could symlink to to /var/lib/dbus/machine-id if you want a valid ID. See machine-id(5) for more on this.
Yeah, I agree. Very challenging but also very satisfying.
Here's a clip to give an idea of how it plays: https://www.hooktube.com/watch?v=aHaMrzAVgNg
The graphics have moved on somewhat since the PS1 days :-)
Can I actually mount a disk while using a subvolume?
You wrote
# mount /dev/sdXY /mnt
In my case it would be /dev/sda1, did I understand properly?
Yes, that's right.
Other distros like Ubuntu, Opensuse and Arch implemented an automatic function related with the packaging upgrading to rollback
Yeah, well De{bi,vu}an is for experienced users so it doesn't need those hand-holding tools.
At least the bullseye installer now uses a @rootfs subvolume for btrfs; the old installer just used to dump the whole filesystem straight onto the root partition, which was irritating.
Some recent additions for me are Quake III from GOG:
# apt install game-data-packager
$ game-data-packager gogWorks better than under Windows, which is as it should be.
And I also bought Dirt Rally 2.0 while it was on sale (£8 with all the DLC!) and it works perfectly under Steam with Proton (experimental branch). It is a *superb* racing simulator but also properly hard — I've only just managed to win a stage against the AI after 20 hours of practice with the difficulty on 1/100. Epic.
does not directly show root files
^ This is not clear.
*What* does not show these files? With which program are you attempting to view them?
What do you expect to see? What do you actually see? Please explain in as much detail as possible.
So can we see the service file then? Is it from Artix? Have you checked the logs?
@OP: so boot into the snapshot from GRUB (change rootflags=subvol=@ to rootflags=subvol=btrfs/snap_20211015) but remember to either edit the / line in btrfs/snap_20211015/etc/fstab so that the subvol= bit is correct or just delete that line and set the parameters via /etc/default/grub instead.
Once booted into the snapshot mount the btrfs partition and move the snapshot:
# mount /dev/sdXY /mnt
# mv /mnt/@{,.orig}
# mv /mnt/btrfs/snap_20211015 /mnt/@Then reboot again.
If that all works you can remove the original root subvolume:
# mount /dev/sdXY /mnt
# btrfs subvolume delete /mnt/@.orig # any nested subvolumes will have to be deleted first; rm -r might be quicker :-)