From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: container userspace tools Date: Mon, 27 Oct 2008 11:00:03 -0500 Message-ID: <20081027160003.GB9724@us.ibm.com> References: <8f34198c0810150351n7549a1dcx63547746344fce25@mail.gmail.com> <48F5DB43.70003@fr.ibm.com> <8f34198c0810150602w70d31453je6fd8811799a3857@mail.gmail.com> <48F5EBF3.1070204@fr.ibm.com> <8f34198c0810250406s4f1c9337ha2bccc10faed1948@mail.gmail.com> <49031A54.70806@fr.ibm.com> <8f34198c0810250739s77ad8271u93992c0bcf61345c@mail.gmail.com> <49033F90.8090201@fr.ibm.com> <20081027145058.GA9724@us.ibm.com> <8f34198c0810270807k52fa15b8x6402ea262ae2ddc6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <8f34198c0810270807k52fa15b8x6402ea262ae2ddc6-JsoAwUIsXosN+BqQ9rBEUg@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: Ian jonhson Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org, Daniel Lezcano List-Id: containers.vger.kernel.org Quoting Ian jonhson (jonhson.ian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org): > > I assume Ian has a kernel compiled with CONFIG_PID_NS=n? > > > > > The PID_NS is set with "yes", according to lxc's README. And you say that 'ps -ef' in the container shows all processes on the system? If so, that's odd. What is the distro on your vm? You're starting the container as root I assume... Is there any output indicating that either the clone(CLONE_NEWPID) or the remount of /proc failed? -serge