Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2011 15:14:07 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Rick Macklem <rmacklem@uoguelph.ca>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: RFC: make the experimental NFS subsystem the default one
Message-ID:  <86iptvg9uo.fsf@ds4.des.no>
In-Reply-To: <410050117.807767.1304165911685.JavaMail.root@erie.cs.uoguelph.ca> (Rick Macklem's message of "Sat, 30 Apr 2011 08:18:31 -0400 (EDT)")
References:  <410050117.807767.1304165911685.JavaMail.root@erie.cs.uoguelph.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Rick Macklem <rmacklem@uoguelph.ca> writes:
> "Dag-Erling Sm=C3=B8rgrav" <des@des.no> writes:
> > interface oldnfs.1 already present in the KLD 'kernel'!
> > /etc/rc: WARNING: Unable to load kernel module nfsclient
> Ok, I'll need to look at this. At a glance, I see a load_kld,
> but that won't get upset if it's already loaded. (It does need
> to be fixed, though, since it refers to nfsclient as the module
> for "nfs" instead of nfscl.)

This comes from mountcritremote:

        case "`mount -d -a -t nfs 2> /dev/null`" in
        *mount_nfs*)
                # Handle absent nfs client support
                load_kld -m nfs nfsclient || return 1
                ;;
        esac

mount(8) will print "mount_oldnfs" instead of "mount_nfs".  Note that
until you flipped the switch, the exact same error would occur, in
reverse, on systems running the new stack.

> If you could test a pre-switchover (but recent) client and see if the
> message shows up, that would be appreciated.

It does, so it's not something new.

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86iptvg9uo.fsf>