Re: [Lxc-users] lxc console and control-c

2012-07-23 Thread Daniel Lezcano
On 07/20/2012 07:14 PM, Stuart Yoder wrote: > On Fri, Jul 20, 2012 at 11:53 AM, Stuart Yoder wrote: >> After I start a container with lxc-start (no -d), ctrl-C doesn''t >> working for me in the container's console. >> >> In the documentation at http://lxc.teegra.net/ it says: >> >> The termina

Re: [Lxc-users] Remedy for centos base installation failing operations on /sys?

2012-07-23 Thread Johannes Graumann
Fajar A. Nugraha wrote: > On Fri, Jul 20, 2012 at 2:27 AM, Johannes Graumann > wrote: >>> Also, how do you create your container? If you use templates, "yum >>> --installroot", or similar, then the package should already be >>> installed. >> I modified the debian-supplied fedora template (and pos

Re: [Lxc-users] Remedy for centos base installation failing operations on /sys?

2012-07-23 Thread Fajar A. Nugraha
On Mon, Jul 23, 2012 at 3:40 PM, Johannes Graumann wrote: > Thanks for your hints ... I have investigated this some more and the problem > is that "filesystem" actually get's installed via the host, but once the > guest is running it is missing the yum data base on what is installed and > what not

Re: [Lxc-users] Remedy for centos base installation failing operations on /sys?

2012-07-23 Thread Fajar A. Nugraha
On Mon, Jul 23, 2012 at 6:15 PM, Johannes Graumann wrote: > On the container "/var/lib/rpm is now empty That is not right. It might be the source of your problem. Try yum --installroot=/some/path/of/your/choice groupinstall base ... and verify whether /var/lib/rpm under that path has some files

Re: [Lxc-users] Remedy for centos base installation failing operations on /sys?

2012-07-23 Thread Fajar A. Nugraha
On Tue, Jul 24, 2012 at 4:20 AM, Fajar A. Nugraha wrote: > On Mon, Jul 23, 2012 at 6:15 PM, Johannes Graumann > wrote: >> On the container "/var/lib/rpm is now empty > > That is not right. It might be the source of your problem. Try > > yum --installroot=/some/path/of/your/choice groupinstall bas