Hi,
I've built a custom kernel + world and things pretty much work as expected. An exception is syslog.
Rules in syslog.conf like
don't seem to work as expected. Even after plugging and unplugging a USB thumb drive, nothing shows up in devd.log. A build with KERNCONF=GENERIC has lots of entries show up in devd.log. Also, for the custom build, tests like
don't put anything into auth.log, but have the expected results in the generic build.
I suspect the cause might be an option or device I've left out of the kernel configuration or perhaps a component left out of the world build.
Ideas? Suggestions?
I've built a custom kernel + world and things pretty much work as expected. An exception is syslog.
Rules in syslog.conf like
Code:
!devd
*.* /var/log/devd.log
don't seem to work as expected. Even after plugging and unplugging a USB thumb drive, nothing shows up in devd.log. A build with KERNCONF=GENERIC has lots of entries show up in devd.log. Also, for the custom build, tests like
Code:
root@:~ # logger -p auth.info testing
I suspect the cause might be an option or device I've left out of the kernel configuration or perhaps a component left out of the world build.
Ideas? Suggestions?