reboot an lxc failed:
I'm working on the issue. any suggestions on the path to a solution?
Code:
:# pct start 34201
run_apparmor_parser: 906 Failed to run apparmor_parser on "/var/lib/lxc/34201/apparmor/lxc-34201_<-var-lib-lxc>": apparmor_parser: Unable to replace "lxc-34201_</var/lib/lxc>". Profile doesn't conform to protocol
apparmor_prepare: 1078 Failed to load generated AppArmor profile
lxc_init: 877 Failed to initialize LSM
__lxc_start: 2039 Failed to initialize container "34201"
startup for container '34201' failed
Code:
# cat /etc/pve/lxc/34201.conf
arch: amd64
cores: 2
features: nesting=1
hostname: sonarr-536
memory: 1024
nameserver: 172.30.24.34
net0: name=eth0,bridge=vmbr0,gw=172.30.24.2,hwaddr=BC:24:11:B5:69:41,ip=172.30.24.14/24,type=veth
onboot: 1
ostype: debian
protection: 1
rootfs: lxc2:subvol-34201-disk-0,size=8G
searchdomain: fantinibakery.com
swap: 512
lxc.mount.entry: /ht ht none bind,create=dir,optional 0 0
lxc.mount.entry: /tv tv none bind,create=dir,optional 0 0
I'm working on the issue. any suggestions on the path to a solution?