Hi All
hit an issue with updated LXC to Debian 13.1
FIX:
you need to edit /usr/share/perl5/PVE/LXC/Setup/Debian.pm
on line 39
and change
from
to
save and restart you PVE host.
P.S. probably this needs to be addressed in newer versions of PVE.
P.P.S. in my case - i'm with PVE v9.0.6 but looks like it also affects PVE 8.x
hit an issue with updated LXC to Debian 13.1
TASK ERROR: unable to create CT 200 - unsupported debian version '13.1'
FIX:
you need to edit /usr/share/perl5/PVE/LXC/Setup/Debian.pm
on line 39
and change
from
die "unsupported debian version '$version'\n" if !($version >= 4 && $version <= 13);
to
die "unsupported debian version '$version'\n" if !($version >= 4 && $version <= 14);
save and restart you PVE host.
P.S. probably this needs to be addressed in newer versions of PVE.
P.P.S. in my case - i'm with PVE v9.0.6 but looks like it also affects PVE 8.x
Last edited: