home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16389 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.5 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!unidui!unidui!hm329sc
  2. From: hm329sc@unidui.uni-duisburg.de (Scheunemann)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: broken pipe after reboot
  5. Date: 11 Nov 1992 20:17:29 +0100
  6. Organization: Universitaet Duisburg GH
  7. Lines: 24
  8. Message-ID: <hm329sc.721509292@unidui>
  9. References: <trumpet-user.1.0@tom.erib.uni-hannover.de>
  10. NNTP-Posting-Host: unidui.uni-duisburg.de
  11.  
  12.  
  13. I had this problem too. I had installed SLS 98.1 and shutdown produced
  14. this weird output. Also I got this pipe broken message after I included
  15. TCP/IP and telneted to the loopback device.
  16.  
  17. For some reason shutdown in the SLS is broken. To cure this get a new
  18. shutdown. You will find one at tsx-11.mit.edu in
  19.  
  20. pub/linux/sources/sbin/admutil-1.4.tar.Z
  21.  
  22. For a fast cure of the pipe broken message:
  23. This is caused by an entry in your /etc/utmp file. For some reason there
  24. is an entry for an device which does not exist. (For me it was ttyp0
  25. which was created by telnet and after the logout it did not exist any
  26. longer.) So just delete the file /etc/utmp and the pipe broken message
  27. will have gone away. (It will be replaced by another message about not
  28. being able to access /etc/utmp. So you better cut your /etc/utmp file to
  29. a length of 0. For instance cat >/etc/utmp followed by a Control-D. The
  30. file will then be regenerated after the next reboot.)
  31.  
  32. Hope this helps
  33.  
  34. Thomas
  35.  
  36.