From owner-freebsd-questions Tue Aug 31 6:53:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 7F7A315629 for ; Tue, 31 Aug 1999 06:53:50 -0700 (PDT) (envelope-from veldy@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id 915423729 for ; Tue, 31 Aug 1999 08:52:37 -0500 (CDT) Received: from localhost (veldy@localhost) by isis.visi.com (8.8.8/8.8.8) with ESMTP id IAA13530 for ; Tue, 31 Aug 1999 08:52:37 -0500 (CDT) X-Authentication-Warning: isis.visi.com: veldy owned process doing -bs Date: Tue, 31 Aug 1999 08:52:37 -0500 (CDT) From: Thomas Veldhouse To: freebsd-questions@freebsd.org Subject: NFS Problem at boot? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A couple of days ago, I downloaded the snaptshot, 0829, for 3.2-STABLE and I have noticed what appears to me to be a bug. I have not been able to track down the cause. During installation, I chose the option to set up my machine as a NFS Server. I added the following line to my /etc/exports file: /usr/src -alldirs 192.168.0.3 I was hoping to make my src available to another machine I am planning on upgrading. The other machine is too slow to compile the kernel, so I want to install it via NFS from the fast machine. Anyway, the machine I just installed the snapshot on gives me an error on boot up after a long pause when trying to load rpc.statd. The error (sorry, I am paraphrasing a bit) says that nfsd failed to register udp with portmap. Well, I made sure portmap was running. I also tried removing the -u option from the nfsd options, but then I get the same error with tcp. I never had this problem under 3.1 (or perhaps even 3.2-RELEASE), so something has gone sour. Can anybody tell me what is wrong here so that I can continue my installation? Thanks in advance, Tom Veldhouse veldy@visi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message