From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: Per-instance devpts Date: Fri, 01 Aug 2008 12:37:57 -0700 Message-ID: <48936615.4040900@zytor.com> References: <20080412172933.GA19295@us.ibm.com> <1208027215.28187.17.camel@x61.ebiederm.org> <48935205.3090807@zytor.com> <1217618624.20260.50.camel@nimitz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1217618624.20260.50.camel@nimitz> Sender: linux-kernel-owner@vger.kernel.org To: Dave Hansen Cc: "Eric W. Biederman" , Greg KH , linux-kernel@vger.kernel.org, Containers , Alan Cox , Pavel Emelyanov List-Id: containers.vger.kernel.org Dave Hansen wrote: > On Fri, 2008-08-01 at 11:12 -0700, H. Peter Anvin wrote: >> 1. /dev/ptmx would have to change to a symlink, ptmx -> pts/ptmx. > ... >> I worry #1 would have substantial user-space impact, but I don't see a >> way around it, since there would be no obvious way to associate >> /dev/ptmx with a filesystem. > > Are your worries just about replacing what is now a normal file with a > symlink, and the behavioral changes that come with that? > > I wonder if using a bind mount for the file would be more robust. We > wouldn't, of course, be able to do it persistently, but I bet it would > be something we could count on udev to do for us. No, I'm concerned about the changes needed for udev and setup scripts. -hpa