[Solved] Re: Can't use nfs server on CURRENT
Mori Hiroki
yamori813 at yahoo.co.jp
Thu Jun 14 13:37:11 UTC 2018
Hi
I checkout CURRENT and build now.
It work fine.
Thanks for your information.
Hiroki Mori
----- Original Message -----
> From: Herbert J. Skuhra <herbert at gojira.at>
> To: freebsd-mips at freebsd.org
> Cc:
> Date: 2018/6/14, Thu 21:21
> Subject: Re: Can't use nfs server on CURRENT
>
> On Thu, Jun 14, 2018 at 08:42:49PM +0900, Mori Hiroki wrote:
>> Hi
>>
>> I build today's CURRENT for atheros.
>> Build is fine and write flash.
>> Then I cat't use nfs server.
>> Boot log is this.
>>
>> link_elf_obj: symbol nfscl_reqstart undefined
>> linker_load_file: /boot/kernel/nfsd.ko - unsupported file type
>>
>> I seem nfs code is modify now.
>
> The following commit fixes the issue for me (tested on amd64):
>
> r335130 | rmacklem | 2018-06-14 12:00:19 +0200 (Thu, 14 Jun 2018) | 9
> lines
>
> Move four functions in nfscl.ko to nfscommon.ko.
>
> Four functions nfscl_reqstart(), nfscl_fillsattr(), nfsm_stateidtom()
> and nfsmnt_mdssession() are now called from within the nfsd.
> As such, they needed to be moved from nfscl.ko to nfscommon.ko so that
> nfsd.ko would load when nfscl.ko wasn't loaded.
>
> --
> Herbert
> _______________________________________________
> freebsd-mips at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-mips
> To unsubscribe, send any mail to
> "freebsd-mips-unsubscribe at freebsd.org"
>
More information about the freebsd-mips
mailing list