Hello,
after a manually stop of a container it isn't possible to start it again.
Is there anything i can do to get this Machine running?
Thanks for help
after a manually stop of a container it isn't possible to start it again.
Code:
root@Proxmox:~# systemctl status pve-container@100.service
● pve-container@100.service - PVE LXC Container: 100
Loaded: loaded (/lib/systemd/system/pve-container@.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-03-13 06:45:31 CET; 4min 0s ago
Docs: man:lxc-start
man:lxc
man:pct
Process: 26512 ExecStart=/usr/bin/lxc-start -n 100 (code=exited, status=1/FAILURE)
Mar 13 06:45:31 Proxmox systemd[1]: Starting PVE LXC Container: 100...
Mar 13 06:45:31 Proxmox lxc-start[26512]: lxc-start: 100: lxccontainer.c: wait_on_daemonized_start: 865 No such file or directory - Failed to receive the container state
Mar 13 06:45:31 Proxmox lxc-start[26512]: lxc-start: 100: tools/lxc_start.c: main: 329 The container failed to start
Mar 13 06:45:31 Proxmox lxc-start[26512]: lxc-start: 100: tools/lxc_start.c: main: 332 To get more details, run the container in foreground mode
Mar 13 06:45:31 Proxmox lxc-start[26512]: lxc-start: 100: tools/lxc_start.c: main: 335 Additional information can be obtained by setting the --logfile and --logpriority options
Mar 13 06:45:31 Proxmox systemd[1]: pve-container@100.service: Control process exited, code=exited, status=1/FAILURE
Mar 13 06:45:31 Proxmox systemd[1]: pve-container@100.service: Failed with result 'exit-code'.
Mar 13 06:45:31 Proxmox systemd[1]: Failed to start PVE LXC Container: 100.
root@Proxmox:~#
Is there anything i can do to get this Machine running?
Thanks for help