You are not logged in.
It is still started from rc.conf, but the daemon drops privileges to the hal user now.
Offline
ah. that sounds reasonable. thanks.
Offline
When mounting an external disk through KDE's media://, it is no longer mounted under /media/[volume name], but rather under /media/[device name]. Is it possible to fix?
Offline
KDE uses pmount, not pmount-hal. pmount mounts /dev/[devname] to /media/[devname], while pmount-hal mounts to whatever mountpoint hal tells it to mount to.
Offline
and I guess the use of pmount is hard coded? No easy way to change that?
Offline
After latest update gnome-volume-manager works again. Thanks!
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
There is one small bug when you do a fresh install, there is no /media directory created by default and pmount failes without it...
Offline
Pacman would hang without any error at upgrades of hal. Control-c and it would continue upgrading the other packages. After reading the post below, I edited /etc/passwd and /etc/group by hand, adding a user hal (82) and adding it to the groups hal, floppy, optical and storage. It seems this fixed the problem. Reinstalling filesystem and hal did not work.
JGC:
I was messing around trying to manually add the group and user hal from the .install file from the package I had and entered:sudo /usr/sbin/useradd -c 'HAL daemon' -u 82 -g hal -G floppy,optical,storage -d '/' -s /bin/false hal
this gave me:
useradd: unknown group floppy useradd: unknown group optical useradd: unknown group storage
So I reinstalled filesystem and and then hal and now Its working fine without the hang-ups or "Uknown user 'hal" messages.
Why these groups were missing in the first place I have no idea.
I wish life was as simple as editing config files
Offline
hi,
i've just noticed that fstab-sync has been disabled in hal, so the mount points are not created when plugin an usb stick or external device.
Why this choice, i don't understand ? pmount works well but a lot of apps use /etc/fstab and don't support pmount (xfe, rox-filer, etc... )
I can't imagine telling my users: "Now you have to type pmount /dev/sda /media/usbdisk to access you usb stick..." they don't even know what /dev/sda is and how does linux name external devices !
Could it be possible to enable fstab-sync and pmount together ?
PLEASE...
Offline
Comete, if you missed my post above, the bug is in the fact that the /media directory doesn't exists. Create the /media and if you are using gnome, gnome-volume-manager will mount usb sticks and cd's properly now.
Offline
/media really exists on my computers but no mount points are created...
Offline
if you are using gnome, gnome-volume-manager will mount usb sticks and cd's properly now.
gnome-volume-manager works well even without gnome. I use it with fluxbox (desktop box) and openbox (laptop)
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
Well, i have to say that i solved the problem adding this line to pacman.conf
IgnorePkg = hal
I hate the way hal runs now, maybe later i'll like it. Maybe when all the apps that i use suport pmount, i don't know. When ivman did same thing (being it able to run just as user -not root-) i just stopped using it. Unfortunelly, i'm not able to do that with hal...
All your base are belong to us
Offline
I must say that I'm having problems with this as well. But I still think it's the right thing to do. Somehow, it feels more correct; things that can be run as user should rather be run as user.
If other maintainers and/or developers reason the same way as our maintainers, then the problem is gonna be non-existent soon enough.
Offline
For those who don't like this forced switch from fstab-sync to pmount, i have opened a bug report to explain to the maintainer why i think it's a bad idea, at this time:
http://bugs.archlinux.org/task/3514
So if you want to comment it, you're welcome !
Offline
It's not possible to make it configurable and leave it to the user to choose in the end?
Offline
I think that would be a good solution
Offline