On Wed, Aug 05, 2015 at 03:06:04PM +0100, Matthew Williams wrote: > Hi Tycho, > > It's probably doing something like this then > http://play.golang.org/p/mybQSejDo8. > > That works when I run it on the same machine. Would lxd be running this > command as the lxd user though is that right?
Right. > The user I was running this command as was in the lxd group though Yep, but the lxd user may not have permission to write to /tmp (although if you're on a stock ubuntu system, this seems unlikely). One thing that might be helpful is an strace of lxd when it's failing this. Unfortunately it's not very easy to get errors out of this part of the code, so an strace might be our best bet. The most obvious thing that could cause problems is the perms issue, but looking through the code there may be a few others. Thanks, Tycho > Matty > > On Wed, Aug 5, 2015 at 2:25 PM, Tycho Andersen <[email protected] > > wrote: > > > Hi Matthew, > > > > On Wed, Aug 05, 2015 at 11:40:12AM +0100, Matthew Williams 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? > > > > It looks like it's failing to save the config file, which is > > (attempting) to be created by go's ioutil.TempFile(); do you have a > > /tmp that is writable by the user LXD is running as? > > > > Tycho > > _______________________________________________ > > 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 _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
