[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
Those are in the kernel: net/ipv6/addrconf.c Both are at level KERN_INFO (level 6). Try setting LOGLEVEL in the bootscripts to 5 or less. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
