home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16438 < prev    next >
Encoding:
Text File  |  1992-11-11  |  788 b   |  22 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!flipper.pvv.unit.no!venaas
  3. From: venaas@flipper.pvv.unit.no (Stig Venaas)
  4. Subject: Re: broken pipe after reboot
  5. Message-ID: <1992Nov12.084246.17803@ugle.unit.no>
  6. Sender: news@ugle.unit.no (NetNews Administrator)
  7. Organization: ProgramVareVerkstedet - UNIT
  8. References: <1992Nov11.92749.21717@ms.uky.edu> <1992Nov11.165629.1421@sifon.cc.mcgill.ca>
  9. Date: Thu, 12 Nov 92 08:42:46 GMT
  10. Lines: 10
  11.  
  12. The reason for the broken pipe errors when you try to reboot, is that
  13. utmp isn't always updated when people log out. You will see this
  14. if you take who. When you try to reboot, reboot tries to write
  15. messages to people who are logged out, and you get broken pipes.
  16.  
  17. When I reboot, I first do
  18. rm /etc/utmp ; touch /etc/utmp
  19.  
  20. Stig
  21.  
  22.