[Lxc-users] containers always seem to lock the host's X session

2012-06-15 Thread John Maclean
Hello all, I have built lxc from the git hub repo and have been able to create containers using the stock templates for fedora. However, whenever I start a container it always locks the hosts, X session. a - How can i diagnose this? b - How can i prevent this? Regards, John

[Lxc-users] Ubuntu 12.04: initscripts.postinst

2012-06-15 Thread Papp Tamas
hi All, I upgraded initscripts package: # apt-get install initscripts Reading package lists... Done Building dependency tree... Done Recommended packages: psmisc The following packages will be upgraded: initscripts 1 upgraded, 0 newly installed, 0 to remove and 46 not upgraded. Need to get

Re: [Lxc-users] small improvement to lxc scripts

2012-06-15 Thread Papp Tamas
On 06/14/2012 11:40 PM, -- NeoX -- wrote: #!/bin/bash [...custom script...] In Ubuntu 12.04 there is a custom script called lxc-list: #!/bin/sh set -e if [ ! -x $(which lxc-info 2/dev/null) ] then echo E: lxc-info - no such file exit 1 fi for _STATUS in RUNNING STOPPED do

Re: [Lxc-users] Ubuntu 12.04: initscripts.postinst

2012-06-15 Thread Stéphane Graber
On 06/15/2012 09:10 AM, Papp Tamas wrote: hi All, I upgraded initscripts package: # apt-get install initscripts Reading package lists... Done Building dependency tree... Done Recommended packages: psmisc The following packages will be upgraded: initscripts 1 upgraded, 0 newly

Re: [Lxc-users] containers always seem to lock the host's X session

2012-06-15 Thread Fajar A. Nugraha
On Fri, Jun 15, 2012 at 7:26 PM, John Maclean jaye...@gmail.com wrote: Hello all, I have built lxc from the git hub repo and have been able to create containers using the stock templates for fedora. However, whenever I start a container it always locks the hosts, X session. a - How can i