https://bugzilla.novell.com/show_bug.cgi?id=441300
Summary: Automounting of removable media fails Product: openSUSE 11.1 Version: Beta4 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Hotplug AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: suse-beta@cboltz.de QAContact: qa@suse.de Found By: Beta-Customer
Whatever removable media I use (tested: a data CD and several USB storage devices) - it can't be auto-mounted.
Instead, I get the following error message from Konqueror: org.freedesktop.hal.storage.mount-removable auth_admin_keep_always <-- (action, result)
Notes: - my system was updated from 11.0 to the various 11.1 betas using zypper dup - I use KDE 3 - I use permissions.secure - I can manually mount all devices as root - I had similar issues in beta3, see bug 435776. - I'd like to provide some logs, but I don't know where to look for them
Some command output which you'll probably request anyway ;-) All commands were called _as user_.
cb@cboltz:~> env |grep COOK XDG_SESSION_COOKIE=7a0501a6c921a52616ec2e64484e7035-1225741926.510178-1706974835 cb@cboltz:~> polkit-auth org.freedesktop.hal.device-access.fingerprint-reader org.freedesktop.hal.device-access.audio-player org.freedesktop.hal.device-access.camera org.freedesktop.hal.device-access.cdrom org.freedesktop.hal.device-access.dvb org.freedesktop.hal.device-access.floppy org.freedesktop.hal.device-access.ieee1394-avc org.freedesktop.hal.device-access.ieee1394-iidc org.freedesktop.hal.device-access.joystick org.freedesktop.hal.device-access.mouse org.freedesktop.hal.device-access.pda org.freedesktop.hal.device-access.scanner org.freedesktop.hal.device-access.sound org.freedesktop.hal.device-access.video4linux org.freedesktop.hal.device-access.video cb@cboltz:~> ck-list-sessions Session1: uid = '500' realname = 'Christian Boltz' seat = 'Seat1' session-type = '' active = TRUE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2008-11-03T19:52:06.510464Z' cb@cboltz:~> dir /lib/dbus-1/dbus-daemon-launch-helper -rwsr-x--- 1 root messagebus 47024 24. Okt 08:11 /lib/dbus-1/dbus-daemon-launch-helper
If you need more information or want me to test something, just ask.
https://bugzilla.novell.com/show_bug.cgi?id=441300
Stephan Kulow coolo@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |lnussel@novell.com
https://bugzilla.novell.com/show_bug.cgi?id=441300
User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441300#c1
Ludwig Nussel lnussel@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #1 from Ludwig Nussel lnussel@novell.com 2008-11-04 07:58:52 MST --- I shall read my own source code:
/sbin/set_polkit_default_privs contains:
if [ -z "$POLKIT_DEFAULT_PRIVS" ]; then case "$PERMISSION_SECURITY" in *secure*|*paranoid*) POLKIT_DEFAULT_PRIVS="restrictive" ;;
So this is the expected behavior. Only the comment in /etc/sysconfig/security is wrong :-) I'll correct that.
https://bugzilla.novell.com/show_bug.cgi?id=441300
User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441300#c2
Ludwig Nussel lnussel@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #2 from Ludwig Nussel lnussel@novell.com 2008-11-04 09:06:49 MST --- package with better comment submitted.
https://bugzilla.novell.com/show_bug.cgi?id=441300
User suse-beta@cboltz.de added comment https://bugzilla.novell.com/show_bug.cgi?id=441300#c3
--- Comment #3 from Christian Boltz suse-beta@cboltz.de 2008-11-04 13:09:54 MST --- Ah, this explains my problems ;-) After switching to POLKIT_DEFAULT_PRIVS="standard" in /etc/sysconfig/security and a set_polkit_default_actions run, automounting works again :-) Thanks for fixing the comment!
Ludwig, IMHO this should be documented in the release notes - until 11.0, it was possible to have permissions.secure without causing automount problems.