I ran an apt update && apt dist-upgrade on my home server after a few weeks of uptime as part of its routine maintenance but its LXCs are failing to start after the reboot. All the VMs are still working.
journalctl -xe output:
I'm not super knowledgeable about containers, just enough to get myself into trouble, so any ideas on fixes are appreciated.
journalctl -xe output:
Code:
-- Unit pve-container@200.service has begun starting up.
Mar 10 13:57:03 bjserver audit[1951]: AVC apparmor="DENIED" operation="mount" info="failed mntpnt match" error=-13 profile="/usr/bin/lxc-start" name="/" pid=1951 comm="lxc-start" flags="rw, rslave"
Mar 10 13:57:03 bjserver kernel: audit: type=1400 audit(1520708223.230:19): apparmor="DENIED" operation="mount" info="failed mntpnt match" error=-13 profile="/usr/bin/lxc-start" name="/" pid=1951 comm="lxc-start
Mar 10 13:57:03 bjserver lxc-start[1949]: lxc-start: 200: lxccontainer.c: wait_on_daemonized_start: 751 No such file or directory - Failed to receive the container state
Mar 10 13:57:03 bjserver lxc-start[1949]: lxc-start: 200: tools/lxc_start.c: main: 368 The container failed to start.
Mar 10 13:57:03 bjserver lxc-start[1949]: lxc-start: 200: tools/lxc_start.c: main: 370 To get more details, run the container in foreground mode.
Mar 10 13:57:03 bjserver lxc-start[1949]: lxc-start: 200: tools/lxc_start.c: main: 372 Additional information can be obtained by setting the --logfile and --logpriority options.
Mar 10 13:57:03 bjserver systemd[1]: pve-container@200.service: Control process exited, code=exited status=1
Mar 10 13:57:03 bjserver systemd[1]: pve-container@200.service: Killing process 1951 (lxc-start) with signal SIGKILL.
Mar 10 13:57:03 bjserver systemd[1]: Failed to start PVE LXC Container: 200.
-- Subject: Unit pve-container@200.service has failed
-- Defined-By: systemd
-- Support: (url)
--
-- Unit pve-container@200.service has failed.
--
-- The result is failed.
Mar 10 13:57:03 bjserver systemd[1]: pve-container@200.service: Unit entered failed state.
Mar 10 13:57:03 bjserver systemd[1]: pve-container@200.service: Failed with result 'exit-code'.
Mar 10 13:57:03 bjserver pvedaemon[1946]: command 'systemctl start pve-container@200' failed: exit code 1
Mar 10 13:57:03 bjserver pvedaemon[1273]: <root@pam> end task UPID:bjserver:0000079A:0000409C:5AA42A7F:vzstart:200:root@pam: command 'systemctl start pve-container@200' failed: exit code 1
Mar 10 13:57:03 bjserver pve-guests[1293]: <root@pam> end task UPID:bjserver:00000510:00000441:5AA429E4:startall::root@pam: OK
I'm not super knowledgeable about containers, just enough to get myself into trouble, so any ideas on fixes are appreciated.