Hi,
I've 3 nodes in cluster and today update proxmox on node 1 (no dist-upgrade only apt-get upgrade) after reboot pxt start <vmid> fails with this errors:
lxc-start: 112: confile.c: parse_line: 2340 Unknown configuration key "lxc.tty"
lxc-start: 112: parse.c: lxc_file_for_each_line_mmap: 102 Failed to parse config: lxc.tty = 2
Something is strange indeed if I run:
lxc-update-config -c /var/lib/lxc/<vmid>/config && lxc-start -n <vmid> the container start and it is running.
but If i run:
lxc-update-config -c /var/lib/lxc/<vmid>/config && pct start <vmid> the container fails and very very strange is that the files /var/lib/lxc/<vmid>/config is overwritten and restored to previously values (ie. lxc.tty=2).
Any help is appreciated.
Thank you.
I've 3 nodes in cluster and today update proxmox on node 1 (no dist-upgrade only apt-get upgrade) after reboot pxt start <vmid> fails with this errors:
lxc-start: 112: confile.c: parse_line: 2340 Unknown configuration key "lxc.tty"
lxc-start: 112: parse.c: lxc_file_for_each_line_mmap: 102 Failed to parse config: lxc.tty = 2
Something is strange indeed if I run:
lxc-update-config -c /var/lib/lxc/<vmid>/config && lxc-start -n <vmid> the container start and it is running.
but If i run:
lxc-update-config -c /var/lib/lxc/<vmid>/config && pct start <vmid> the container fails and very very strange is that the files /var/lib/lxc/<vmid>/config is overwritten and restored to previously values (ie. lxc.tty=2).
Any help is appreciated.
Thank you.