What the HAL is going on?
I just love innocuous upgrades with unforeseen consequences.
I am running kubuntu hardy with up to date packages. This is on a "single user" notebook. I don't use any selinux stuff - at least not on purpose.
This worked fine (mounted thumb drives as user, not root) until a few days ago.
I just plugged in two different thumb drives and got locked out of
them. When I click on the desktop icon that appears after I plug the
drive in, konqueror (I don't have dolphin installed) tries to open them but fails with the following
message box:
A security policy in place prevents this sender from sending this
message to this recipient, see message bus configuration file (rejected
message had interface "org.freedesktop.Hal.Device.Volume" member "mount"
error name "(unset)" destination "org.freedesktop.Hal")
Next, I su'd to root and created a /media/thumbdrive directory. I
chmod'ed it to 777. Then, I tried to chown it to my user.
The chown was ignored even though I was root!
Finally, I mounted the thumb drive (mount /dev/sdb1 /media/thumbdrive)
and copied my stuff to it as root from the command line. It's a fat32,
so permissions don't matter, at least in this case, but having to do
this was ridiculous.
I'm not "all thumbs", but I do need them!
Any ideas on fixing this so normal users can access thumb drives again?
I searched this site and found that:
1) pmount works from the command line
2) I added a group plugdev and added root and my user to it, but that didn't help
3) I took a look at /etc/dbus-1/system.d/hal.conf, but I have no idea what it does.
4) There are a lot of posts about this subject, but I can't sort them out - especially since this worked fine to start with for the last several releases of kubuntu.
Thanks.
Joe
I just love innocuous upgrades with unforeseen consequences.
I am running kubuntu hardy with up to date packages. This is on a "single user" notebook. I don't use any selinux stuff - at least not on purpose.
This worked fine (mounted thumb drives as user, not root) until a few days ago.
I just plugged in two different thumb drives and got locked out of
them. When I click on the desktop icon that appears after I plug the
drive in, konqueror (I don't have dolphin installed) tries to open them but fails with the following
message box:
A security policy in place prevents this sender from sending this
message to this recipient, see message bus configuration file (rejected
message had interface "org.freedesktop.Hal.Device.Volume" member "mount"
error name "(unset)" destination "org.freedesktop.Hal")
Next, I su'd to root and created a /media/thumbdrive directory. I
chmod'ed it to 777. Then, I tried to chown it to my user.
The chown was ignored even though I was root!
Finally, I mounted the thumb drive (mount /dev/sdb1 /media/thumbdrive)
and copied my stuff to it as root from the command line. It's a fat32,
so permissions don't matter, at least in this case, but having to do
this was ridiculous.
I'm not "all thumbs", but I do need them!
Any ideas on fixing this so normal users can access thumb drives again?
I searched this site and found that:
1) pmount works from the command line
2) I added a group plugdev and added root and my user to it, but that didn't help
3) I took a look at /etc/dbus-1/system.d/hal.conf, but I have no idea what it does.
4) There are a lot of posts about this subject, but I can't sort them out - especially since this worked fine to start with for the last several releases of kubuntu.
Thanks.
Joe
Comment