Removed Hal but the problem still exists On my Ubuntu 14.10, there is no /lib/udev/rules.d/90-hal.rules
The right file is /etc/udev/rules.d/90-hal.rules $find /etc/udev/ -type f | xargs grep socket /etc/udev/rules.d/90-hal.rules:RUN+="socket:/org/freedesktop/hal/udev_event" the solution is to comment out that line.: # pass all events to the HAL daemon #RUN+="socket:/org/freedesktop/hal/udev_event" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182801 Title: systemd-udevd[1440]: failed to execute '/lib/udev/socket:@/org/freedesktop/hal/udev_event' 'socket:@/org/freedesktop/hal/udev_event': No such file or directory To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hal/+bug/1182801/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
