From owner-freebsd-current Mon Mar 29 18: 0:24 1999 Delivered-To: freebsd-current@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 7BC4914BD8 for ; Mon, 29 Mar 1999 18:00:23 -0800 (PST) (envelope-from julian@whistle.com) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with SMTP id RAA85632; Mon, 29 Mar 1999 17:55:05 -0800 (PST) Date: Mon, 29 Mar 1999 17:55:04 -0800 (PST) From: Julian Elischer To: mestery@visi.com Cc: freebsd-current@FreeBSD.ORG Subject: Re: nfs_getpages: error 4, vm_fault In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You might try instrumenting nfs/nfs_bio.c to find where the EINTR is coming from. If it's reproducible then you should be able (with a few reboots) to track it back quite a distance. julian On Mon, 29 Mar 1999 mestery@visi.com wrote: > > Greetings, > > I am running two machines with current from Sunday, March 28 at 3:20PM > CST, but the problems I am seeing I have seen for a while now (about a > month). I thought an upgrade might fix them. Here are the specs on the > machines: > > Machine A: > Dual PPro 200MHz, 128MB RAM, SCSI disks on an onboard Adaptec 7880, rl0 > driver (Realtek 8139) > > Machine B: > Dual Pentium 133, 64MB RAM, IDE disks, xl0 driver (3COM 905B) > > Both machines are connected via a 10/100 hub, and are operating at > 100Mb/s half duplex. Machine A is the NFS server, and machine B is the > client. Machine B runs apache and serves up some web pages over NFS > from machine A. I am mounting with options rw,intr in machine B's > fstab. According to the mount_nfs manpage, I am using nfsv3 since my > server allows that. When certain files on machine A are accessed by the > web daemon on machine B, the httpd process hangs, and when I eventually > use apachectl to stop it, here is what is printed out on machine B's > console: > > Mar 29 18:30:04 wall /kernel: nfs_getpages: error 4 > Mar 29 18:30:04 wall /kernel: vm_fault: pager read error, pid 274 > (httpd) > > I can reproduce this fairly easily if need be. I looked in the mail > archives, but didn't see anyone else seeing this problem recently. Anyone > have any clues on this one? I can provide more information if needed. > Thanks. > > -- > Kyle Mestery > StorageTek's Storage Networking Group > Protect your right to privacy: www.freecrypto.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message