Main: 366 The container failed to start

Hi, I have this warning when I try to start any container

~# lxc-start -n ubuntu-lxc
lxc-start: tools/lxc_start.c: main: 366 The container failed to start.
lxc-start: tools/lxc_start.c: main: 368 To get more details, run the container in foreground mode.
lxc-start: tools/lxc_start.c: main: 370 Additional information can be obtained by setting the --logfile and --logpriority options.

What could be the problem?
thank you very much

Could be anything at this point, you’ll want to re-run with:

lxc-start -n ubuntu-lxc -o debug -l debug

And then post the content of the debug file.

I found the following:

  1. /var/lib/lxc/ubuntu-lxc/rootfs/etc/dhcp/debug
  2. /var/lib/lxc/ubuntu-lxc/rootfs/etc/dhcp/dhclient-exit-hooks.d/debug
  3. /var/lib/lxc/ubuntu-lxc/rootfs/etc/dhcp/dhclient-enter-hooks.d/debug

What would be the one that needs to see the data?

Regards!!! :grinning::beers: