VMware

This Question is Possibly Answered

1 "correct" answer available (10 pts)
1 2 Previous Next 29 Replies Last post: Mar 10, 2008 10:15 AM by eager   Go to original post
Click to view docsmooth's profile Enthusiast 29 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.
Click to view mbeierl's profile Enthusiast 44 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)?
Click to view docsmooth's profile Enthusiast 29 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
Click to view loafman's profile Novice 26 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
Click to view loafman's profile Novice 26 posts since
Apr 27, 2004

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

...Ken

Click to view Pavlinux's profile Enthusiast 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;


Click to view zfalcon's profile Novice 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.
Click to view zfalcon's profile Novice 2 posts since
Mar 5, 2008
Ok, the vmware-any-any-update115a works though.
Click to view naveen86p's profile Novice 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

Click to view naveen86p's profile Novice 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

Click to view Peter_vm's profile Guru 9,058 posts since
Feb 1, 2006
You are in a wrong forum for that. Try Google, they know everything.
Click to view mbeierl's profile Enthusiast 44 posts since
Nov 27, 2007
You need to buy one. There are no "free" serial numbers.
Click to view Pavlinux's profile Enthusiast 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

;)


Click to view eager's profile Novice 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?


Click to view eager's profile Novice 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.

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities