Date: Tue, 29 Mar 2005 15:07:14 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Tomi Vainio - Sun Finland <Tomi.Vainio@Sun.COM> Cc: freebsd-current@freebsd.org Subject: Re: NFSv4 failure Message-ID: <20050329210714.GF51674@dan.emsphone.com> In-Reply-To: <16969.43954.994530.751030@ultrahot.finland.sun.com> References: <16969.43954.994530.751030@ultrahot.finland.sun.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Mar 29), Tomi Vainio - Sun Finland said: > I just cvsupped latest current sources and tried to use nfsv4 against > my Solaris 10 machine but module won't even load properly. > > kldload: can't load /boot/kernel/nfs4client.ko: No such file or directory > link_elf: symbol nfs_directio_allow_mmap undefined That symbol is in /sys/nfsclient/nfs_vnops.c, so try loading nfsclient.ko first. If this works, nfs4client probably needs to register a module dependency on nfs. -- Dan Nelson dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050329210714.GF51674>