[pve-devel] debian 9.1 LXC unsupported
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jul 24 12:23:59 CEST 2017
Hi,
On 07/24/2017 12:07 PM, Tom Weber wrote:
> With debian bumping it's stretch Version Number to 9.1, the check in
> /usr/share/perl5/PVE/LXC/Setup/Debian.pm
> fails.
>
> # lxc-start -F -n 14433
> unsupported debian version '9.1'
> ...
>
> I fixed it for me like this:
>
This was fixed in:
<https://git.proxmox.com/?p=pve-container.git;a=commit;h=8398bd0ce36435dcbdb6091a5d186a919f5acedc>
And will be available in:
pve-container_1.0-101_all.deb (PVE 4.4)
pve-container_2.0-15_all.deb (PVE 5.0)
cheers,
Thomas
> --- /usr/share/perl5/PVE/LXC/Setup/Debian.pm.orig 2017-07-24 11:25:37.601390691 +0200
> +++ /usr/share/perl5/PVE/LXC/Setup/Debian.pm 2017-07-24 11:25:59.305206733 +0200
> @@ -28,7 +28,7 @@
> $version = $1;
>
> die "unsupported debian version '$version'\n"
> - if !($version >= 4 && $version <= 9);
> + if !($version >= 4 && $version < 10);
>
> my $self = { conf => $conf, rootdir => $rootdir, version => $version };
>
>
> Tom
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
More information about the pve-devel
mailing list