Subject: Re: she's getting there.....
To: Jake Baillie <jake@priva.com>
From: Byron Servies <bservies@pacang.com>
List: port-cobalt
Date: 01/15/2003 18:39:30
On January 15, 2003 at 19:27, Jake Baillie wrote:
> Alright Guys,
> 
> I managed to correct the RAM error, and get the NetBSD kernel to boot. But 
> she stops at "Starting File System Checks" with an RPC timeout, and will 
> continue until infinity. I disabled NFSv3 on my host, but it doesn't seem 
> to help. Any ideas?

<snip?

> mount_nfs: rpcbind on server: RPC: Port mapper failure - RPC: Timed out
> mount_nfs: rpcbind on server: RPC: Port mapper failure - RPC: Timed out
> mount_nfs: rpcbind on server: RPC: Port mapper failure - RPC: Timed out

You have nfs_client=YES in /etc/rc.conf for this machine?

My rc.conf:

	# If this is not set to YES, the system will drop into single-user mode.
	#
	rc_configured=YES

	# Add local overrides below
	#

	# myname
	hostname="piglet"

	# other paramters are set either via the dhcp boot or in
	# /etc/ifconfig.xxx
	defaultroute="63.193.245.254"

	ipfilter=YES
	ipnat=YES
	ipmon=YES

	named=YES       named_flags="/etc/namedb/named.conf"
	ntpdate=YES
	ntpd=YES
	nfs_client=YES
	sshd=YES