Re: [lxc-users] fstab and lxc

2015-11-12 Thread Eldon Kuzhyelil
Hi, I didint have any problem.I was just wondering why my fstab file inside my vm is empty.Thanks for clearing it out On Fri, Nov 13, 2015 at 1:03 PM, Fajar A. Nugraha wrote: > On Fri, Nov 13, 2015 at 1:58 PM, Eldon Kuzhyelil > wrote: > >> Hi, >> I'm trying to set up two LXC containers where o

Re: [lxc-users] fstab and lxc

2015-11-12 Thread Fajar A. Nugraha
On Fri, Nov 13, 2015 at 1:58 PM, Eldon Kuzhyelil wrote: > Hi, > I'm trying to set up two LXC containers where one contains a python > programm and the other contains my postgres database.I have got the > connection between two containers.Now im stuck with fstab configuration > file.The fstab file

[lxc-users] fstab and lxc

2015-11-12 Thread Eldon Kuzhyelil
Hi, I'm trying to set up two LXC containers where one contains a python programm and the other contains my postgres database.I have got the connection between two containers.Now im stuck with fstab configuration file.The fstab file in my system is as below: root@eldon-X550LC:/home/eldon# lxc-ls -f

Re: [lxc-users] re lxcbr0 doesn't exist after upgrade to 15.10

2015-11-12 Thread Serge Hallyn
Quoting mikael.pa...@schneider-electric.com (mikael.pa...@schneider-electric.com): > Hi, I also got this problem after upgrading to 15.10. According to > https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1512749 this > problem was fixed in > network-manager (1.0.4-0ubuntu5.1) but I

Re: [lxc-users] [BUG] lxc-destroy destroying wrong containers

2015-11-12 Thread Serge Hallyn
Quoting Christian Brauner (christian.brau...@mailbox.org): > On Tue, 10 Nov 2015 14:19:41 +0900, Tomasz Chmielewski : > > lxc-destroy may be destroying wrong containers! > > > > To reproduce: > > > > 1) have a container you want to clone - here, testvm012d: > > > > # lxc-ls -f > > NAME

Re: [lxc-users] re lxcbr0 doesn't exist after upgrade to 15.10

2015-11-12 Thread Stéphane Graber
Note that the fix only works after a reboot, so make sure you reboot after updating Network Manager. However your error looks more like a conflicting DNS or DHCP server being installed on your machine and already binding the ports needed by lxc-net. On Tue, Nov 10, 2015 at 11:04:13AM +0100, mikae

Re: [lxc-users] [BUG] lxc-destroy destroying wrong containers

2015-11-12 Thread Christian Brauner
On Tue, 10 Nov 2015 14:19:41 +0900, Tomasz Chmielewski : > lxc-destroy may be destroying wrong containers! > > To reproduce: > > 1) have a container you want to clone - here, testvm012d: > > # lxc-ls -f > NAMESTATEIPV4 > IPV6 GROUPS AUTOSTART > -

[lxc-users] LXD/LXC container: SAMBA AD installation fail during configuration

2015-11-12 Thread Hudson FAS
After created the container "dcserv", and install "samba smbclient krb5-user", the following command resulted errors: root@dcserv:/etc/samba# samba-tool domain provision --use-rfc2307 --interactive Realm: MYDOM.NET Domain [MYDOM]: MYDOM Server Role (dc, member, standalone) [dc]: dc DNS backend

[lxc-users] re lxcbr0 doesn't exist after upgrade to 15.10

2015-11-12 Thread mikael.pahmp
Hi, I also got this problem after upgrading to 15.10. According to https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1512749 this problem was fixed in network-manager (1.0.4-0ubuntu5.1) but I still have no lxcbr0. Running "sudo systemctl status lxc-net" I get the following:

Re: [lxc-users] Polling for LXD to become available

2015-11-12 Thread Stéphane Graber
Yeah, what you're running into I think is the certificate generation code taking a little while and so holding up the first LXD start. We probably ought to have a new internal command which waits for LXD to be ready before returning, then we could hook that up in our init scripts, fixing this issu

[lxc-users] Polling for LXD to become available

2015-11-12 Thread Casey Marshall
Hi, I'm writing a Juju charm that installs LXD and sets up images in the install hook. When it tries to import an image after LXD is installed, I sometimes get an error "LXD isn't running". Retrying works, so I just need to poll or wait for LXD to come up completely. What would be a nice way to ch