[SOLVED] LXC container fails to start

justlookingaround12

New Member
Mar 26, 2018
13
0
1
35
So i tried to make my first LXC container, got the ubuntu 16.04 image from Proxmox. When i try to start it it give me this:

Job for pve-container@101.service failed because the control process exited with error code.
See "systemctl status pve-container@101.service" and "journalctl -xe" for details.
TASK ERROR: command 'systemctl start pve-container@101' failed: exit code 1

When i try running it in the foreground i get:
lxc-start: 101: lxccontainer.c: do_lxcapi_start: 984 Permission denied - Failed to make / rslave at startup

I'm brand new to this stuff so I'm guessing there's something simple I'm missing, any help would be appreciated.
 
you don't have a correct repository configuration for PVE, and thus didn't receive upgrades to workaround a recent apparmor change in Debian 9.4. configure the repositories, do an upgrade ('apt update; apt full-upgrade') and your containers will start again.