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

  1. Xref: sparky comp.sys.sun.admin:6331 comp.sys.sun.hardware:4399
  2. Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!think.com!eplunix!das
  3. From: das@eplunix.UUCP (David Steffens)
  4. Newsgroups: comp.sys.sun.admin,comp.sys.sun.hardware
  5. Subject: Re: Anyone know what a "writeback error" is?
  6. Message-ID: <1275@eplunix.UUCP>
  7. Date: 15 Sep 92 04:10:21 GMT
  8. References: <1992Sep11.022648.28954@galois.mit.edu>
  9. Organization: Eaton-Peabody Lab, Boston, MA
  10. Lines: 33
  11.  
  12. Yikes! Just answered this a month ago. Guess it's deja vu all over again :-)
  13.  
  14. In article <1992Sep11.022648.28954@galois.mit.edu>,
  15. sangho@runge.mit.edu (Sangho Yoon) says:
  16. > I've been getting these errors every time I try to run dump onto an exabyte.
  17. > The system is configured like this :
  18. > 4/260 running SunOS 4.1.1
  19. > ... the system crashes with the following error:
  20. > panic: writeback error
  21.  
  22. There is a bug in 4.1.1 on Sun 4/200-class processors that causes a panic
  23. if you have an entry in /etc/fstab for your _primary_ swap partition.
  24. For example, my disks are xd0 and xd1. I have a swap partition on each,
  25. namely /dev/xd0b and /dev/xd1b, but /dev/xd0b is my _primary_ swap
  26. partition because root is on /dev/xd0a. If /dev/sd0a is your root,
  27. then /dev/sd0b is your primary swap partition and so on.
  28.  
  29. Fix: If you have a primary swap partition entry in your /etc/fstab, e.g.
  30.     /dev/xd0b    swap        swap rw        0 0
  31. then you must either delete it or comment it out with # and reboot.
  32.  
  33. Note: Entries for secondary swap partitions in /etc/fstab are OK, e.g.
  34.     /dev/xd1b    swap        swap rw        0 0
  35. These other, non-primary entries are also required if you want "swapon -a"
  36. to install secondary swap partitions automatically from /etc/rc at boot time.
  37.  
  38. Credits: This bug was found and reported by someone at Columbia University so
  39. long ago that I've lost the original posting and forgotten the poster's name.
  40. -- 
  41. David Allan Steffens       | I believe in learning from past mistakes...
  42. Eaton-Peabody Laboratory   | but why does a good education require so many?
  43. Mass. Eye & Ear Infirmary, 243 Charles Street, Boston, MA 02114
  44. {harvard,mit-eddie}!eplunix!das    Tel (617) 573-3748    Fax (617) 720-4408
  45.