I upgraded my nodes from PVE 6.4 to 7, checked in advance with pve6to7 for any issues and all seemed to have gone well, except I have one container that starts, but not properly.
If I do pct start 138, no error is returned, but the container doesn't run, although it's reported as running.
The conf file:
I'm stuck. What is breaking this container?
Trace log here https://pastebin.com/NMS0s94W
If I do pct start 138, no error is returned, but the container doesn't run, although it's reported as running.
Code:
~# lxc-start -F -f /etc/pve/lxc/138.conf --name pre --logfile /tmp/lxc.pre..log --logpriority TRACE
lxc-start: pre: conf.c: lxc_transient_proc: 3804 No such file or directory - Failed to mount temporary procfs
lxc-start: pre: mount_utils.c: mount_at: 660 No such file or directory - Failed to mount "/proc/self/fd/59" to "/proc/self/fd/58"
lxc-start: pre: conf.c: lxc_setup_dev_console: 1996 No such file or directory - Failed to mount "8(/dev/pts/1)" on "58"
lxc-start: pre: conf.c: lxc_setup_console: 2152 No such file or directory - Failed to setup console
lxc-start: pre: conf.c: lxc_setup: 4424 Failed to setup console
lxc-start: pre: start.c: do_start: 1274 Failed to setup container "pre"
lxc-start: pre: sync.c: sync_wait: 34 An error occurred in another process (expected sequence number 4)
lxc-start: pre: start.c: __lxc_start: 2068 Failed to spawn container "pre"
lxc-start: pre: tools/lxc_start.c: main: 306 The container failed to start
lxc-start: pre: tools/lxc_start.c: main: 311 Additional information can be obtained by setting the --logfile and --logpriority options
The conf file:
Code:
~# cat /etc/pve/lxc/138.conf
#Ruby 2.4 and Rails 5 test server
#mp0%3A /mnt/imb-win01,mp=/mnt/server
arch: amd64
cores: 4
features: fuse=1
hostname: pre
memory: 8192
nameserver: 192.168.131.254 net0: name=eth0,bridge=vmbr0,gw=192.168.131.254,hwaddr=5E:8B:07:01:72:D1,ip=192.168.131.186/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: standard:vm-138-disk-0,size=50G
searchdomain: xxx.yy
swap: 4096
unprivileged: 1
I'm stuck. What is breaking this container?
Trace log here https://pastebin.com/NMS0s94W