Comment 6 for bug 1271000

Revision history for this message
David Favor (davidfavor) wrote :

Hum... Something is seriously amiss...

The log file says /var/lib/lxc/c1/config is being used, which is incorrect... as /var/lib/lxc/c1 does note exist.

I'm guessing the config file associated with the container (test) should be used, which is...

/var/lib/lxc/test/config (test instead of c1) + even trying to supply this config file manually, it's ignored... as in...

lxc-start -n test -f /var/lib/lxc/test/config -l trace -o start.out

So it appears the problems are...

1) The config file associated with the container is incorrectly determined.

2) If the correct config file is specified, it's quietly ignored.

Suggestions?