Bug#732117: mount under strace -f

2013-12-17 Thread ael
On Sun, Dec 15, 2013 at 01:51:40PM -0500, Phillip Susi wrote: No, it's being called with a 4096 byte buffer size. The problem seems to be here: mount(/dev/loop0, /loopmnt1, iso9660, MS_MGC_VAL, NULL) = -1 EACCES (Permission denied) Root shouldn't be denied permission to mount. Maybe

Bug#732117: mount under strace -f

2013-12-15 Thread ael
Below is mount run under strace -f: -- execve(/bin/mount, [mount, -t, iso9660, -o, loop=/dev/loop0, debian-testing-source-DVD-1old.i..., /loopmnt1], [/* 20 vars */]) = 0 brk(0)

Bug#732117: mount under strace -f

2013-12-15 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 reassign 732117 linux thanks Looks as if readlink is being called with a negative buffer size?? No, it's being called with a 4096 byte buffer size. The problem seems to be here: mount(/dev/loop0, /loopmnt1, iso9660, MS_MGC_VAL, NULL) = -1