public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Why cannot I do "insmod nfsd.ko" directly?
@ 2005-07-05 18:23 Xin Zhao
  2005-07-05 18:42 ` randy_dunlap
  2005-07-05 18:58 ` Horst von Brand
  0 siblings, 2 replies; 4+ messages in thread
From: Xin Zhao @ 2005-07-05 18:23 UTC (permalink / raw)
  To: linux-kernel

I tried to do "insmod nfsd.ko", but always got the error message
"insmod: error inserting 'nfsd.ko': -1 Unknown symbol in module"

Why?

The kernel is 2.6.11.10
The command I used is:
1. insmod lockd.ko  ---succeed
2. exportfs -r   ---succeed
3. insmod nfsd.ko --- failed 


Moreover, I noticed that if I do the following commands, nfsd.ko can
be inserted:

1. rpc.mountd
2. exportfs -r
3. rpc.nfsd 1

Can someone explain what trick rpc.mountd and rpc.nfsd do to make
nfsd.ko insertable?

Thanks in advance for your kind help!

-x

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-07-05 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-05 18:23 Why cannot I do "insmod nfsd.ko" directly? Xin Zhao
2005-07-05 18:42 ` randy_dunlap
2005-07-05 18:58 ` Horst von Brand
2005-07-05 20:05   ` Xin Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox