View previous topic :: View next topic |
Author |
Message |
emitrax Apprentice
Joined: 03 Nov 2004 Posts: 166
|
Posted: Thu Jun 25, 2009 2:14 pm Post subject: vmmon not loading for unknown symbol. |
|
|
I recompiled the kernel few weeks ago, but I don't recall what I changed exactly.
Now vmmon won't load. I also tried to recompile it, but nothing.
Code: |
WARNING: //lib/modules/2.6.20/misc/vmmon.ko needs unknown symbol current_cap
WARNING: //lib/modules/2.6.20/misc/vmmon.ko needs unknown symbol current_uid
WARNING: //lib/modules/2.6.20/misc/vmmon.ko needs unknown symbol current_fsgid
WARNING: //lib/modules/2.6.20/misc/vmmon.ko needs unknown symbol current_gid
WARNING: //lib/modules/2.6.20/misc/vmmon.ko needs unknown symbol current_egid
WARNING: //lib/modules/2.6.20/misc/vmmon.ko needs unknown symbol current_euid
WARNING: //lib/modules/2.6.20/misc/vmmon.ko needs unknown symbol current_fsuid
|
I did a search with cscope in the linux kernel for those symbold and only found a few (the latest)
in the XFS file system, which I don't get what it has to do with vmmon.
Can anyone help with this?
Thanks in advance.
S. |
|
Back to top |
|
|
honp Guru
Joined: 25 Sep 2006 Posts: 355 Location: Good old Prague, Czech rep.
|
Posted: Fri Jun 26, 2009 7:11 am Post subject: |
|
|
With this old kernels, i had these problems too. So i didn`t use vmware-server for half a year maybe more. Yesterday i tried to install vmware-server with kernel 2.6.30 and everything work. So try newer kernel... |
|
Back to top |
|
|
|