home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / admin / 6316 < prev    next >
Encoding:
Text File  |  1992-09-14  |  2.4 KB  |  53 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!torn!cunews!nrcnet0!bnrgate!bcrka451!norm
  3. From: norm@bnr.ca (Norm MacNeil)
  4. Subject: Re: NFS write error 13
  5. Message-ID: <1992Sep14.182546.24630@bcrka451.bnr.ca>
  6. Originator: norm@bcrks122
  7. Sender: 5E00 Corkstown News Server
  8. Reply-To: norm@bnr.ca
  9. Organization: Bell-Northern Research Ltd.
  10. References:  <191m0tINNo5k@corax.udac.uu.se>
  11. Date: Mon, 14 Sep 1992 18:25:46 GMT
  12. Lines: 39
  13.  
  14.  
  15. In article <191m0tINNo5k@corax.udac.uu.se>, hb@woody.csd.uu.se (Henrik B}kman  CSD) writes:
  16. > With "regular" intervalls I got 'NFS write error 13' in my
  17. > /var/adm/messages. Somebody know what's the problem?
  18.  
  19.   Error 13 in standard /usr/include/sys/errno.h is Permission denied.  This might
  20.   occur when a file system has been mounted read/only and the appropriate daemon
  21.   or process is attempting to write to it.  Not that many processes, however,
  22.   write to /var/adm/messages so it should be fairly easy to track down.
  23.   Just a thought.
  24.  
  25. > I also got 'inetd[...]: /usr/etc/in.tftpd: Broken pipe'. Anything
  26. > to be worried about?
  27.  
  28.   in.tftpd is the tftpd daemon started from inetd via /etc/services.  tftpd (the
  29.   Trivial File Transfer Protocol Daemon) is used by diskless clients to boot off
  30.   another node.  Since a diskless node only knows its Ethernet address (in an
  31.   EPROM), it transmits a broadcast message to anyone on the net who might know its
  32.   IP address.  This is cross-matched in someone's /etc/ethers file so check here
  33.   to see if someone is possibly booting off your node.  Once the IP address has
  34.   been established, it must have an "exports" area to boot off.  This is usually
  35.   found in the /etc/exports table which would show who is allowed to mount a FS
  36.   called /usr/exports/{home,...} or the like.  "Broken pipe" is displayed whenever
  37.   a pipe is broken (gee, what a surprise :-) but seriously, it appears that the
  38.   communication with the client was abruptly closed - perhaps the client's access
  39.   to the network was dropped.  This shouldn't have any effect on you, but the
  40.   client will probably be in trouble.
  41.  
  42.   Ok, now that was from memory.  Anyone else wanna verify this?
  43.  
  44.     Storm.
  45.  
  46. -- 
  47. +-----------------------------------------------------------------------+
  48.  Norm MacNeil                     Phone: (613) 763-7497
  49.  CAD Operation                      Fax: (613) 763-3317
  50.  Bell-Northern Research Ltd.      EMail: norm@bnr.ca (INTERNET)
  51.  #include <disclaimer.std>       "Roller bladers do it in-line!"
  52.