I'm wondering if pam_tmpdir might be getting in the way. Can you try prefixing the command with TMPDIR=/tmp and seeing if that works?
If that works then the reason is because the per-user temp dir is set user:group to yourself only and world/group is denied read/write access to it. Even if it didn't matter on the group part the lxd group wouldn't have access to it. It is a security feature but it seems that it gets pulled in by tmux as a recommend. You can remove it by uninstalling libpam-tmpdir. Robert Pendell [email protected] A perfect world is one of chaos. Keybase: http://keybase.io/shinji257 On Wed, Aug 5, 2015 at 6:40 AM, Matthew Williams <[email protected]> wrote: > Hey Folks, > > I just installed lxd using the instructions here: > https://linuxcontainers.org/lxd/getting-started-cli/ > > But I can't launch new containers. I get the following: > > http://paste.ubuntu.com/12006031/ > > What should I do to help debug/ fix this? > > Many thanks > > Matty > > _______________________________________________ > 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
