All questions related to servers
mister_v
Posts: 199 Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v » Wed Feb 27, 2013 8:53 pm
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
but that didn't help
I finally stopt it
That stopped the error-messages, but it is not a real solution.
Why is udevd unable to receive ctrl connection?
It never happened before.
Last edited by
mister_v on Tue Mar 05, 2013 7:57 pm, edited 1 time in total.
chris
Site Admin
Posts: 205 Joined: Mon Jul 21, 2008 9:52 am
Post
by chris » Wed Feb 27, 2013 9:03 pm
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.
mister_v
Posts: 199 Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v » Tue Mar 05, 2013 7:57 pm
Thanks,
indeed that was the problem,
I still used kernel 2.6.xx
Recompiling and restart solved the problem.
Thanks,