home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13614 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  2.1 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!nigel.msen.com!sdd.hp.com!elroy.jpl.nasa.gov!ames!olivea!sgigate!odin!twilight!zuni!anchor!olson
  2. From: olson@anchor.esd.sgi.com (Dave Olson)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: Cron script problems
  5. Message-ID: <prk1on4@zuni.esd.sgi.com>
  6. Date: 14 Sep 92 18:29:04 GMT
  7. References: <32567@adm.brl.mil>
  8. Sender: news@zuni.esd.sgi.com (Net News)
  9. Organization: Silicon Graphics, Inc.  Mountain View, CA
  10. Lines: 30
  11.  
  12. In <32567@adm.brl.mil> bob@caw2.4950tw.wpafb.af.mil (Bob Plested) writes:
  13.  
  14. | Hello all,
  15. |   My machine has a crontab entry which, among other things, runs every morning 
  16. | at 5:00 am looking for old garbage to delete. It looks something like this:
  17. | 0       5       *       *       *       find / -local -type f '(' -name core -o 
  18. | -name dead.letter ')' -atime +7 -mtime +7 -exec rm -f '{}' ';'
  19. | All on one line. This is the command as distributed by SGI, I've not changed 
  20. | it.  
  21. |   When it runs (every day for the past couple of weeks) I get...
  22. | find: stat() failed: /usr/catman/u_man/cat1/what.z: No such file or directory
  23. | find: stat() failed: /usr/catman/u_man/cat1/whatis.z: No such file or directory
  24. | find: stat() failed: /usr/catman/u_man/cat1/whereis.z: No such file or directory
  25. | find: stat() failed: /usr/catman/u_man/cat1/which.z: No such file or directory
  26. | find: stat() failed: /usr/catman/u_man/cat1/who.z: No such file or directory
  27. | find: stat() failed: /usr/catman/u_man/cat1/whoami.z: No such file or directory
  28.  
  29. Are you getting disk errors in /usr/adm/SYSLOG at about the same time,
  30. or other messages about corrupted directories or the like?  For 'volatile'
  31. directories, like /tmp or /usr/spool/mqueue it is not unreasonable to get
  32. messages like this for files that existed when the readdir() syscall was
  33. executed, but were removed by the time find got around to stat'ing the
  34. file itself, but for directories like cat1, this isn't reasonable.
  35. --
  36. Let no one tell me that silence gives consent,  |   Dave Olson
  37. because whoever is silent dissents.             |   Silicon Graphics, Inc.
  38.     Maria Isabel Barreno                        |   olson@sgi.com
  39.