On Thu, 2002-05-02 at 20:06, Quenten Griffith wrote: > Try VMWARE 3.1 that is what im using with that kernel and it runs fine. > > Mirek Dobsicek wrote: > > > Greeting, > > > > I'm trying to test VMware workstation 3.0 > > and it fails with this: > > > > VMware PANIC: (ide0:0) NOT_IMPLEMENTED F(831):688 > > VMware PANIC: (VMX) AIO: NOT_IMPLEMENTED F(831):688
Or downgrade the libc vmware is using (allthough the vmware 3.1 is a free upgrade) The following hack will get vmware working again: /usr/local/bin/vmware: #!/bin/bash echo "VMWare wrapper - Bug with glibc2.2.5-4 and beyond workaround -- Maniac" # Preload old libc6 so vmware 2.0.4 will continue to run export LD_PRELOAD=/opt/vmware/oldlibs/libc.so.6 exec /opt/vmware/bin/vmware "$*" And then placing a older version of libc6 in /opt/vmware/oldlibs or whereever you want it to be. -rwxr-xr-x 1 maniac maniac 1170812 Feb 4 08:03 libc-2.2.5.so lrwxrwxrwx 1 maniac maniac 13 Apr 7 23:57 libc.so.6 -> libc-2.2.5.so -- Mark Janssen -- maniac(at)maniac.nl -- GnuPG Key Id: 357D2178 Unix / Linux, Open-Source and Internet Consultant @ SyConOS IT Maniac.nl Unix-God.Net|Org MarkJanssen.org|nl SyConOS.com|nl
signature.asc
Description: This is a digitally signed message part