Re: [Nix-dev] [PATCH] Make sure /dev/pts/ptmx is world-writable

2014-04-03 Thread Lluís Batlle i Rossell
On Thu, Apr 03, 2014 at 09:31:11AM +0200, Ludovic Courtès wrote: > Lluís Batlle i Rossell skribis: > > > Usually it's handled with the devpts special mountable device. The > > "ptmxmode" variable handles that. Don't you want to mount that in the > > chroot? > > Ah sorry, I see the ptmxmode mount

Re: [Nix-dev] [PATCH] Make sure /dev/pts/ptmx is world-writable

2014-04-03 Thread Ludovic Courtès
Lluís Batlle i Rossell skribis: > Usually it's handled with the devpts special mountable device. The > "ptmxmode" variable handles that. Don't you want to mount that in the > chroot? Ah sorry, I see the ptmxmode mount option: https://www.kernel.org/doc/Documentation/filesystems/devpts.txt We

Re: [Nix-dev] [PATCH] Make sure /dev/pts/ptmx is world-writable

2014-04-03 Thread Ludovic Courtès
Hello! Lluís Batlle i Rossell skribis: > On Wed, Apr 02, 2014 at 11:41:11PM +0200, Ludovic Courtès wrote: >> Hello, >> >> While running Python 3’s test suite, we noticed that on some systems >> /dev/pts/ptmx is created with permissions 0 (that’s the case with my >> Nixpkgs-originating 3.0.43 ke

Re: [Nix-dev] [PATCH] Make sure /dev/pts/ptmx is world-writable

2014-04-02 Thread Lluís Batlle i Rossell
On Wed, Apr 02, 2014 at 11:41:11PM +0200, Ludovic Courtès wrote: > Hello, > > While running Python 3’s test suite, we noticed that on some systems > /dev/pts/ptmx is created with permissions 0 (that’s the case with my > Nixpkgs-originating 3.0.43 kernel, but someone with a Debian-originating > 3.1

[PATCH] Make sure /dev/pts/ptmx is world-writable

2014-04-02 Thread Ludovic Courtès
Hello, While running Python 3’s test suite, we noticed that on some systems /dev/pts/ptmx is created with permissions 0 (that’s the case with my Nixpkgs-originating 3.0.43 kernel, but someone with a Debian-originating 3.10-3 reported not having this problem.) There’s still the problem that people