Hi,
I'd like to get rid of these lines in /var/log/messages:
automount[18650]: st_expire: state 1 path /FTP_site1
automount[18650]: expire_proc: exp_proc = 2984217408 path /FTP_site1
automount[18650]: st_expire: state 1 path /FTP_site2
automount[18650]: expire_proc: exp_proc = 2983164736 path /FTP_site2
automount[18650]: expire_cleanup: got thid 2984217408 path /FTP_site1 stat 0
automount[18650]: expire_cleanup: sigchld: exp 2984217408 finished, switching from 2 to 1
automount[18650]: st_ready: st_ready(): state = 2 path /FTP_site1
automount[18650]: expire_cleanup: got thid 2983164736 path /FTP_site2 stat 0
automount[18650]: expire_cleanup: sigchld: exp 2983164736 finished, switching from 2 to 1
automount[18650]: st_ready: st_ready(): state = 2 path /FTP_site2
# grep -i log /etc/conf.d/autofs
# LOGGING - set default log level "none", "verbose" or "debug"
LOGGING="none"
When I restart /etc/init.d/autofs I notice that automount is launched with these parameters:
/usr/sbin/automount -p /var/run/autofs.pid
I don't understand how the LOGGING variable in conf.d is processed when invoking automount.
The auto.master man page states that the global variable LOGGING is set to "none" by default.
So I guess that logging *should* be disabled in my config.
So how were those automount messages generated and why?
Can I avoid flooding my logs and reduce HDD I/O?
Thanks,
Vieri

