Package: mount Version: 2.15.1~rc1-1 Severity: important Since an update from version 2.13.1.1-1 I cannot umount a loop-mounted image file anymore as non-root. The umount command fails with
$ umount ~/arbeit/mnt/ umount: /home/pp/arbeit/mnt mount disagrees with the fstab so I always have to become root to umount. $ grep arbeit/mnt /etc/fstab /media/mo1/pp/IMAGE.img /home/pp/arbeit/mnt auto rw,user,noauto,loop 0 2 This failure is explained, when the relevant outputs of mount-2.13 and mount-2.15 are compared: $ diff -U 0 mount_2.13.txt mount_3.15.txt --- mount_squeeze_2.13.txt 2009-09-01 08:31:05.000000000 +0200 +++ mount_squeeze_2.15.txt 2009-09-01 08:47:34.000000000 +0200 -/media/mo1/pp/IMAGE.img on /home/pp/arbeit/mnt type ext3 (rw,noexec,nosuid,nodev,loop=/dev/loop0,user=pp) +/dev/loop0 on /home/pp/arbeit/mnt type ext3 (rw,noexec,nosuid,nodev,user=pp) So it seems as if mount regressed by not noting the loop-mount anymore. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages mount depends on: ii libblkid1 1.41.3-1 block device id library ii libc6 2.9-25 GNU C Library: Shared libraries ii libselinux1 2.0.85-2 SELinux shared libraries ii libsepol1 2.0.37-1 Security Enhanced Linux policy lib mount recommends no packages. Versions of packages mount suggests: pn nfs-common <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org