VMware Communities > VMTN > Desktop Products > VMware Workstation > Discussions

This Question is Possibly Answered

1 "correct" answer available (10 pts)
1 2 Previous Next
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Jan 30, 2008 9:45 AM
in response to: fboudra
Click to view docsmooth's profile Enthusiast docsmooth 26 posts since
Dec 7, 2005
116 was posted by someone here as a workaround to get 6.0.2 working on 2.6.24-rc6 or -rc7 that I've held on to. I found it on the same FTP site where I've gotten update114, update115, and, now, update116, but can't find it in my history atm.

I booted back to 2.6.22-generic (ubuntu x86_64), and reinstalled 6.0.2 and my VMs are working. I'll just deal with my battery life and updated NVidia drivers later on, when i don't need the VMs as badly (today I'm in there heavily, so won't be donig any more testing till tonight or this weekend.
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 6, 2008 12:41 PM
in response to: docsmooth
Click to view mbeierl's profile Enthusiast mbeierl 42 posts since
Nov 27, 2007
Anyone else have the issue of linux guests on 2.6.24 hosts having significant timekeeping issues (ie: issuing sleep 1 takes 10 seconds to complete)?
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 6, 2008 2:55 PM
in response to: mbeierl
Click to view docsmooth's profile Enthusiast docsmooth 26 posts since
Dec 7, 2005
If your guest is Windows, try starting the VMWare Descheduler service. Also, I've seen those issues if the Windows Time service was still running, and Time Sync with Host wasn't enabled.

THis is a fantastic read on the issue of timing in guests: http://www.vmware.com/pdf/vmware_timekeeping.pdf
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 13, 2008 8:28 AM
in response to: Pavlinux
Click to view loafman's profile Novice loafman 23 posts since
Apr 27, 2004
@Pavlinux --

Even with the patches you attached, I get the following:

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config15/vmmon-only'
make -C /lib/modules/2.6.24-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-7-generic'
CC [M] /tmp/vmware-config15/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config15/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config15/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config15/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config15/vmmon-only/linux/driver.c:84:
/tmp/vmware-config15/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
/tmp/vmware-config15/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
In file included from /tmp/vmware-config15/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config15/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config15/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config15/vmmon-only/linux/driver.c:84:
/tmp/vmware-config15/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here
/tmp/vmware-config15/vmmon-only/linux/driver.c:198: warning: initialization from incompatible pointer type
make[2]: *** [/tmp/vmware-config15/vmmon-only/linux/driver.o] Error 1
make[1]: *** _module_/tmp/vmware-config15/vmmon-only Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-7-generic'
make: *** http://vmmon.ko Error 2
make: Leaving directory `/tmp/vmware-config15/vmmon-only'
Unable to build the vmmon module.

...Ken
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 13, 2008 8:32 AM
in response to: loafman
Click to view loafman's profile Novice loafman 23 posts since
Apr 27, 2004

Whoops, forgot to mention, I'm on Ubuntu, 32-bit.

...Ken

Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 13, 2008 11:32 AM
in response to: loafman
Click to view Pavlinux's profile Enthusiast Pavlinux 45 posts since
Aug 17, 2005

I *do not *use kernel from any distributives!!!


My first step after installation any distrib is a:

wget -c http://kernel.org ...blah-blah.....linux-2.6.24.2.tar.bz2 && tar xvf linux-2.6.24.2.tar.bz && cd linux-2.6.24.2 && make menuconfig && make && make modules_install && make install && init 6;


Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 5, 2008 12:29 PM
in response to: Pavlinux
Click to view zfalcon's profile Novice zfalcon 2 posts since
Mar 5, 2008
Using the default vmware-config.pl or the vmware-6.0.2_modules_for_2.6.24 runme.pl on a stock 2.6.24.3 kernel, I get the same error.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config3/vmmon-only'
make -C /lib/modules/2.6.24.3/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.24.3'
CC [M] /tmp/vmware-config3/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config3/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config3/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config3/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config3/vmmon-only/linux/driver.c:84:
/tmp/vmware-config3/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
/tmp/vmware-config3/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
In file included from /tmp/vmware-config3/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config3/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config3/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config3/vmmon-only/linux/driver.c:84:
/tmp/vmware-config3/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here
/tmp/vmware-config3/vmmon-only/linux/driver.c:198: warning: initialization from incompatible pointer type
make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Error 1
make[1]: *** _module_/tmp/vmware-config3/vmmon-only Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.24.3'
make: *** http://vmmon.ko Error 2
make: Leaving directory `/tmp/vmware-config3/vmmon-only'
Unable to build the vmmon module.
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 5, 2008 12:32 PM
in response to: zfalcon
Click to view zfalcon's profile Novice zfalcon 2 posts since
Mar 5, 2008
Ok, the vmware-any-any-update115a works though.
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 11:40 AM
Click to view naveen86p's profile Novice naveen86p 2 posts since
Mar 6, 2008
Hai....

My Name is NAVEEN...i am final year student.....dude..i also using the same VMware version which u r using...for the linux...but the thing is i am USING EVALUATION VERSION ( 30 day trail version ) ...now i want a serial number for that to register..so plz kindly provide me the serial number for that or atleast help me out from this situation....by giving some web addresses wherer i wil get the serial for that.....

And My MAIL ID IS : justme_naveenkumar@yahoo.com

Thanks in Advance

Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 11:47 AM
in response to: docsmooth
Click to view naveen86p's profile Novice naveen86p 2 posts since
Mar 6, 2008
Hai....

My Name is NAVEEN...i am final year student.....dude..i also using
the same VMware version which u r using...for the linux...but the thing
is i am USING EVALUATION VERSION ( 30 day trail version ) ...now i want
a serial number for that to register..so plz kindly provide me the
serial number for that or atleast help me out from this situation....by
giving some web addresses wherer i wil get the serial for that.....

And My MAIL ID IS : justme_naveenkumar@yahoo.com

Thanks in Advance

Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 12:29 PM
in response to: naveen86p
Click to view Peter_vm's profile Guru Peter_vm 9,057 posts since
Feb 1, 2006
Moderator
You are in a wrong forum for that. Try Google, they know everything.
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 12:41 PM
in response to: naveen86p
Click to view mbeierl's profile Enthusiast mbeierl 42 posts since
Nov 27, 2007
You need to buy one. There are no "free" serial numbers.
Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 2:21 PM
in response to: naveen86p
Click to view Pavlinux's profile Enthusiast Pavlinux 45 posts since
Aug 17, 2005

"Закон надо чтить"

0LTHX-X0P4R-Z714U-4YCDF
4TXP9-KMYDT-YD47G-4Z8PK
9T5FX-1MMD2-T72AV-4NWXC
9TXYD-M0WFT-Q3P5X-4WD6Z
AV5YN-CRFDJ-U1K0R-4QRQV
DLTME-58G0H-9G12W-45C7Q
FLNKE-ZHD03-P235C-4WGM6
GUEYT-HDZ2T-VE2EU-4EYM7
JTRPX-T4M6U-P3JAD-47FGY
KV8UX-0P24Q-A00AC-4MDXV
KVXDE-NW76J-ZFMFG-4Z8WF
MKHUX-JHZ03-E11FW-4W8ZA
Q94YN-XAXDR-09PAD-4Q86G
QKJFX-AP52V-76LFU-4FFE2
TLHYX-NKG84-4F6DZ-4XV7K
ULNMT-4FWFN-72QDW-4W9XV
UT4R1-KPUDF-24K4A-4DG7V
XJTW8-46VAY-L3K8A-4D85A
YJHMD-6YT8X-36Q9X-4E8EP

;)


Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 10, 2008 9:54 AM
in response to: zfalcon
Click to view eager's profile Novice eager 10 posts since
Mar 30, 2004

