Re: broken mount behaviour on jessie

2016-02-10 Thread Sebastian Kuzminsky
On Feb 10, 2016 19:34, Brian May wrote: > > Brian May writes: > > I have a patched 1.6.10-2 for sid and jessie, amd64 and i386 at > > https://linuxpenguins.xyz/debian/pool/main/s/schroot/ > > > > Haven't had a chance to test it extensively yet, but so far

Re: broken mount behaviour on jessie

2016-02-10 Thread Brian May
Brian May writes: > I have a patched 1.6.10-2 for sid and jessie, amd64 and i386 at > https://linuxpenguins.xyz/debian/pool/main/s/schroot/ > > Haven't had a chance to test it extensively yet, but so far seems to > work. Still getting unexpected mount errors; don't have time to

Re: broken mount behaviour on jessie

2016-02-01 Thread Raphael Hertzog
Hi, On Mon, 01 Feb 2016, Brian May wrote: > I see two patches here - one patch applies easy enough to schroot - > 1.6-schroot-mount-make-bind-mounts-private.patch > > I am not sure what the > master-libexec-mount-make-bind-mounts-private.patch is for, it seems to > patch files not in schroot but

Re: broken mount behaviour on jessie

2016-02-01 Thread Peter Palfrader
On Mon, 01 Feb 2016, Brian May wrote: > Michael Biebl writes: > > > Have you tried the patch in > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786566 > > I see two patches here - one patch applies easy enough to schroot - >

Re: broken mount behaviour on jessie

2016-02-01 Thread Brian May
Michael Biebl writes: > Have you tried the patch in > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786566 I see two patches here - one patch applies easy enough to schroot - 1.6-schroot-mount-make-bind-mounts-private.patch I am not sure what the

Re: broken mount behaviour on jessie

2016-01-31 Thread Brian May
Peter Palfrader writes: > o) you cannot unmount the tmp0 tree while the tmp1 tree is busy: > > } root@valiant:/mnt# (cd tmp1/dev/pts ; sleep 10 &) > } root@valiant:/mnt# umount /mnt/tmp0/dev/pts > } umount: /mnt/tmp0/dev/pts: target is busy > } (In some cases useful

Re: broken mount behaviour on jessie

2016-01-31 Thread Michael Biebl
Am 31.01.2016 um 22:31 schrieb Brian May: > Peter Palfrader writes: > >> o) you cannot unmount the tmp0 tree while the tmp1 tree is busy: >> >> } root@valiant:/mnt# (cd tmp1/dev/pts ; sleep 10 &) >> } root@valiant:/mnt# umount /mnt/tmp0/dev/pts >> } umount: /mnt/tmp0/dev/pts:

broken mount behaviour on jessie

2016-01-31 Thread Peter Palfrader
Trying to figure out why my schroot builds keep failing after upgrading to jessie, I finally narrowed it down to broken behaviour with mount on jessie: } root@valiant:/mnt# find } . } ./tmp1 } ./tmp1/dev } ./tmp0 } ./tmp0/dev Two trees, with a dev directory each. Let's mount /dev and /dev/pts