You are not logged in.
are there any tangible benefits - performance-wise or security-wise - from upgrading from 5.10 to 5.19?
AMD graphics performance and power management with the new amd-pstate driver are massively improved in 5.19. There's lots of other stuff as well if you check the Phoronix site, that gives a good overview of technical developments.
But if you're running old hardware then all these fancy new features do for you is introduce the possibility of more regressions and other bugs.
Ubuntu have a linux-firmware package from 2022-08-31:
https://packages.ubuntu.com/kinetic/all … e/download
The .deb should be safe to install directly in Devuan. It has no dependencies. The package's postinst script runs update-initramfs automatically.
Method 2. Installing from PPA
Better guide here:
https://wiki.debian.org/CreatePackageFromPPA
^ That shows how to use PPA source code to build local Devuan packages.
It is possible to clone the entire firmware git repository straight into /lib/firmware/ so that it can be updated later with cd /lib/firmware && git pull.
See https://forums.debian.net/viewtopic.php … 18#p755418 for the method.
5.19 made it into Debian sid on 2022-09-01: https://metadata.ftp-master.debian.org/ … _changelog
I presume Amprolla picked it up soon afterwards, it's listed in Devuan now: https://pkginfo.devuan.org/cgi-bin/pack … 4=5.19.6-1
If your box can't see it then change your mirror(s), apt update and try again.
EDIT: automatic URL tags seem to be broken.
Have you considered the possibility that Palemoon is just a steaming pile of antediluvian shite that can't support modern web standards?
Everything looks normal to me. Not sure what's going on there.
Install the linux-image-amd64 package from the chimaera-backports repository. Or use the Liquorix kernel instead, their Debian bullseye version is compatible with Devuan chimaera.
I think there might be an underlying problem not addressed by that workaround. Can we see the findmnt output? It will show if everything's mounted correctly.
How about
findmntTry
rm /etc/subuid.2456
apt purge speech-dispatcherIf that doesn't work post the full error message and the output of
stat /proc /etcIf /dev/tpm0 exists then the kernel has found the TPM2 chip and provided a driver for it.
Looks like start-stop-daemon only provides an option to start under a specific group rather than a particular user, which is a shame.
You could try replacing the line with something like
su tss -c '/usr/sbin/tpm2-abrmd'But it's horrible as a hack because it breaks the PID file.
The tpm2-abrmd package is actually fantastically useful for systems with full disk encryption so this really should be fixed for Devuan.
Why dont use apt instead of use directly dpkg?
Because apt performs the authentication checks that are broken until the new keyring package is installed.
Put this command in the i3 configuration:
exec xrandr --dpi 192Scripting ~/.Xresources is not possible (AFAIK) but you could use xrdb to load specific configuration files from (eg) ~/.xsessionrc.
For tpm2-abrmd the daemon is supposed to run as the tss user (/dev/tpm0 should be owned by that user). The systemd unit file has User=tss but the sysvinit file doesn't specify a user.
So edit /etc/init.d/tpm2-abrmd and change line 17 to
start_daemon -p $PIDFILE -u tss /usr/sbin/tpm2-abrmdThen run
# service tpm2-abrmd restartI'm not 100% sure it will work because the man page says that -u is a matching option. Worth a go though.
For ping the chimaera iputils-ping package just missed the fix described in your linked bug report. If you're using that switch to the inetutils-ping package instead.
You should probably file bug reports against both these packages using the reportbug package. The Debian wiki has a page about it. Be sure to check there are no extant reports about the same problem.
Funny man pages:
https://manpages.debian.org/unstable/fu … index.html
Trigger warning: content reflects the attitudes of the times.
EDIT: holy fuck, some of that is really bad. RMS must have had significant input...
Not sure if this is still relevant but:
I don't know how to program debconf and I don't really have time to figure it out right now. If anyone knows how to get a debconf dialog to run from a postinst script, please help.
You can feed debconf-set-selections with a here string (or here document if you're not using bash) containing the relevant information.
This example is for GRUB:
debconf-set-selections <<<"grub-efi-amd64 grub2/force_efi_extra_removable boolean true"Use debconf-get-selections to find the correct syntax for each entry and use dpkg-reconfigure to bring up the interactive configuration dialogue for each package that shows all the options.
And off-topic but:
you skipped over the pre-pivot stage, which is the initial bootup (adding .1 to your III) using the initrd filesystem.
Devuan uses an initramfs rather than an initrd and so uses chroot instead of pivot_root.
I used to believe in the block universe but I'm not so sure now. Heisenberg's principle doesn't allow enough accuracy for the behaviour of particles to be mapped into infinity. But I'm no expert :-)
Just bought Titanfall 2 'cos it was on sale in Steam. I didn't even check if it was Linux compatible (it isn't) but Proton handles it just fine — everything seems to work and I'm getting a consistent ~60fps, even when it's busy.
It's a nice game. Very well done first person shooter in the modern style (no health counter, just a countdown to death when you're under fire) with added Mechs. Lovely and very fun even if I am crap at all the wall-jumping movement stuff.
^
./configure
make
doas make installOr add this to your shell initialisation file (eg, ~/.bashrc):
alias sudo='/usr/bin/doas'Then just carry on using sudo as you always have done.
I think the RX6800 needs kernel >5.10 and firmware-amd-graphics >2020-11-18 so chimaera should be fine. Just about.
Newer cards will need linux-image-amd64 from chimaera-backports but the latest firmware in the repositories is from 2021-08-18 so you would have to obtain newer versions using other methods such as https://forums.debian.net/viewtopic.php … 18#p755418.
EDIT: I have no personal experience of that card but I help out lots of AMD users.
I think the --allow-insecure-repositories & --allow-unauthenticated options are a bit easier. I forgot about them :-)
@nenesse: I think you'll have to use
wget http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb
dpkg -i devuan-keyring_2022.09.04_all.debDo you have a firewall running that might be blocking port 11371?
Can we see the output of
cat /etc/{nsswitch,resolv}.confIs the system clock correct?
I see
$ gpg --keyserver keys.gnupg.net --search-keys BB23C00C61FC752C
gpg: data source: http://pgp.surf.nl:11371
(1) 4096 bit RSA key BB23C00C61FC752C, created: 2017-09-04
Keys 1-1 of 1 for "BB23C00C61FC752C". Enter number(s), N)ext, or Q)uit >
$