Re: auplink fails with EINVAL inside chroot

2010-06-28 Thread Jan Engelhardt
On Friday 2010-04-16 10:40, sf...@users.sourceforge.net wrote: Jan Engelhardt: 13:25 xensrvneu:/ # mount -t aufs none /x -o br:/root=rw /sbin/mount.aufs:plink.c:223: AUFS_CTL_PLINK_MAINT: Invalid argument ::: Yes, the command was strace -fo mount.log mount -t aufs none /mnt -o

auplink fails with EINVAL inside chroot

2010-04-15 Thread Jan Engelhardt
Hi, with a current aufs2-standalone/utils on 2.6.33, I observe that auplink has a little problem with mounts inside a chroot: 13:25 xensrvneu:~ # mount -t aufs none /srv/nfs/x -o br:/srv/nfs/root=rw 13:25 xensrvneu:~ # umount /srv/nfs/x 13:25 xensrvneu:~ # chroot /srv/nfs 13:25 xensrvneu:/ #

Re: auplink fails with EINVAL inside chroot

2010-04-15 Thread sfjro
Hi, Jan Engelhardt: 13:25 xensrvneu:/ # mount -t aufs none /x -o br:/root=rw /sbin/mount.aufs:plink.c:223: AUFS_CTL_PLINK_MAINT: Invalid argument Currently I am guessing your mount(8) passed some incorrect parameters to mount.aufs(8). Try strace -f mount -t ... and send me the output please.

Re: auplink fails with EINVAL inside chroot

2010-04-15 Thread Jan Engelhardt
On Thursday 2010-04-15 14:21, sf...@users.sourceforge.net wrote: Jan Engelhardt: 13:25 xensrvneu:/ # mount -t aufs none /x -o br:/root=rw /sbin/mount.aufs:plink.c:223: AUFS_CTL_PLINK_MAINT: Invalid argument Currently I am guessing your mount(8) passed some incorrect parameters to mount.aufs(8).