How would this happen?a container upgraded itself
/usr/share/perl5/PVE/LXC/Setup/Debian.pm
and replacedie "unsupported debian version '$version'\n" if !($version >= 4 && $version <= 13);
die "unsupported debian version '$version'\n" if !($version >= 4 && $version <= 14);
pve-container
package is updated.How comes???i have the same problem, a container upgraded itself it debian 14, and now it won't start
How would this happen?
How comes???
Did you reference "testing"? If that's the case you will probably never be able to return to 13 as you'll find a lot of system libraries are newer than "stable" now.
Do you have backups? Try to restore...
apt upgrade
should not upgrade the OS. And if it did only if you have the repositories set up for trixie. Best to use unattended upgrades over that.apt upgrade
should not be used for the node.I guess not before the trixie/13 template releases.when are we likely to see debian 14 support added?
apt upgrade
should not upgrade the OS. And if it did only if you have the repositories set up for trixie. Best to use unattended upgrades over that.
Also note thatapt upgrade
should not be used for the node.
I guess not before the trixie/13 template releases.
Your options for now are to restore a backup or apply the workaround I shared. I'd probably fix that cronjob so it doesn't happen again, restore the backup and fix the repos. Please don't quote whole messages that are directly above yours. It's just noise.
intel-opencl-icd
package... Which (as of right now) is only available in Debian buster
, bookworm
and sid
(https://packages.debian.org/search?keywords=intel-opencl-icd&searchon=names&suite=all§ion=all).intel-opencl-icd
>= 23.x (https://jellyfin.org/docs/general/p...e-acceleration/intel/#configure-on-linux-host) I added the sid
repo, which turned my version forky
(whyyyyy?!).# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux forky/sid
Release: n/a
Codename: forky
I added thesid
repo, which turned my versionforky
(whyyyyy?!).
Or that. Or from Debian backports (which isn't available yet for Trixie last I checked).Note to self: next time, just install the deb file from the Intel repo :/
sid
turned my trixie
into forky/sid
, since I made sure to add a priority 499 pin to all packages from sid
, to prevent ending up with a FrankenDebian We use essential cookies to make this site work, and optional cookies to enhance your experience.