Subject: Re: bin/10775: cron exits on stat failure
To: None <sommerfeld@orchard.arlington.ma.us>
From: Robert Elz <kre@munnari.OZ.AU>
List: tech-userlevel
Date: 08/26/2000 20:04:14
    Date:        Fri, 25 Aug 2000 17:32:12 -0400
    From:        Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
    Message-ID:  <20000825213217.AE0DD2A2A@orchard.arlington.ma.us>

  | By any chance, are you using amd (automounter) on the system which is
  | experiencing these failures?

No.  No amd.

There is a bunch of NFS client stuff (no server), but not anything that
should in any way be affecting /var/cron (or anything like it).  All NFS
mounts are under /home and /local (ie /home/* and /local/* are NFS
mounted - the names matching what we use on lots of other systems, which
is why the NetBSD unusual "/local" is used...)

Everything other than /home/* and /local/* is FFS (locally moounted),
except /kern /proc and /tmp (kernfs procfs and mfs resp).

ie:...

Filesystem                     1K-blocks     Used    Avail Capacity  Mounted on
/dev/wd0a                          62351    40032    19201    67%    /
/dev/wd0f                        7309092  4974203  1969434    71%    /usr
/dev/wd0e                         194983    95007    90226    51%    /var
mfs:146                            48303        7    45880     0%    /tmp
kernfs                                 1        1        0   100%    /kern
procfs                                 4        4        0   100%    /proc
munkora-mmlab:/local/share       3000000  2321304   678696    77%    /local/share
munkora-mmlab:/local/dept        2000000  1810971   189029    90%    /local/dept
[... more /local/...]
munkora-mmlab:/home/staff        5700000  5684603    15397    99%    /home/staff
munkora-mmlab:/home/tech         1800000  1675497   124503    93%    /home/tech
[... more /home/... (not all from same server)]

muckleshoot# uname -a
NetBSD muckleshoot.cs.mu.OZ.AU 1.4.1 NetBSD 1.4.1 (MUCKLESHOOT) #13: Sat Jul 29 02:30:21 EST 2000     root@:/usr/src/sys/arch/i386/compile/MUCKLESHOOT i386

kre