From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sukadev Bhattiprolu Subject: Re: BUG in tty_open when using containers and ptrace Date: Sat, 18 Jul 2009 13:52:44 -0700 Message-ID: <20090718205244.GA23625@us.ibm.com> References: <20090711231935.6ff59796@lxorguk.ukuu.org.uk> <20090712074932.GA17291@megiteam.pl> <20090713190211.GA4208@us.ibm.com> <20090713193058.GL18617@megiteam.pl> <20090713202610.GA6447@us.ibm.com> <20090713223444.GM18617@megiteam.pl> <20090714064905.GA25278@us.ibm.com> <20090714103129.GB12958@megiteam.pl> <20090715044744.GA25745@us.ibm.com> <20090715131923.GB21417@megiteam.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20090715131923.GB21417-yp6mvK3Bdd2rDJvtcaxF/A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Grzegorz Nosek Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org, Alan Cox , lxc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: containers.vger.kernel.org Grzegorz Nosek [root-AfQBxy1nhrQ00sYp1HPQUA@public.gmane.org] wrote: | On Tue, Jul 14, 2009 at 09:47:44PM -0700, Sukadev Bhattiprolu wrote: | > I am not too familiar with libvirt implementation, but do you think it | > is possible to repro this using ns_exec and fewer/minimal namespaces ? | I have been trying to setup libvirt+lxc and am running into unrelated problems. That said, | Just run the program below. I defined this tty-bug program the container-init in my lxc.xml file exe /root/lxc/tty-bug and tried running: virsh --connect lxc:/// start lxc-vm2 Is that what you mean by "just run" :-) ? If so, I have to first resolve my unrelated problem with libvirtd+lxc. Running "ns_exec -cpuim ./tty-bug", I dont get the failure with 2.6.31-rc3 on a Fedora 11 KVM. Sukadev