Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.i386 Subject: Re: ISC nfs crashes sun 4.03? Message-ID: <3736@auspex.auspex.com> Date: 24 Jul 90 18:15:43 GMT References: <32024@cup.portal.com> Distribution: na Organization: Auspex Systems, Santa Clara Lines: 13 >When the sparc (sun os 4.03) mounts a partition from the 386 box, once >in a while the console would complain "rfs: attempt to read from non-file". >And about every few weeks my entire screen would all of a sudden be filled >with messages like that, and the only way to stop it is to halt the >sparc with L1-A. OK, which console is "the console" - the one on the 386 box or the one on the Sun? The message is printed by the NFS server code (you don't get it from the client code), and means that a client has obtained a file handle for something other than a plain file and has told the NFS server to read data from that file; the server disallows this.