From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: BUG in tty_open when using containers and ptrace Date: Mon, 13 Jul 2009 15:26:10 -0500 Message-ID: <20090713202610.GA6447@us.ibm.com> References: <20090413142038.GB13007@us.ibm.com> <20090704132851.GA16373@megiteam.pl> <20090704143412.GA27523@megiteam.pl> <20090708105417.GA16833@megiteam.pl> <20090711193055.GA11303@megiteam.pl> <20090711200133.GB11303@megiteam.pl> <20090711231935.6ff59796@lxorguk.ukuu.org.uk> <20090712074932.GA17291@megiteam.pl> <20090713190211.GA4208@us.ibm.com> <20090713193058.GL18617@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: <20090713193058.GL18617-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, Sukadev Bhattiprolu , Alan Cox , lxc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: containers.vger.kernel.org Quoting Grzegorz Nosek (root-AfQBxy1nhrQ00sYp1HPQUA@public.gmane.org): > On Mon, Jul 13, 2009 at 02:02:11PM -0500, Serge E. Hallyn wrote: > > I've tried but failed to reproduce. Do you have a script or a more > > precise recipe you can share? > > I do have a script but all it does is starting and shutting down > a container in a loop. I can strip down and publish the virtualbox vm > image somewhere, if that helps. The container init is /bin/sh, and you while [ 1 ]; do virsh --connect lxc:/// start vm1 virsh --connect lxc:/// destroy vm1 done ? (I thought there was something about stracing the container init too, so i was basically doing the above while also stracing the bash shell) -serge