Nach einem Update startet ein LXC Container nicht mehr.
Ich vermute mal das Problem liegt an: lxc.aa_profile is deprecated and was renamed to lxc.apparmor.profile
Siehe:
Was kann ich machen?!?
Ich vermute mal das Problem liegt an: lxc.aa_profile is deprecated and was renamed to lxc.apparmor.profile
Siehe:
Code:
vm 100 - lxc.aa_profile is deprecated and was renamed to lxc.apparmor.profile
Job for pve-container@100.service failed because the control process exited with error code.
See "systemctl status pve-container@100.service" and "journalctl -xe" for details.
TASK ERROR: command 'systemctl start pve-container@100' failed: exit code 1
Code:
# systemctl status pve-container@100.service
● pve-container@100.service - PVE LXC Container: 100
Loaded: loaded (/lib/systemd/system/pve-container@.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2018-04-20 09:54:50 CEST; 8s ago
Docs: man:lxc-start
man:lxc
man:pct
Process: 8017 ExecStart=/usr/bin/lxc-start -n 100 (code=exited, status=1/FAILURE)
Apr 20 09:54:50 pve systemd[1]: Starting PVE LXC Container: 100...
Apr 20 09:54:50 pve lxc-start[8017]: lxc-start: 100: confile.c: parse_line: 2340 Unknown configuration key "lxc.aa_profile"
Apr 20 09:54:50 pve lxc-start[8017]: lxc-start: 100: parse.c: lxc_file_for_each_line_mmap: 102 Failed to parse config: lxc.aa_profile = unconfined
Apr 20 09:54:50 pve lxc-start[8017]: Failed to load config for 100
Apr 20 09:54:50 pve lxc-start[8017]: Failed to create lxc_container
Apr 20 09:54:50 pve systemd[1]: pve-container@100.service: Control process exited, code=exited status=1
Apr 20 09:54:50 pve systemd[1]: Failed to start PVE LXC Container: 100.
Apr 20 09:54:50 pve systemd[1]: pve-container@100.service: Unit entered failed state.
Apr 20 09:54:50 pve systemd[1]: pve-container@100.service: Failed with result 'exit-code'.
Was kann ich machen?!?