Hello,
Yesterday, I updated my proxmox test server via apt-get dist-upgrade and rebooted. After what, none of the containers starts.
From cli, I tried to start one in foreground and this is what i got:
root@pve-10-101:~# /usr/bin/lxc-start -n 114 -F -lDEBUG -o /dev/shm/err.log --logpriority TRACE
lxc-start: 114: lxccontainer.c: do_lxcapi_start: 984 Permission denied - Failed to make / rslave at startup
lxc-start: 114: tools/lxc_start.c: main: 371 The container failed to start.
lxc-start: 114: tools/lxc_start.c: main: 375 Additional information can be obtained by setting the --logfile and --logpriority options.
root@pve-10-101:~# cat /dev/shm/err.log
lxc-start 114 20180329091937.592 INFO lxc_start_ui - tools/lxc_start.c:main:280 - using rcfile /var/lib/lxc/114/config
lxc-start 114 20180329091937.592 INFO lxc_confile - confile.c:set_config_idmaps:1556 - Read uid map: type u nsid 0 hostid 100000 range 65536
lxc-start 114 20180329091937.592 INFO lxc_confile - confile.c:set_config_idmaps:1556 - Read uid map: type g nsid 0 hostid 100000 range 65536
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:290 - command get_init_pid tries to connect command socket
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:295 - command get_init_pid failed to connect command socket: Connection refused
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:290 - command get_cgroup tries to connect command socket
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:295 - command get_cgroup failed to connect command socket: Connection refused
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:do_lxc_cmd_get_cgroup_path:439 - command get_cgroup failed for container "114": Connection refused.
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:290 - command get_state tries to connect command socket
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:295 - command get_state failed to connect command socket: Connection refused
lxc-start 114 20180329091937.592 TRACE lxc_start - start.c:lxc_init_handler:592 - unix domain socket 4 for command server is ready
lxc-start 114 20180329091937.592 ERROR lxc_container - lxccontainer.c:do_lxcapi_start:984 - Permission denied - Failed to make / rslave at startup
lxc-start 114 20180329091937.593 ERROR lxc_start_ui - tools/lxc_start.c:main:371 - The container failed to start.
lxc-start 114 20180329091937.593 ERROR lxc_start_ui - tools/lxc_start.c:main:375 - Additional information can be obtained by setting the --logfile and --logpriority options.
Can someone tell me how to fix this ?
TIA
Yesterday, I updated my proxmox test server via apt-get dist-upgrade and rebooted. After what, none of the containers starts.
From cli, I tried to start one in foreground and this is what i got:
root@pve-10-101:~# /usr/bin/lxc-start -n 114 -F -lDEBUG -o /dev/shm/err.log --logpriority TRACE
lxc-start: 114: lxccontainer.c: do_lxcapi_start: 984 Permission denied - Failed to make / rslave at startup
lxc-start: 114: tools/lxc_start.c: main: 371 The container failed to start.
lxc-start: 114: tools/lxc_start.c: main: 375 Additional information can be obtained by setting the --logfile and --logpriority options.
root@pve-10-101:~# cat /dev/shm/err.log
lxc-start 114 20180329091937.592 INFO lxc_start_ui - tools/lxc_start.c:main:280 - using rcfile /var/lib/lxc/114/config
lxc-start 114 20180329091937.592 INFO lxc_confile - confile.c:set_config_idmaps:1556 - Read uid map: type u nsid 0 hostid 100000 range 65536
lxc-start 114 20180329091937.592 INFO lxc_confile - confile.c:set_config_idmaps:1556 - Read uid map: type g nsid 0 hostid 100000 range 65536
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:290 - command get_init_pid tries to connect command socket
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:295 - command get_init_pid failed to connect command socket: Connection refused
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:290 - command get_cgroup tries to connect command socket
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:295 - command get_cgroup failed to connect command socket: Connection refused
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:do_lxc_cmd_get_cgroup_path:439 - command get_cgroup failed for container "114": Connection refused.
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:290 - command get_state tries to connect command socket
lxc-start 114 20180329091937.592 TRACE lxc_commands - commands.c:lxc_cmd:295 - command get_state failed to connect command socket: Connection refused
lxc-start 114 20180329091937.592 TRACE lxc_start - start.c:lxc_init_handler:592 - unix domain socket 4 for command server is ready
lxc-start 114 20180329091937.592 ERROR lxc_container - lxccontainer.c:do_lxcapi_start:984 - Permission denied - Failed to make / rslave at startup
lxc-start 114 20180329091937.593 ERROR lxc_start_ui - tools/lxc_start.c:main:371 - The container failed to start.
lxc-start 114 20180329091937.593 ERROR lxc_start_ui - tools/lxc_start.c:main:375 - Additional information can be obtained by setting the --logfile and --logpriority options.
Can someone tell me how to fix this ?
TIA