Distribution | Current CVS | Latest RHEL Update |
---|---|---|
rhel 3 | 4.1.3-216 (changelog) | 4.1.3-216 (U9) |
rhel 4 | 4.1.3-231.8 (changelog) | 4.1.3-231 (U6) |
daemon.* /var/log/debugIn newer distributions (like Fedora 9), the file to edit is /etc/rsyslog.conf, but the format remains the same.
/misc /etc/auto.misc --timeout=60 --debugIf, instead, you need to log debug output for all maps, you can do the following:
DEFAULT_LOGGING="debug"
For autofs version 4.1.3-231.jmoyer.1 and later, you can toggle debug logging while the daemon is running using the following command line:
/usr/sbin/automount --set-log-priority N <path>where 'N' can either be a number from 0-7: 0 logging the least information and 7 logging the most, or the textual debug level, like "debug". See the man page for more options, but really you should just set the log level to 7 to gather debug information. The path specified determines for which automount-managed mount point logging will be changed. In this respect, it functions very similarly to adding the --debug option to an entry in the master map. Note that this change is temporary. The next time the daemon is restarted it will switch back to log level as defined in the static configuration.
# /etc/init.d/autofs status # ps auxwww | grep automount
# echo t > /proc/sysrq-triggerYou will find the output in /var/log/messages.
$ git clone git://git.kernel.org/pub/scm/libs/libaio/libaio.git
jmoyer@redhat.com Last modified: Sun Feb 8 11:29:17 EST 2009