John@Parallels
Forum Maven
I raised this question yesterday and I suppose to get answer in 2 -3 days
Kernel 2.6.25 is not supported for Parallels Tools,
please wait for update on Parallel Workstation, PW3 will be free upgrade
Kernel 2.6.25 is not supported for Parallels Tools,
please wait for update on Parallel Workstation, PW3 will be free upgrade
To run PW build 2234 under linux kernel 2.6.26 one needs:
1) To have a kernel compiled with CONFIG_UNUSED_SYMBOLS=y option
2) To apply this patch to PW build 2234 (posted above in this thread).
Run something like:
mkdir temp
cd temp
tar -xvzf /usr/lib/parallels/devel.tar.gz
patch -p1 </path_to_patch/support_2.6.26.patch
tar -czf devel.tar.gz *
Copy created devel.tar.gz over original /usr/lib/parallels/devel.tar.gz and run parallels-config
These symptoms are such as if you missed '<' in the command line, didn't you?Thanks!! However, when I get to the step of running patch nothing seems to happen, and the HDD light isn't flashing at all. (And I'm running patch with the --verbose switch so I'd see text flying by on the screen if it were doing anything...right?
patch -p1 </path_to_patch/support_2.6.26.patch