Re: [lxc-users] lxc-ls -f problem

2015-06-01 Thread Serge Hallyn
ry > - failed to enter namespace > NAME  STATE    IPV4  IPV6  GROUPS  AUTOSTART   >     > ... > > > -"lxc-users" wrote: - > To: LXC use

Re: [lxc-users] lxc-ls -f problem

2015-06-01 Thread Serge Hallyn
bad state? > I am running the latest stable releases from the PPA, i.e. lxc 1.1.2-0ubuntu3. > > Cheers, > David > > > -"lxc-users" wrote: - > To: LXC users mailing-list > From: david.an...@bli.uzh.ch > Sent by: "lxc-users" > Date: 05/23

Re: [lxc-users] lxc-ls -f problem

2015-05-28 Thread Long Nguyen Thanh
the problem doesn't occur again. I hope this will help you. > > > ... > > > -----"lxc-users" wrote: > - > To: LXC users mailing-list > From: david.an...@bli.uzh.ch > Sent by: "lxc-users" > Date: 05/27/2015 16:05 > > Subject: Re: [lxc

Re: [lxc-users] lxc-ls -f problem

2015-05-28 Thread david . andel
AUTOSTART   ... -"lxc-users" wrote: - To: LXC users mailing-list From: david.an...@bli.uzh.ch Sent by: "lxc-users" Date: 05/27/2015 16:05 Subject: Re: [lxc-users] lxc-ls -f problem Now attached the out

Re: [lxc-users] lxc-ls -f problem

2015-05-27 Thread david . andel
t by: "lxc-users" Date: 05/23/2015 20:47 Subject: Re: [lxc-users] lxc-ls -f problem Hi I have the exact same problem after yesterdays update. And I suspect it is bug https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1413927 or at least closely related. root@andel2:~# cat /proc/se

Re: [lxc-users] lxc-ls -f problem

2015-05-23 Thread Janjaap Bos
stemd/system.slice...s0_nginx >> Hint: Some lines were ellipsized, use -l to show in full. >> >> The unprivileged containers could be stopped but trying to stop a running >> privileged container hangs and blocked the host completely. >> Even a reboot is not

Re: [lxc-users] lxc-ls -f problem

2015-05-23 Thread Janjaap Bos
s with "Write failed: Broken pipe". > And since the machine is geographically distant (and it's weekend as > usual when such stuff happens) I cannot provide the results generated > from the commands below. > > But probably I am going to run into the same error on other

Re: [lxc-users] lxc-ls -f problem

2015-05-23 Thread david . andel
ot;lxc-users" wrote: - To: LXC users mailing-list From: Serge Hallyn Sent by: "lxc-users" Date: 05/22/2015 17:44 Subject: Re: [lxc-users] lxc-ls -f problem Quoting Dave Birch (dave.bi...@gmail.com): > Dave Birch writes: > > Further update - just discovered that lxc

Re: [lxc-users] lxc-ls -f problem

2015-05-22 Thread Serge Hallyn
Quoting Dave Birch (dave.bi...@gmail.com): > Dave Birch writes: > > Further update - just discovered that lxc-start now hangs for all > containers, even newly created ones using only the standard download > template on lxc-create. > > I'm pretty much dead in the water until I can work out how

Re: [lxc-users] lxc-ls -f problem

2015-05-22 Thread Fajar A. Nugraha
This is on fresh ubuntu 14.04, fully-updated, with bundled lxc? If yes, it's a bug. Can you reproduce it on fresh installation (e.g. on kvm/virtualbox)? If you haven't update it, it's possible that you ran into some old bug. FWIW, this is my main configuration choice for production systems: ubuntu

Re: [lxc-users] lxc-ls -f problem

2015-05-22 Thread Dave Birch
Dave Birch writes: Further update - just discovered that lxc-start now hangs for all containers, even newly created ones using only the standard download template on lxc-create. I'm pretty much dead in the water until I can work out how to resolve this. ___

Re: [lxc-users] lxc-ls -f problem

2015-05-22 Thread Dave Birch
Just seen this happen again on a different machine and may have worked out when it started happening. It looks like my scripts had just cloned a container from my template container using overlayfs, then tried to start the new container. I now not run the following commands whilst referencing

Re: [lxc-users] lxc-ls -f problem

2015-05-22 Thread Dave Birch
Serge Hallyn writes: > What distro/release are you on, and what lxc version? > ___ > lxc-users mailing list > lxc-users lists.linuxcontainers.org > http://lists.linuxcontainers.org/listinfo/lxc-users Running it on Ubuntu 14.04, with whichever version

Re: [lxc-users] lxc-ls -f problem

2015-05-21 Thread Serge Hallyn
Quoting Dave Birch (dave.bi...@gmail.com): > Thouraya TH writes: > > > > > > > Hi, > > Please, what is the cause of this error ? > > > > ~# lxc-ls -f^CTraceback (most recent call last):  File "/usr/bin/lxc-ls", > line 432, in     containers = get_containers(root=True)  File > "/usr/bin/lxc-l

Re: [lxc-users] lxc-ls -f problem

2015-05-21 Thread Dave Birch
Thouraya TH writes: > > > Hi, > Please, what is the cause of this error ? > > ~# lxc-ls -f^CTraceback (most recent call last):  File "/usr/bin/lxc-ls", line 432, in     containers = get_containers(root=True)  File "/usr/bin/lxc-ls", line 261, in get_containers    if container.controllable:K

Re: [lxc-users] lxc-ls -f problem

2015-05-18 Thread Tim Penhey
On 19/05/15 06:26, Thouraya TH wrote: > Hi, > > Please, what is the cause of this error ? > > ~# lxc-ls -f > ^CTraceback (most recent call last): > File "/usr/bin/lxc-ls", line 432, in > containers = get_containers(root=True) > File "/usr/bin/lxc-ls", line 261, in get_containers > if

[lxc-users] lxc-ls -f problem

2015-05-18 Thread Thouraya TH
Hi, Please, what is the cause of this error ? ~# lxc-ls -f ^CTraceback (most recent call last): File "/usr/bin/lxc-ls", line 432, in containers = get_containers(root=True) File "/usr/bin/lxc-ls", line 261, in get_containers if container.controllable: KeyboardInterrupt Thanks a lot.