Subject: Re: Root and dump devices?
To: Josh Tolbert <hemi@scoundrelz.net>
From: Harold Gutch <logix@foobar.franken.de>
List: port-dreamcast
Date: 08/28/2002 09:56:53
On Wed, Aug 28, 2002 at 09:45:05AM +0200, Harold Gutch wrote:
> On Wed, Aug 28, 2002 at 02:22:27AM -0500, Josh Tolbert wrote:
> > > In /var/log/messages, I see:
> > >
> > > Aug 27 20:03:57 netbsd mountd[138]: "/usr/local/dc -maproot", line 1:
> > > Could not remount /usr/local/dc: Invalid argument
> > > Aug 27 20:03:57 netbsd mountd[139]: can't register UDP service
> > > Aug 27 20:03:57 netbsd mountd[139]: can't register TCP service
> > > Aug 27 20:03:57 netbsd mountd[139]: can't register UDP6 service
> > > Aug 27 20:03:57 netbsd root: /etc/rc: WARNING: $rpcbind is not set.
> > > Aug 27 20:03:57 netbsd mountd[139]: can't register TCP6 service
> > > Aug 27 20:03:57 netbsd mountd[139]: could not create any services
> 
> You seem to be not running portmap/rpcbind.
> 
>   echo "rpcbind=YES" >> /etc/defaults.conf && /etc/rc.d/rpcbind start

That should have been:

  echo "rpcbind=YES" >> /etc/rc.conf && /etc/rc.d/rpcbind start


bye,
  Harold