|
Reply
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Jan 30, 2008 9:45 AM
Reply
15.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Jan 30, 2008 9:45 AM
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
|
|
Reply
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 6, 2008 2:55 PM
Reply
17.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 6, 2008 2:55 PM
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
Reply
18.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 13, 2008 8:28 AM
@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]: *** 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
|
|
Reply
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 13, 2008 11:32 AM
Reply
20.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Feb 13, 2008 11:32 AM
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
Reply
21.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 5, 2008 12:29 PM
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]: *** 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
|
|
Reply
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 11:47 AM
Reply
24.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 11:47 AM
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
|
|
Reply
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 12:41 PM
|
|
Reply
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 2:21 PM
Reply
27.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 6, 2008 2:21 PM
"Закон надо чтить"
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
Reply
28.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 10, 2008 9:54 AM
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
Reply
29.
Re: VMware Workstation 6.0.2 build-59824 and 2.6.24 kernel... Mar 10, 2008 10:15 AM
I found vmware-any-any-update-116.tg on http://blog.creonfx.com/. Applying this patch fixex the EPOLL problem. |