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