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:45:05
On Wed, Aug 28, 2002 at 02:22:27AM -0500, Josh Tolbert wrote:
> Never mind...I'm a moron. :/ I don't think I compiled the NetBSD kernel
> with NFSSERVER support. Is there a way to load that dynamically? I really
> don't want to build a new world, and I already ditched the old source for
> the kernel. :(

GENERIC has options NFSSERVER.  If you still have your GENERIC
kernel lying around somewhere (on the CD you installed from etc.)
just boot that.  Or, if your userland is still RC1, get the
kernel again from your nearest NetBSD-mirror.


> > Hi Alex,
> > 	Problem. I've got:
> >
> > /usr/local/dc -maproot=root -alldirs dreamcast ram
> >
> > in my /etc/exports file on the NetBSD box. dreamcast is the name of the
> > dreamcast and ram is the name of my FreeBSD fileserver.
> >
> > 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

Then start mountd and nfsd.


bye,
  Harold