Bug#305765: umount - segfault on not permitted actions

2006-11-29 Thread Theodore Ts'o
With the two patches from Max, I'm not able to reproduce the problem. The error message: umount: /mnt/d mount disagrees with the fstab Will occur if the UUID named in the /etc/fstab is incorrect and doesn't match the filesystem mounted in /etc/mtab. Eduard, are you sure when you rem

Bug#305765: umount - segfault on not permitted actions

2005-04-26 Thread Max Vozeler
Hi Eduard, On Fri, Apr 22, 2005 at 09:19:54PM +0200, Eduard Bloch wrote: > * Max Vozeler [Fri, Apr 22 2005, 02:45:28PM]: > > > Still doesn't work? The uuid passed to has_uuid() includes the double > > quotes around the uuid if configured like in your fstab. If you remove > > those quotes, umount

Bug#305765: umount - segfault on not permitted actions

2005-04-22 Thread Eduard Bloch
#include * Max Vozeler [Fri, Apr 22 2005, 02:45:28PM]: > Still doesn't work? The uuid passed to has_uuid() includes the double > quotes around the uuid if configured like in your fstab. If you remove > those quotes, umount should now happily umount the correct device. Still does not work (though

Bug#305765: umount - segfault on not permitted actions

2005-04-22 Thread Max Vozeler
tags 305765 +patch thanks Hi Eduard, On Fri, Apr 22, 2005 at 03:13:33AM +0200, Eduard Bloch wrote: > when I try to umount a partition mounted by the same user before, the > operation fails and I get a segmentation fault. On partitions mounted by > root, there is a proper message: > > $ umount /m

Bug#305765: umount - segfault on not permitted actions

2005-04-22 Thread Eduard Bloch
Moin Mike! Mike Dornberger schrieb am Freitag, den 22. April 2005: > > This looks odd, I cannot see the reasons for a) not allowing the umount > > and b) the segmentation fault. > > for a) you maybe want to use "users" instead of "user". Right. But it should still not segfault by b). It is also

Bug#305765: umount - segfault on not permitted actions

2005-04-22 Thread Mike Dornberger
Hi Eduard, On Fri, Apr 22, 2005 at 03:13:33AM +0200, Eduard Bloch wrote: > $ cat /etc/fstab > ... > /dev/hda1 /mnt/c vfatauto,user,umask=000,utf80 > 0 > UUID="41EB-F193" /mnt/d vfatauto,user,umask=000,utf8 > 0 0 > > This looks odd

Bug#305765: umount - segfault on not permitted actions

2005-04-21 Thread Eduard Bloch
Package: mount Version: 2.12p-4 Severity: normal Hello, when I try to umount a partition mounted by the same user before, the operation fails and I get a segmentation fault. On partitions mounted by root, there is a proper message: $ umount /mnt/c umount: only root can unmount /dev/hda1 from /mn