[SOLVED] lxc container faild to start

ilia987

Well-Known Member
Sep 9, 2019
281
14
58
38
i noticed one of my lxc containers was down,
and it failed to start with he following error:

Code:
/usr/bin/lxc-start -F -n 143
lxc-start: 143: conf.c: run_buffer: 352 Script exited with status 13
lxc-start: 143: start.c: lxc_init: 897 Failed to run lxc.hook.pre-start for container "143"
lxc-start: 143: start.c: __lxc_start: 2032 Failed to initialize container "143"
Segmentation fault
 
i think i found the issue that cased it ( i disabled the nfs share by mistake),
now i re-enabled it but it still fails to start.
i have access to the continer raw file. can i restore it ?
 
Hi,
i think i found the issue that cased it ( i disabled the nfs share by mistake),
now i re-enabled it but it still fails to start.
i have access to the continer raw file. can i restore it ?

if you start the container with
Code:
lxc-start -n 143 -F -l DEBUG -o /tmp/lxc-143.log
more details will be written to /tmp/lxc-143.log. Could you provide that log file and the output of pveversion -v?
 
Hi,


if you start the container with
Code:
lxc-start -n 143 -F -l DEBUG -o /tmp/lxc-143.log
more details will be written to /tmp/lxc-143.log. Could you provide that log file and the output of pveversion -v?
currently have trying to backup it (running without an error so far) afterwards ill try what you told.