home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / amiga / 1995 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!agate!cogsci.Berkeley.EDU!ag
  2. From: ag@cogsci.Berkeley.EDU (Keith Gabryelski)
  3. Newsgroups: comp.unix.amiga
  4. Subject: What to do when you get a panic.
  5. Message-ID: <16q0p0INNkm@agate.berkeley.edu>
  6. Date: 18 Aug 92 05:10:56 GMT
  7. References: <1992Aug17.213613.28703@nntpd.lkg.dec.com>
  8. Organization: Institute of Cognitive Studies, U.C. Berkeley
  9. Lines: 38
  10. NNTP-Posting-Host: cogsci.berkeley.edu
  11.  
  12. In article <1992Aug17.213613.28703@nntpd.lkg.dec.com> barrett@pamsrc.enet.dec.com writes:
  13. >You could do what I do. Add a crontab entry that reboots your system
  14. >every night at 3am. Since I added that, I see a panic perhaps once
  15. >a month now rather than once a week.
  16.  
  17. Or you could write down the panic message (the middle of the three
  18. column list is the most important part) along with the line
  19. containing the `pc' address and send it to the net.
  20.  
  21. At least then you have a chance of getting the problem fixed.
  22.  
  23. To increase your chances of getting a response you can:
  24.  
  25.     mention any modifications you have made to the machine
  26.     and your current configuration.
  27.  
  28.     write down what you were doing at the time.
  29.  
  30.     Instead of sending just the center column of numbers
  31.     you could send the output of:
  32.  
  33.         sed 's:$:/i:' LISTONUMBERS | adb -k
  34.  
  35.     Where LISTONUMBERS is a file containing one address
  36.     per line from the center column of the panic backtrace.
  37.     (This will create a symbolic backtrace which will
  38.      allow the observer to tell immediately if this is
  39.      a well known panic or not).
  40.  
  41.     Send Hersey's Peanut Butter Cups or Bass Ale
  42.     with your request.
  43.  
  44. Pax, Keith
  45.  
  46. Ps, For the backtrace officionado: you needn't copy down the first
  47. five lines of the backtrace.  They are usually the call to `k_trap'
  48. and `panic' itself.  You will note this after looking at the output
  49. from the sed line above from several backtraces.
  50.