You are not logged in.
Pages: 1
i updated hy hal to the lates and when i tries to mount a sd card it gave a
IsCallerPrivileged() failed
errot and when i try to start hal this happens
[richard@myhost ~]$ sudo /etc/rc.d/hal start
Password:
:: Starting Hardware Abstraction Layer [FAIL]
[richard@myhost ~]$
bug reported at
http://bugs.archlinux.org/task/12126
Offline
Followed the guide? http://wiki.archlinux.org/index.php/Main_Page
If so, maybe try removing the packages, and reinstall the whole HAL deal.
Birger
Offline
no hal still fails after reinstalling
Offline
Do a search after you have uninstalled HAL:
$ sudo find / -name *hal*
Maybe there are some leftovers.
Birger
Offline
I am having a similar issue that is due to the recent hal/policykit update.
The user has permissions to mount filesystems via the storage group and through policykit.
Run started hal-storage-mount (0) (1)
! full path is '/usr/lib/hal/hal-storage-mount', program_dir is '/usr/lib/hal'
6422: XYA attempting to get lock on /media/.hal-mtab-lock
6422: XYA got lock on /media/.hal-mtab-lock
device = /dev/sdb1
invoked by uid = 1000
invoked by system bus connection = :1.98
label 'external' uuid 'b7d96305-428f-49d9-b45b-9e71c0eb2e67'
Looking at /etc/fstab entry 'none'
/etc/fstab: device none -> none
Looking at /etc/fstab entry 'none'
/etc/fstab: device none -> none
Looking at /etc/fstab entry '/dev/sda6'
/etc/fstab: device /dev/sda6 -> /dev/sda6
Looking at /etc/fstab entry '/dev/sda7'
/etc/fstab: device /dev/sda7 -> /dev/sda7
Looking at /etc/fstab entry '/dev/sda5'
/etc/fstab: device /dev/sda5 -> /dev/sda5
mount_point = 'external'
mount_fstype = ''
mount_options = ''
trying dir /media/external
allowed_options[0] = 'ro'
allowed_options[1] = 'sync'
allowed_options[2] = 'dirsync'
allowed_options[3] = 'noatime'
allowed_options[4] = 'nodiratime'
allowed_options[5] = 'noexec'
allowed_options[6] = 'quiet'
allowed_options[7] = 'remount'
allowed_options[8] = 'exec'
allowed_options[9] = 'acl'
allowed_options[10] = 'user_xattr'
allowed_options[11] = 'data='
using action org.freedesktop.hal.storage.mount-removable for uid 1000, system_bus_connection :1.98
12:30:19.294 [E] access-check.c:185: ck_session_objpath is not NULL, but CKTracker don't know about the session!
[WARN 6337] The passed result code, -1, is not valid
pid 6422: rc=1 signaled=0: /usr/lib/hal/hal-storage-mount
12:30:19.297 [i] device.c:1894: Removing locks from ':1.99'
12:30:19.297 [i] hald_dbus.c:4042: No more methods in queue
12:30:19.297 [i] hald_dbus.c:4105: failed with 'org.freedesktop.Hal.Device.Volume.UnknownFailure' 'IsCallerPrivileged() failed'
Offline
Pages: 1