On Fri, Mar 16, 2012 at 06:43:11PM +0000, spiky wrote: > On 16/03/12 18:35, [email protected] wrote: > > Hello, > > > > Can anybody tell me which entity (the kernel proper, a net module, etc.) > > issues messages of this nature: > > > > ADDRCONF(NETDEV_UP): eth0: link is not ready > > ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready > > > > Thanks in advance, > > -- Alex > I had the same problem this fixed for me > I was given this fix > > I have the following line in my /etc/rc.d/init.d/sysklogd file: > > start_daemon /sbin/klogd -c 3 > To stop the messages, that is a reasonable thing to do.
But, just for completeness, I'll answer the original question. The oldest kernel tree I have handy is for the stable 3.0 release, it's possible the file might have been somewhere else in 2.6 days. $find linux-3.0-stable/ -name '*.c' | xargs grep "link is not ready" shows it comes from net/ipv6/addrconf.c ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
