home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sun / misc / 6199 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.0 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: SS2 clone sync and halt
  5. Message-ID: <16319@auspex-gw.auspex.com>
  6. Date: 9 Jan 93 22:57:59 GMT
  7. References: <1519@krabat.marco.de>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 16
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >- After breaking the kernel with L1-A, I change to "new-mode".
  14. >  typing "sync" tells "panic: zero", syncs the harddisk and dumps
  15. >  the system afterwards (because of the panic ?), which is boring.
  16.  
  17. If it didn't do that, it wouldn't be a clone!  That is *PRECISELY* what
  18. "sync" is *supposed* to do. 
  19.  
  20. "sync" is, arguably, a crappy name; it might have been better had it
  21. been called "crash", because it's intended to be used when a machine is
  22. "stuck" (e.g. hung in some kind of loop in the kernel) - it causes the
  23. machine to panic, so that it:
  24.  
  25.     1) attempts to sync the disks out;
  26.  
  27.     2) takes a crash dump so that somebody can look at it and see
  28.        *why* it was stuck.
  29.