Page 1 of 1

Solved: Log-file flooded with udevd error message

Posted: Wed Feb 27, 2013 8:53 pm
by mister_v
Hi,

My /var/log partition is getting full
because udevd is spamming the log file (/var/log/messages) with errors:

Code: Select all

Feb 25 20:05:30 SERVERNAME udevd[765]: unable to receive ctrl connection: Function not implemented
Feb 25 20:05:30 SERVERNAME udevd[765]: unable to receive ctrl connection: Function not implemented
Feb 25 20:05:30 SERVERNAME udevd[765]: unable to receive ctrl connection: Function not implemented
Why?

I restarted the process

Code: Select all

/etc/init.d/udev restart
but that didn't help

I finally stopt it

Code: Select all

/etc/init.d/udev stop
That stopped the error-messages, but it is not a real solution.

Why is udevd unable to receive ctrl connection?
It never happened before.

Re: Log-file flooded with udevd error message

Posted: Wed Feb 27, 2013 9:03 pm
by chris
I had the same problem after a restart of one of my servers.

It was the kernel that was too old.
I think udev needs kernel 3.0 or newer to use this function (Not sure)

I regularly update my programs, but rarely recompile the kernel.
This happens when your server runs for years on end.

Anyway I recompiled a new version of the kernel,
and restarted the server with the new kernel,
no more problems.

Re: Log-file flooded with udevd error message

Posted: Tue Mar 05, 2013 7:57 pm
by mister_v
Thanks,

indeed that was the problem,
I still used kernel 2.6.xx

Recompiling and restart solved the problem.

Thanks,