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

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!olivea!spool.mu.edu!darwin.sura.net!dtix!mimsy!afterlife!adm!news
  2. From: bob@caw2.4950tw.wpafb.af.mil (Bob Plested)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Cron script problems
  5. Message-ID: <32567@adm.brl.mil>
  6. Date: 14 Sep 92 15:42:05 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 36
  9.  
  10. Hello all,
  11.   My machine has a crontab entry which, among other things, runs every morning 
  12. at 5:00 am looking for old garbage to delete. It looks something like this:
  13.  
  14. 0       5       *       *       *       find / -local -type f '(' -name core -o 
  15. -name dead.letter ')' -atime +7 -mtime +7 -exec rm -f '{}' ';'
  16.  
  17. All on one line. This is the command as distributed by SGI, I've not changed 
  18. it.  
  19.   When it runs (every day for the past couple of weeks) I get...
  20.  
  21. find: stat() failed: /usr/catman/u_man/cat1/what.z: No such file or directory
  22. find: stat() failed: /usr/catman/u_man/cat1/whatis.z: No such file or directory
  23. find: stat() failed: /usr/catman/u_man/cat1/whereis.z: No such file or directory
  24. find: stat() failed: /usr/catman/u_man/cat1/which.z: No such file or directory
  25. find: stat() failed: /usr/catman/u_man/cat1/who.z: No such file or directory
  26. find: stat() failed: /usr/catman/u_man/cat1/whoami.z: No such file or directory
  27.  
  28.  
  29. This goes on for about 90 lines, all different files. Those files really are
  30. there. Why is the machine giving me this error? What does it mean? I fear
  31. that it means something somewhere has been corrupted.
  32.  
  33. TIA, Bob
  34.  
  35. P.S. This is a 4D/320VGX running Irix 4.0.4. The problem seemed to start about
  36. the time this machine was hit with some heavy duty hardware problems on the
  37. graphics and possibly the CPU boards.
  38.  
  39.  
  40. ------------
  41. Bob Plested                    bob@caw2.4950tw.wpafb.af.mil
  42. 4950th Test Wing/FFXD              134.136.241.11 
  43. Wright-Patterson AFB, OH           (513) 257-6809 DSN 787-6809
  44.  
  45. Life is too short for stop signs.
  46.