Bryan Kadzban wrote: > These operations (creating the socket and bind()ing it) will generate > their own log messages, but they'll be put into the log when udevd > starts up, not later. So you may have to change the logging level in > the config file (...if that's even possible anymore)
Yup. You can get more debugging information from udev by setting udev_log="debug" in /etc/udev/udev.conf. You could also compile you kernel with CONFIG_NETDEBUG (Networking--> Networking Options) but then your logs will probably be crammed with similar warnings/errors in no-time. Logrotate is not a bad idea here. My $0.02. -Kris -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
