[clug] udev errors

Tony Breeds tony at bakeyournoodle.com
Mon Jun 13 18:16:48 MDT 2011


On Tue, Jun 14, 2011 at 07:29:34AM +1000, Adam Baxter wrote:
> Anyone have any idea what a log full of
> 
> udevd[701]: unable to receive ctrl connection: Function not implemented
> 
> means?

Well that comes from calling accept4() in udev.  and "Function not implemented"
means the libc returned ENOSYS which basically means your kernel doesn't have
that system call.

That's a long winded way to saying it looks like your udev is too new for your
kernel.

Make sure your kernel and udev match:
	http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;hb=HEAD;f=README
 
> The system hangs trying to start cron after that.

That can also mean that you don't have console.  rather then the system has
hung.

Try pinging the system to see it it has really hung.

To fix it you're basically going to have to boot into single user mode and make
sure everything is in sync

Yours Tony


More information about the linux mailing list