Date: Thu, 19 Jun 2008 00:19:24 +0200 From: Aragon Gouveia <aragon@phat.za.net> To: "Rechistov Grigory (???????? ????????)" <ggg_mail@inbox.ru> Cc: gnome@freebsd.org Subject: Re: FreeBSD Port: sysutils/policykit Message-ID: <20080618221924.GA76283@phat.za.net> In-Reply-To: <op.ucyooufb65mpw5@localhost.private.rt.mipt.ru> References: <op.ucyooufb65mpw5@localhost.private.rt.mipt.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
| By Rechistov Grigory (???????? ????????) <ggg_mail@inbox.ru> | [ 2008-06-18 23:49 +0200 ] > I recently updated HAL to hal-0.5.11_1, PolicyKit to policykit-0.8_2. And > now different file managers (konqueror, Thunar) > refuse to mount my external USB storage devices. The error message is > "org.freedesktop.hal.storage.mount-removable no <-- (action, result)." > Google showed that the similar problem has arisen in OpenSuse 10.3, and > the reason was in some wrong PolicyKit rules. But actually I have no idea > how to fix it for now in FreeBSD. > > I am using FreeBSD 6.2 x86 Try add the following to /usr/local/etc/PolicyKit/PolicyKit.conf <match action="org.freedesktop.hal.storage.mount-removable"> <match user="<user>"> <return result="yes"/> </match> </match> replacing <user> with your username. Regards, Aragon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080618221924.GA76283>