Weird LXC startup error

Tropaion

Member
Oct 2, 2020
30
0
11
28
Hello,

I just wanted to create a new LXC and start it and got this error:
```
run_buffer: 321 Script exited with status 2
lxc_init: 847 Failed to run lxc.hook.pre-start for container "114"
__lxc_start: 2008 Failed to initialize container "114"

TASK ERROR: startup for container '114' failed
```

I didn't do much changes lately, only few days ago, I changed the ZFS ram (2x 250GB SSD mirror root zfs) settings in /etc/modprobe.d/zfs.conf:
```
options zfs zfs_arc_max=3221225472
```
and rebooted the server after it, but every LXC/VM started without problems.

Today, I updated my proxmox server (which I do regularly) and created an new LXC and got the error.
The other LXCs are current running without problems but I tried restarting a few others and when starting they get the same error.

Does someone know what this could be?
 
Search the forum, there are quite some others with the same issue (and there is a solution too).