Mandriva 2008 - Parallels 2.2.2204 - Hypervisor issue

keyoke

Bit poster
Hi,
Im having some issues configuring parallels on my mandriva 2008 system.

basically parallels builds the modules correctly but when trying to insert the hypervisor module this fails.

Now I have the laptop kerenl source installed I think is 2.6.22 not at my machine now so cant check.

Are there any common issues that could cause this.

Thanks
 
Hello keyoke,

Could you give us some information to analyze the issue?

In Terminal run 'sudo parallels-config' command, right after that run 'dmesg | tail -n 20', then 'uname -a'. Please send us the output of the commands.

Best regards,
Xenos
 
Compiling Parallels Workstation 2.2 drivers...
Drivers have been compiled successfully.
Installing drivers...
Starting drivers...
Loading Parallels Workstation 2.2 hypervisor ...
FATAL: Error inserting hypervisor (/lib/modules/2.6.22.9-laptop-1mdv/kernel/drivers/misc/parallels/hypervisor.ko): Invalid module format
Can not load hypervisor module.
Parallels Workstation drivers were successfully configured
and compiled but cannot be started (insmod command failed).
Run 'dmesg' command for more information.
# dmesg | tail -n 20
hypervisor: version magic '2.6.22.9-1mdvcustom SMP mod_unload 686 ' should be '2.6.22.9-laptop-1mdv SMP mod_unload 686 '
# uname -a
Linux acoma 2.6.22.9-laptop-1mdv #1 SMP Thu Sep 27 04:17:10 CEST 2007 i686 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz GNU/Linux
 
keyoke, thank you for the output.
Your kernel refuses to accept your module because version magics do not match.
You should synchronize your kernel source tree and current kernel.
This article will help you.

Best regards,
Xenos
 
Hi,
Xenos, thanks for the link. I have managed to get different error message now :(
Compiling Parallels Workstation 2.2 drivers...

Can not compile and/or link drivers. Read /usr/lib/parallels/doc/INSTALL
and follow instructions specified in this document.

Compilation log is available at /usr/lib/parallels/comp.log.7180.error
[root@acoma keyoke]#

but I am still getting the following when prforming dmesg | tail -n 20
hypervisor: version magic '2.6.22.9-1mdvcustom SMP mod_unload 686 ' should be '2.6.22.9-laptop-1mdv SMP mod_unload 686 '
truecrypt: version magic '2.6.22.9-1mdvcustom SMP mod_unload 686 ' should be '2.6.22.9-laptop-1mdv SMP mod_unload 686 '

I get the following in the parallels error log

make: Entering an unknown directory
make: *** /lib/modules/2.6.22.9-laptop-1mdv/build: No such file or directory. Stop.
make: Leaving an unknown directory
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/lib/parallels/drivers/drv_main'
make[1]: *** [vmmain] Error 2
make[1]: Leaving directory `/usr/lib/parallels/drivers'
make: *** [build] Error 2

I will try and see if I can fix it but any ideas would help.
Thanks
 
Ok
I managed to solve this issue by Uninstalling the dev latest kernels and dev 2.6.22 then reinstalling just dev 2.6.22 kernel.
not sure why it work but I think it did recreate some missing symbolic links.
cheers for the help
 
Back
Top