The officially official Devuan Forum!

You are not logged in.

#1328 Re: Installation » How to have updated firefox-esr in Chimaera? » 2021-10-22 15:40:29

rdav wrote:

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#p32203

I 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

#1329 Re: Desktop and Multimedia » apt-pinning for Gnome-40 packages from Daedalus with Chimaera? » 2021-10-22 15:30:42

Debuser2018 wrote:

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 tongue

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:

#1330 Re: Other Issues » [SOLVED] libvirt-daemon/qemu-kvm won't install on chimaera » 2021-10-22 15:23:43

So why does the Devuan libvirt-daemon package need stuff from backports?

apt info libvirt-daemon

And which other backports are installed?

aptitude search ~S~i~Astable-backports

(You might have to replace stable- with chimaera-.)

#1331 Re: Desktop and Multimedia » apt-pinning for Gnome-40 packages from Daedalus with Chimaera? » 2021-10-21 18:24:32

Have you enabled Wayland support?

MOZ_ENABLE_WAYLAND=1 firefox

If 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? big_smile

#1332 Re: Desktop and Multimedia » apt-pinning for Gnome-40 packages from Daedalus with Chimaera? » 2021-10-21 16:12:07

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-id

To save you time:

machine-id(5) wrote:

       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-id

Or 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.

#1333 Re: Other Issues » [SOLVED] libvirt-daemon/qemu-kvm won't install on chimaera » 2021-10-21 06:14:09

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-utils

The last command may offer several possible solutions so be sure to go through them all.

#1335 Re: Other Issues » [SOLVED] Correct Distribution Name in Conky » 2021-10-20 20:08:20

Try

awk -F'=|"' '/PRETTY/{print $3}' /etc/os-release

But I can't test that 'cos I'm posting this from Windows.

EDIT: remove quotation marks from output. Hopefully :-)

EDIT2: fixed command, thanks Ralph.

#1336 Re: Other Issues » Login hangs after upgrade to chimaera? Slim might be the cause! » 2021-10-20 18:39:42

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.

#1337 Re: Desktop and Multimedia » apt-pinning for Gnome-40 packages from Daedalus with Chimaera? » 2021-10-20 18:30:41

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).

#1338 Re: Off-topic » Linux tux logo on boot » 2021-10-20 18:28:14

peebo wrote:

enabling early kms

Early KMS must be disabled for the logo to show; ewaller was just noting that this is suboptimal for Intel graphics.

#1339 Re: Desktop and Multimedia » apt-pinning for Gnome-40 packages from Daedalus with Chimaera? » 2021-10-20 05:10:07

thierrybo wrote:

testing

That's not covered by the security team and any upstream fixes may be subject to the mandatory transition delay from unstable.

I wrote:

if you want bleeding edge software just use unstable

^ This.

#1340 Re: Other Issues » [SOLVED] Correct Distribution Name in Conky » 2021-10-20 05:07:48

supusr wrote:

Is there a way to have it display Devuan GNU/Linux 4 (chimaera)?

Distro: Devuan

Or 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.

#1342 Re: Desktop and Multimedia » apt-pinning for Gnome-40 packages from Daedalus with Chimaera? » 2021-10-19 04:52:29

A pin priority of 100 would ensure that the package is kept updated from unstable, just as if it was a backport.

steve_v wrote:

What a truly horrifying idea

+1

@OP, if you want bleeding edge software just use unstable.

#1343 Re: Installation » Congratulations » 2021-10-17 17:20:51

Roger wrote:

the removal ob obsolete fragments is not complete

^ Perhaps this. See https://www.debian.org/releases/bullsey … l#for-next

#1344 Re: Other Issues » [SOLVED] Errors installing google-chrome-stable » 2021-10-17 17:17:10

davmes wrote:

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.

#1345 Re: Desktop and Multimedia » What games do you play on Devuan?? » 2021-10-17 17:08:14

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 :-)

#1346 Re: Off-topic » [SOLVED] BTRFS Drama » 2021-10-17 17:00:25

Danielsan wrote:

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.

Danielsan wrote:

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.

#1347 Re: Desktop and Multimedia » What games do you play on Devuan?? » 2021-10-17 09:49:11

Some recent additions for me are Quake III from GOG:

# apt install game-data-packager
$ game-data-packager gog

Works 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.

#1348 Re: Desktop and Multimedia » root path is invisible: devuan_chimaera_4.0.0_amd64_desktop.iso kde » 2021-10-17 09:29:17

Haru wrote:

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.

#1349 Re: Desktop and Multimedia » [SOLVED] Devuan, runit and Firewalld » 2021-10-17 09:25:49

So can we see the service file then? Is it from Artix? Have you checked the logs?

#1350 Re: Off-topic » [SOLVED] BTRFS Drama » 2021-10-17 09:23:34

@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 :-)

Board footer

Forum Software