VMware Workstation and Linux 2.6.24
Posted in Linux on 03/21/2008 02:09 pm by emilkrueperWhile everyone else here is asleep I decided to test some recently released distributions in a virtual machine. I had to update my vmware modules to match my actual kernel version. I did
cd /usr/src/ wget https://uruz.org/files/vmware-any-any-update-116.tgz tar xvzf vmware-any-any-update-116.tgz cd vmware-any-any-update116 ./runme.plSome setup confirmations later the install routine finshed. So far so good. I started the workstation and when choosing an iso image a message popped up saying: “The folder could not be displayed – VFS error: Invalid parameters.” Known problem, easy fix – try this:
cd /usr/lib/vmware/lib
mv libpng12.so.0 libpng12.so.0.old
ln -sf /usr/lib/libpng12.so.0
mv libgcc_s.so.1 libgcc_s.so.1.old
ln -sf /lib/libgcc_s.so.1
VMware now works again, hooray! Happy virtualization!
May 20th, 2008 at 3:15 am
As Homer Simpson would say: “Woohoo!”
Now, hopefully VMWare will take note and fix this officially.
May 20th, 2008 at 5:44 pm
Tin, I don’t know if this problem exists in VMWare 6 but for 5.5 series this won’t be fixed ever, afaik it is not maintained any longer.
June 11th, 2008 at 12:19 am
That problem exists also for VMware server 1.0.6. Thanks for the info, now it works!
July 21st, 2008 at 11:09 am
i am trying to install vmware server 1.06 on 64 bit hardy. i have followed the instructions at http://ubuntuforums.org/showthread.php?t=826624 to a tee, up until the step that requires vmware-mui to be installed. the code to do so is
tar xzvf Vmware-mui-1.0.6-xxx.tar.gz
sudo ./vmware-install.pl
well, where do i get the mui from? can’t find it anywhere. can you help??
cheers
mike
July 21st, 2008 at 11:44 am
Mike, try it with
wget http://uruz.org/files/VMware-mui-1.0.6-91891.tar.gz
tar xvzf VMware-mui-1.0.6-91891.tar.gz
sudo ./vmware-mui-distrib/vmware-install.pl
Best regards
Emil
September 22nd, 2008 at 3:26 pm
Is this install method ‘dated’? Which kernels and vmware versions does this instaltion method work with, i.e. ubuntu 64-bit 2.6.24-19-server and VMware-server-1.0.7-108231.
Thanks in advance !
September 23rd, 2008 at 8:21 pm
[…] something 2.6.26, so VMware was broken again. I tried to fix it with the previously working fix from here, but that didn’t work. I had a look at the recently released vmware-any-any updates. No, […]