[plug] Unresolved module references

raven at themaw.net raven at themaw.net
Wed Jun 16 00:05:50 WST 2004


On Tue, 15 Jun 2004, Jim wrote:

> raven at themaw.net wrote:
> > On Mon, 14 Jun 2004, Jim wrote:
> > 
> > 
> >>However, the unresolved references have returned.  I have checked the 
> >>logfiles and some 17000 labels are obtained from System.map so it seems ok.
> >>
> > 
> > 
> > What are the messages?
> A sample:
> 
> 501:/# insmod /lib/modules/2.4.26/kernel/net/sunrpc/sunrpc.o
> /lib/modules/2.4.26/kernel/net/sunrpc/sunrpc.o: unresolved symbol 
>    kunmap_high
>   highmem_start_page
>   kmap_prot
>   kmap_high
>   kmap_pte
> 
> 502:/# insmod /lib/modules/2.4.26/kernel/fs/nfs/nfs.o
> /lib/modules/2.4.26/kernel/fs/nfs/nfs.o: unresolved symbol 
> rpc_killall_tasks_R2b3d44f0
> 
>   kunmap_high                            nlmclnt_proc_R287b7ca8
>   rpc_new_task_Re5eae3b3                 lockd_up_Rf6933c48
>   rpc_setbufsize_Rff82608b               highmem_start_page
>   rpc_proc_unregister_R5bd26000          xprt_destroy_R3592ab16
>   rpc_restart_call_R646e4857             rpc_clnt_sigmask_Rb9310688
>   xdr_inline_pages_R8b4c736e             rpc_release_task_Ree24c7d2
>   rpc_call_setup_R8b17b651               nfs_debug_Raf5bf6ef
>   rpcauth_lookupcred_R9d8c12da           rpc_execute_R0e5f4dd7
>   rpc_delay_R29f64e0a                    xprt_create_proto_Rff00af25
>   rpc_create_client_Rf7293033            rpc_shutdown_client_R3d8bd211
>   put_rpccred_Rda84874d                  xdr_shift_buf_R17cd8dbe
>   rpc_sleep_on_R7c998247                 kmap_high
>   rpc_call_sync_Re04a6dc3                rpc_init_task_R9d3035d6
>   xdr_encode_pages_R328600f8             rpc_wake_up_task_Rb597c329
>   rpciod_up_R375492a4                    rpciod_down_Rbabf0f35
>   rpc_proc_register_R19407022            rpc_clnt_sigunmask_R756aa275
>   xdr_encode_array_R716530af             lockd_down_Ra7b91a7b
> 
> 503:/#
> 
> The problem modules are tcrypt.o, nfs.o, nfsd.o, smbfs.o, and sunrpc.o.
> 
> > 
> > Did you rebuild the kernel?
> yes
> 
> > Did you try a make clean before rebuilding?
> yes
> 
> 
> > If that failed did you save your .config, do a make mrproper, retore it 
> > and rebuild the kernel?
> no

It looks like you have a symbol version mismatch.
Do the make mrproper it should fix your problem.

Ian




More information about the plug mailing list