On Mon, Dec 03, 2001 at 09:20:24AM +0100, Heinrich Rebehn wrote: > Anyway, is there any way to have autofs run in the foreground an output its > error messages to stdout, so i can see what autofs is really trying to mount? > There's nothing written into syslog.
The module logs quite a bit of information at the "debug" priority, so adding a line like this to /etc/syslog.conf and restarting syslogd should give you more information: *.debug /var/log/debug HTH, Nalin
