From owner-freebsd-questions  Mon May  1 11:45:10 2000
Delivered-To: freebsd-questions@freebsd.org
Received: from frolkin.demon.co.uk (frolkin.demon.co.uk [194.222.100.41])
	by hub.freebsd.org (Postfix) with ESMTP id C9C0D37B98F
	for <freebsd-questions@freebsd.org>; Mon,  1 May 2000 11:45:01 -0700 (PDT)
	(envelope-from sasha@avf.net)
Received: from lambda.avf.net ([192.168.1.5] ident=nobody)
	by frolkin.demon.co.uk with esmtp (Exim 3.12 #1)
	id 12mKoy-0006Sy-00; Mon, 01 May 2000 14:21:28 -0400
Received: from sasha by lambda.avf.net with local (Exim 3.12 #1)
	id 12mKqN-0001Xv-00; Mon, 01 May 2000 19:22:55 +0100
Date: Mon, 1 May 2000 19:22:53 +0100
From: Alexander Frolkin <alexander@frolkin.demon.co.uk>
To: bradley oedithipus <bradley@swt.edu>
Cc: freebsd-questions@FreeBSD.org
Subject: Re: NFS
Message-ID: <20000501192253.A5388@lambda>
Reply-To: Alexander Frolkin <alexander@frolkin.demon.co.uk>
References: <390C9ACC.1D145F87@swt.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
In-Reply-To: <390C9ACC.1D145F87@swt.edu>; from bradley@swt.edu on Sun, Apr 30, 2000 at 03:42:52PM -0500
X-GPG-Key-Fingerprint: 6C84 3EB2 550E E581 62FA  BB0C D510 B042 FD5C E7A7
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Sun, Apr 30, 2000 at 03:42:52PM -0500, bradley oedithipus wrote:
> This is an NFS problem....
> 
> 
> I have hosts.allow setup to allow Anything from all inside the internet
> network.
> 
> I have /etc/exports setup like so:
> / -maproot=0 psy
> /usr -maproot=0 psy
> 
> I also have NFS and NFS_Root compiled into the kernel.
> 
> Here is my problem.. i'll show you my steps.
> 
> virt:~ # killall portmap nfsd nfsiod mountd
> virt:~ #
> virt:~ # portmap -v  // debugging -v
> virt:~ # mountd -r   // registration with RPC
> virt:~ # nfsd -u -t -n 4  // starting 4 nfs servers for UDP and TCP
> 
> Then i get these errors.
> 
> Apr 30 15:32:07 virt nfsd:[598]: can't register with udp portmap
> Apr 30 15:33:30 virt mountd[592]: can't register mount

I had a similar problem recently, with 4.0-STABLE, and, for some reason, it
was caused by lp0 being down. The problem disappeared when I made world on
28/04.


Alexander.

> 
> Says it cant register with portmap, looks simple, start portmap.. BUT!
> virt:~ # ps aux|grep portmap
> daemon    590  0.0  0.4   832  508  ??  Is    3:30PM   0:00.00 portmap
> -v // already running
> 
> Also.
> virt:~ # rpcinfo -p virt
>    program vers proto   port
>     100000    2   tcp    111  portmapper
>     100000    2   udp    111  portmapper
> 
> ^^^ Proves again that portmap is running....
> 
> I'm sure I am just missing the obvious here, but I am missing it all the
> same.
> I have not had luck finding good documentation on any of these. And I
> dont have a good book.
> I hope someone could point the obvious out for me, let me know how
> foolish i am =)!!
> 
> 
> Bradley@swt.edu
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message