I am trying to get around an issue with a driver blatantly just doing a modprobe inside a privileged lxc container(it does not check if its already loaded)
The general output is:-
I have attached the full log
Any help much appreciated
Code:
root@nuc0:/# pct set 5006 --mp0 /lib/modules,mp=/lib/modules,ro=1,backup=0
root@nuc0:/# lxc-start -n 5006 -l DEBUG -o /tmp/lxc.log
The general output is:-
Code:
lxc-start: 5006: ../src/lxc/lxccontainer.c: wait_on_daemonized_start: 870 No such file or directory - Failed to receive the container state
lxc-start: 5006: ../src/lxc/tools/lxc_start.c: main: 306 The container failed to start
lxc-start: 5006: ../src/lxc/tools/lxc_start.c: main: 309 To get more details, run the container in foreground mode
lxc-start: 5006: ../src/lxc/tools/lxc_start.c: main: 311 Additional information can be obtained by setting the --logfile and --logpriority options
I have attached the full log
Any help much appreciated