[Bug 775575] umount of automounted USB stick no longer works
https://bugzilla.novell.com/show_bug.cgi?id=775575 https://bugzilla.novell.com/show_bug.cgi?id=775575#c4 Petr Uzel <puzel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #4 from Petr Uzel <puzel@suse.com> 2012-11-04 18:18:08 UTC --- The problem is that umount looks for udisk2 umount helper (umount.udisks2), but can not find it. This helper is installed to /usr/sbin, but umount looks only into "/sbin:/sbin/fs.d:/sbin/fs". Adding /usr/sbin to the list of searched directories fixes it. Workaround: ln -sf /usr/sbin/umount.udisks2 /sbin/ Index: util-linux.spec =================================================================== --- util-linux.spec (revision 17f0dcabb7a59eedb1c7beda13370891) +++ util-linux.spec (working copy) @@ -277,6 +277,7 @@ --enable-new-mount \ --enable-ddate \ --enable-login-utils \ + --enable-fs-paths-extra=/usr/sbin \ --disable-mountpoint \ --disable-use-tty-group \ --disable-static \ Maintenance request #140126 submitted. Needinfo maintenance team. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com