Hi -- I'm running Fedora 8 PAE (kernel 2.6.24.3-12.fc8PAE). I've installed VMware-workstation-6.0.2-59824 from the tarball and applied vmware-any-any-update115a. The patch issued the following messages:

# ./runme.pl
Updating /usr/bin/vmware ... No patch needed/available
Updating /usr/bin/vmnet-bridge ... No patch needed/available
Updating /usr/lib/vmware/bin/vmware-vmx ... No patch needed/available
Updating /usr/lib/vmware/bin-debug/vmware-vmx ... No patch needed/available
VMware modules in "/usr/lib/vmware/modules/source" has been updated.

When I run vmware-config.pl, I get the same errors in vmmon:

make[1]: Entering directory `/usr/src/kernels/2.6.24.3-12.fc8-PAE-i686'
CC [M] /tmp/vmware-config9/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config9/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config9/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config9/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config9/vmmon-only/linux/driver.c:84:
/tmp/vmware-config9/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
/tmp/vmware-config9/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
In file included from /tmp/vmware-config9/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config9/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config9/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config9/vmmon-only/linux/driver.c:84:
/tmp/vmware-config9/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here
/tmp/vmware-config9/vmmon-only/linux/driver.c:198: warning: initialization from incompatible pointer type

First question: was the output from applying update115a correct?

Second question: anyone have a suggestion about fixing the type conflict error?


Reply Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 10, 2008 10:15 AM
in response to: eager
Click to view eager's profile Novice eager 10 posts since
Mar 30, 2004

I found vmware-any-any-update-116.tg on http://blog.creonfx.com/.

Applying this patch fixex the EPOLL problem.

1 2 Previous Next
Actions