Monday, April 2, 2012

Arch Linux Stora Error - Fixed

I kept getting the following error repeated every gew seconds, filling up the log files like crazy.

unable to receive ctrl connection: Function not implemented

I found this after a bit of research

 ##in /etc/rc.local add
kill $(pidof udevd)
sleep3
udevd &



A reboot later and no problem.


It seems there was some problem between between different versions of udevd

No comments:

Post a Comment