LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-14-2003, 06:34 AM   #1
jimieee
Member
 
Registered: Aug 2003
Location: London, UK
Distribution: Debian and Fedora for play and RHEL + Solaris for work
Posts: 172

Rep: Reputation: 15
unresolved symbol when I insmod nfs


Ah! Kernel module problems!

I'm trying to insert the module nfs on one of my RH9 boxes, but get unresolved symbols errors. I don't really know what they mean and was wondering if anyone could lend a hand? I've included the full errors (as output on the screen when I try run the command) I doubt that this was entirely necessary, I wasn't sure so decided to err on the safe side

[root@keeper james]# /sbin/insmod nfs
Using /lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol xdr_inline_pages_R07538975
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_restart_call_Ra55d6243
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol nlmclnt_proc_R0eeaa664
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_proc_unregister_R5bd26000
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol xprt_create_proto_R598703b7
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_call_sync_R477ef299
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol xdr_encode_pages_R09ed5c6f
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_killall_tasks_R1f596a0a
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_shutdown_client_Re4a073d8
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpciod_up_R375492a4
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_clnt_sigmask_Rdd065208
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol xprt_destroy_Rbc2ceb6e
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_sleep_on_R066a9175
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_create_client_Rf2cfff96
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_proc_register_R61d8d13f
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpcauth_lookupcred_Rfb85c4a1
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol xdr_encode_array_R716530af
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_wake_up_task_Re9fab538
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol lockd_up_Rf6933c48
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_init_task_R160c4acd
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol nfs_debug_Raf5bf6ef
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_new_task_R257b5ee4
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol xdr_shift_buf_Rbf596d77
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_clnt_sigunmask_R5411b909
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_execute_Rfd9a93cb
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_delay_Rbb9ee42a
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_setbufsize_R2697675f
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpciod_down_Rbabf0f35
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol lockd_down_Ra7b91a7b
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_release_task_R34cfbcd0
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol put_rpccred_R632f31c0
/lib/modules/2.4.20-8/kernel/fs/nfs/nfs.o: unresolved symbol rpc_call_setup_R0edbdd2e

I know it's a lot - sorry about that - can anyone lend a suggestion?

Cheers,

~James~
 
Old 10-14-2003, 08:26 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Is this a recompiled kernel? Why are you insmoding the nfs module, if its the default kernel, should be builtin already, no need to use the module.
 
Old 10-14-2003, 08:32 AM   #3
jimieee
Member
 
Registered: Aug 2003
Location: London, UK
Distribution: Debian and Fedora for play and RHEL + Solaris for work
Posts: 172

Original Poster
Rep: Reputation: 15
No, still the default kernel. I was insmoding because when I did cat /proc/filesystems no nfs appeared (this is the course of action the tutorial I was following told me to take... How else can I start the nfs module on the client side? Can I just mount?

~James~
 
Old 10-14-2003, 08:34 AM   #4
jimieee
Member
 
Registered: Aug 2003
Location: London, UK
Distribution: Debian and Fedora for play and RHEL + Solaris for work
Posts: 172

Original Poster
Rep: Reputation: 15
To answer my own question: yes I can! Why am I so brain dead sometimes? No replies please.

~James~
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unresolved symbol haddon Linux - Hardware 3 03-11-2005 03:24 PM
Unresolved symbol? Elonch Programming 2 03-02-2005 12:48 AM
Unresolved symbol: xtime_lock stuartx Linux - General 0 10-27-2004 03:05 PM
Insmod "unresolved symbol" errors smith847be Linux - General 1 12-19-2003 11:58 PM
What causes insmod: unresolved symbol errors frankietomatoes Linux - General 1 12-06-2002 12:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration