Hi! I suppose there is something specific to your installation that gives this issue. There is not enough information yet apart from the error message regarding the container configuration. You can
lxc list ^webpagetest$ lxc config show --expanded webpagetest Also, you can append `--debug` to commands like `lxc exec` in order to get a bit more info. You may find to easier to post the info on https://discuss.linuxcontainers.org/ Simos On Mon, Jul 2, 2018 at 3:12 PM, Tomasz Chmielewski <[email protected]> wrote: > This is what's happening after upgrading to LXD 3.0.1 and trying to run "lxc > shell": > > # lxc shell webpagetest > Error: Error opening startup config file: "loading config file for the > container failed" > Error: EOF > > # lxc exec webpagetest /bin/bash > Error: Error opening startup config file: "loading config file for the > container failed" > Error: EOF > > > "lxc config edit webpagetest" works fine. > > > How to fix that? Tried "systemctl restart lxd", but it didn't help. > > > > # dpkg -l|grep lxd > ii lxd 3.0.1-0ubuntu1~16.04.1 > amd64 Container hypervisor based on LXC - daemon > ii lxd-client 3.0.1-0ubuntu1~16.04.1 > amd64 Container hypervisor based on LXC - client > > # cat /etc/issue > Ubuntu 16.04.4 LTS \n \l > > > > Tomasz Chmielewski > https://lxadm.com > _______________________________________________ > lxc-users mailing list > [email protected] > http://lists.linuxcontainers.org/listinfo/lxc-users _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
