I get a plethora of error messages during booting because
/socket:@/org/freedesktop/hal/udev_event is "no such file or directory"
Peering into /lib/udev shows that indeed, no such file as "socket" exists!
Looking into /lib/udev/rules.d/90-hal.rules shows that 90-hal.rules is generating
these error messages.
Contents of 90-hal.rules:
# pass all events to the HAL daemon
RUN+="socket:@/org/freedesktop/hal/udev_event"
This is a new problem since upgrading to V13.10; how do I fix it?
I've run into all kinds of problems with the udev system in V13.10 (For example, usbmount fixed the OS
not recognizing jumpdrives, and my PC now mounts them in /media/usb0,1,etc).
I would like to fix all the USB mounting problems in one go (this includes the /dev/cdrom as well!)
Is there some missing package that will fix these udev/usb problems?
/socket:@/org/freedesktop/hal/udev_event is "no such file or directory"
Peering into /lib/udev shows that indeed, no such file as "socket" exists!
Looking into /lib/udev/rules.d/90-hal.rules shows that 90-hal.rules is generating
these error messages.
Contents of 90-hal.rules:
# pass all events to the HAL daemon
RUN+="socket:@/org/freedesktop/hal/udev_event"
This is a new problem since upgrading to V13.10; how do I fix it?
I've run into all kinds of problems with the udev system in V13.10 (For example, usbmount fixed the OS
not recognizing jumpdrives, and my PC now mounts them in /media/usb0,1,etc).
I would like to fix all the USB mounting problems in one go (this includes the /dev/cdrom as well!)
Is there some missing package that will fix these udev/usb problems?
Comment