Hallo, ich habe TVheadend in einem LXC laufen und nach einen Stromausfall lässt sich der Container nicht mehr starten. Ich bin neu in Proxmox und kenne mich kaum aus.
Ich habe folgenden Befehl eingegenen:
Ein
brachte folgendes:
Weiß jemand Rat?
Ich habe folgenden Befehl eingegenen:
Code:
lxc-start -n 105 -F -l DEBUG -o /tmp/lxc-105.log
Code:
lxc-start: 105: conf.c: run_buffer: 323 Script exited with status 255
lxc-start: 105: start.c: lxc_init: 804 Failed to run lxc.hook.pre-start for container "105"
lxc-start: 105: start.c: __lxc_start: 1903 Failed to initialize container "105"
lxc-start: 105: conf.c: run_buffer: 323 Script exited with status 1
lxc-start: 105: start.c: lxc_end: 971 Failed to run lxc.hook.post-stop for container "105"
lxc-start: 105: tools/lxc_start.c: main: 308 The container failed to start
lxc-start: 105: tools/lxc_start.c: main: 314 Additional information can be obtained by setting the --logfile and --logpriority options
Ein
Code:
tail /tmp/lxc-105.log
Code:
lxc-start 105 20200802190719.604 ERROR start - start.c:__lxc_start:1903 - Failed to initialize container "105"
lxc-start 105 20200802190719.604 INFO conf - conf.c:run_script_argv:340 - Executing script "/usr/share/lxc/hooks/lxc-pve-poststop-hook" for container "105", config section "lxc"
lxc-start 105 20200802190719.896 DEBUG conf - conf.c:run_buffer:312 - Script exec /usr/share/lxc/hooks/lxc-pve-poststop-hook 105 lxc post-stop produced output: umount: /var/lib/lxc/105/rootfs: not mounted
lxc-start 105 20200802190719.896 DEBUG conf - conf.c:run_buffer:312 - Script exec /usr/share/lxc/hooks/lxc-pve-poststop-hook 105 lxc post-stop produced output: command 'umount --recursive -- /var/lib/lxc/105/rootfs' failed: exit code 1
lxc-start 105 20200802190719.902 ERROR conf - conf.c:run_buffer:323 - Script exited with status 1
lxc-start 105 20200802190719.902 ERROR start - start.c:lxc_end:971 - Failed to run lxc.hook.post-stop for container "105"
lxc-start 105 20200802190719.902 ERROR lxc_start - tools/lxc_start.c:main:308 - The container failed to start
lxc-start 105 20200802190719.902 ERROR lxc_start - tools/lxc_start.c:main:314 - Additional information can be obtained by setting the --logfile and --logpriority options
Weiß jemand Rat?