Within the last 2 weeks automount has started to generate thousands of
errors (about every 10-15 secs) in the system log (/var/log/messages). The
directories all seem to mount properly but all these error messages must be
having some impact. I cannot find anything about this. Turning off autofs
stops the errors. I have the exact same configuration and program versions
on 2 other machines, but don't see these errors.

Any help appreciated.


Jun 27 16:21:47 mistral automount[3353]: st_ready: st_ready(): state = 2
path /-
Jun 27 16:21:47 mistral automount[3353]: st_ready: st_ready(): state = 2
path /home/users
Jun 27 16:22:02 mistral automount[3353]: st_expire: state 1 path /-
Jun 27 16:22:02 mistral automount[3353]: expire_proc: exp_proc = 3081669520
path /-
Jun 27 16:22:02 mistral automount[3353]: expire_cleanup: got thid 3081669520
path /- stat 0
Jun 27 16:22:02 mistral automount[3353]: expire_cleanup: sigchld: exp
3081669520 finished, switching from 2 to 1
Jun 27 16:22:02 mistral automount[3353]: st_ready: st_ready(): state = 2
path /-
Jun 27 16:22:17 mistral automount[3353]: st_expire: state 1 path /home/users
Jun 27 16:22:17 mistral automount[3353]: expire_proc: exp_proc = 3081669520
path /home/users
Jun 27 16:22:17 mistral automount[3353]: st_expire: state 1 path /-
Jun 27 16:22:17 mistral automount[3353]: expire_proc: exp_proc = 3078917008
path /-
Jun 27 16:22:17 mistral automount[3353]: expire_cleanup: got thid 3081669520
path /home/users stat 0
Jun 27 16:22:17 mistral automount[3353]: expire_cleanup: sigchld: exp
3081669520 finished, switching from 2 to 1
Jun 27 16:22:17 mistral automount[3353]: expire_cleanup: got thid 3078917008
path /- stat 0
Jun 27 16:22:17 mistral automount[3353]: expire_cleanup: sigchld: exp
3078917008 finished, switching from 2 to 1

[EMAIL PROTECTED] log]$ automount --version
Linux automount version 5.0.1-0.rc2.88

Directories:
        config dir:     /etc/sysconfig
        maps dir:       /etc
        modules dir:    /usr/lib/autofs

Compile options:
  DISABLE_MOUNT_LOCKING ENABLE_IGNORE_BUSY_MOUNTS WITH_HESIOD WITH_LDAP
  WITH_SASL

The /etc/sysconfig/autofs file contains all default entries.

thank you
Darren

[EMAIL PROTECTED] log]$ cat /proc/version
Linux version 2.6.18-53.1.21.el5 ([EMAIL PROTECTED])
(gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Wed May 7 08:42:13
EDT 2008

[EMAIL PROTECTED] log]$ cat /etc/auto.home
*               -fstype=nfs,rw,intr,retry=3,async,noatime
zephyr.nbmg:/mnt/vg01/home/&


[EMAIL PROTECTED] log]$ cat /etc/auto.data
/data/chin1     -fstype=nfs,rw,intr,retry=3,async,noatime
chinook.nbmg:/export/chin1
/data/mistral1  -fstype=nfs,rw,intr,retry=3,async,noatime
mistral.nbmg:/export/mistral1
/data/diablo1   -fstype=nfs,rw,intr,retry=3,async,noatime
diablo.nbmg:/export/diablo1
/data/zephyr1   -fstype=nfs,rw,intr,retry=3,async,noatime
zephyr.nbmg:/mnt/vg00/data/zephyr1


[EMAIL PROTECTED] log]$ cat /etc/auto.master
#
# $Id: auto.master,v 1.3 2003/09/29 08:22:35 raven Exp $
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#/media /etc/auto.misc --timeout=10
#/net   /etc/auto.net
/home/users     /etc/auto.home --timeout=120
/-              /etc/auto.data --timeout=120
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to