Subject: Re: Limited success booting an A3020
To: Ben Harris <bjh21@netbsd.org>
From: Ian Fry <Ian.Fry@sophos.com>
List: port-arm26
Date: 12/03/2001 10:42:36
On Mon, Dec 03, 2001 at 10:25:19AM +0000, Ben Harris wrote:
> On Mon, 3 Dec 2001, Gavan Fantom wrote:
> > * The EtherH driver chokes on startup thanks to a bug in the podloader
> > stuff (see PR#14811)
> Thanks.  I've got a proper fix in my tree which I'll check in once it's
> tested.

Ah, that's good. I'd be willing to help test this, seeing as it affects me
too.

> > * NFS mounting anything complains with "Program version wrong" (ie a
> > mismatch in the version of the NFS protocol between client and server),
> > which seems odd given that the root filesystem is already nfs mounted, and
> > I can do an nfs v2 loopback mount on the nfs server.
> This can also mean a mismatch between mount_nfs and the kernel -- i.e.
> mount_nfs has asked for an NFSv3 mount, and the kernel doesn't support
> that.  Try specifying -o -2.

Yes, the FOURMEG kernel config has 'options NFS_V2_ONLY', so you need the
'-2' flag for mount_nfs. I thought that there was a fallback to V2, though.

Ian.