LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-25-2005, 02:30 PM   #1
Sharktale
LQ Newbie
 
Registered: Jul 2005
Posts: 9

Rep: Reputation: 0
vmware 5 in Ubuntu Breezy


Anyone installed vmware 5 successfully? i received this when i tried it.

Unable to copy the source file ./installer/services.sh to the destination file
/etc/init.d/vmware.
 
Old 09-26-2005, 01:07 AM   #2
Ibuntu
LQ Newbie
 
Registered: Sep 2005
Distribution: ubuntu
Posts: 5

Rep: Reputation: 0
Have you tried running the installer as root?

It sounds like taht is the problem to me.Try to install from the root terminal
 
Old 10-03-2005, 12:58 PM   #3
Sharktale
LQ Newbie
 
Registered: Jul 2005
Posts: 9

Original Poster
Rep: Reputation: 0
I did. I tried both root and user. vmware is uninstallable in both Breezy and Hoary. I did an successful install on worty though.
 
Old 10-12-2005, 03:33 PM   #4
linuxtoaster
LQ Newbie
 
Registered: Oct 2005
Location: Canada
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
I used vmware 5 build 13124 successfully on my laptop running ubuntu hoary hedgehog 'right out of the box' however i cant get it to install on breezy.

i get the error saying the gcc version used to compile my kernel is earlier than the one i have currently installed and this is not currently supported by vmware.

Last edited by linuxtoaster; 10-12-2005 at 03:44 PM.
 
Old 10-13-2005, 09:28 PM   #5
xavierh
Member
 
Registered: Feb 2004
Location: Denton, TX
Distribution: Mandriva 2005 LE
Posts: 221

Rep: Reputation: 30
Quote:
Originally posted by Sharktale
I did. I tried both root and user. vmware is uninstallable in both Breezy and Hoary. I did an successful install on worty though.
Sorry man but that statement is wrong (vmware is uninstallable in both breezy and hoary). I have ubuntu 5.04 and I have vmware workstation version 5 running fine in it. your problem might be caused by a lack of headers for the specific kernels that you are using and / or compilers. I would suggest you to do a search in the ubuntu forums site for vmware before you can say that it is not possible, which I know for sure that it works because I have it working.
 
Old 10-17-2005, 05:58 AM   #6
Wille Raab
LQ Newbie
 
Registered: Oct 2005
Location: Stockholm/Sweden
Distribution: Ubuntu Breezy Badger AMD64
Posts: 1

Rep: Reputation: 0
Quote:
Originally posted by linuxtoaster
I used vmware 5 build 13124 successfully on my laptop running ubuntu hoary hedgehog 'right out of the box' however i cant get it to install on breezy.

i get the error saying the gcc version used to compile my kernel is earlier than the one i have currently installed and this is not currently supported by vmware.
I had the same problem, and solved it by installing gcc-3.4 and using it for compiling ("export CC=/usr/bin/gcc-3.4"). No problem there.

However, when I try to compile vmmon module I get the following message:
Code:
Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config4/vmmon-only'
make -C /usr/src/linux-headers-2.6.12-9-amd64-generic/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.12-9-amd64-generic'
  CC [M]  /tmp/vmware-config4/vmmon-only/linux/driver.o
/tmp/vmware-config4/vmmon-only/linux/driver.c:33:25: asm/ioctl32.h: Filen eller katalogen finns inte
/tmp/vmware-config4/vmmon-only/linux/driver.c: In function `register_ioctl32_handlers':
/tmp/vmware-config4/vmmon-only/linux/driver.c:222: varning: implicit deklaration av funktion "register_ioctl32_conversion"
/tmp/vmware-config4/vmmon-only/linux/driver.c: In function `unregister_ioctl32_handlers':
/tmp/vmware-config4/vmmon-only/linux/driver.c:248: varning: implicit deklaration av funktion "unregister_ioctl32_conversion"
make[2]: *** [/tmp/vmware-config4/vmmon-only/linux/driver.o] Fel 1
make[1]: *** [_module_/tmp/vmware-config4/vmmon-only] Fel 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-9-amd64-generic'
make: *** [vmmon.ko] Fel 2
make: Leaving directory `/tmp/vmware-config4/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.
Can't figure out what's wrong. (ah, yeah, all header files etc are what they should be, of that I'm certain).


Anyone?
 
Old 10-17-2005, 03:24 PM   #7
linuxtoaster
LQ Newbie
 
Registered: Oct 2005
Location: Canada
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by Wille Raab
I had the same problem, and solved it by installing gcc-3.4 and using it for compiling ("export CC=/usr/bin/gcc-3.4"). No problem there.
Thanks very much, the above export statement set my vmware troubles straight. My modules didn't encounter any obstacles when compiling either. I also have an AMD64 however the ubuntu amd64 tells me that my cpu does not support long point extensions or something to that extent. Ive long since settled for the 386 kernel.
 
Old 07-08-2006, 04:43 AM   #8
killy9999
Member
 
Registered: Feb 2005
Location: Poland
Distribution: openSUSE 11.3/11.4 x64
Posts: 114

Rep: Reputation: 15
Quote:
Originally Posted by Wille Raab
However, when I try to compile vmmon module I get the following message:
Code:
Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config4/vmmon-only'
make -C /usr/src/linux-headers-2.6.12-9-amd64-generic/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.12-9-amd64-generic'
  CC [M]  /tmp/vmware-config4/vmmon-only/linux/driver.o
/tmp/vmware-config4/vmmon-only/linux/driver.c:33:25: asm/ioctl32.h: Filen eller katalogen finns inte
/tmp/vmware-config4/vmmon-only/linux/driver.c: In function `register_ioctl32_handlers':
/tmp/vmware-config4/vmmon-only/linux/driver.c:222: varning: implicit deklaration av funktion "register_ioctl32_conversion"
/tmp/vmware-config4/vmmon-only/linux/driver.c: In function `unregister_ioctl32_handlers':
/tmp/vmware-config4/vmmon-only/linux/driver.c:248: varning: implicit deklaration av funktion "unregister_ioctl32_conversion"
make[2]: *** [/tmp/vmware-config4/vmmon-only/linux/driver.o] Fel 1
make[1]: *** [_module_/tmp/vmware-config4/vmmon-only] Fel 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-9-amd64-generic'
make: *** [vmmon.ko] Fel 2
make: Leaving directory `/tmp/vmware-config4/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.
Can't figure out what's wrong. (ah, yeah, all header files etc are what they should be, of that I'm certain).


Anyone?
Install this patch: http://ftp.cvut.cz/vmware/vmware-any...date101.tar.gz
I had the same problem and it was solved by it.

Last edited by killy9999; 07-08-2006 at 04:50 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 5.10 Breezy: Not Reboot !!!! Blue Jacket Ubuntu 4 06-27-2006 04:32 AM
need ubuntu breezy upgrade help eoinmonty Ubuntu 2 02-24-2006 10:00 PM
Ubuntu 5.10 breezy (RC preview) upgrade to 5.10 chronosoft Ubuntu 2 10-23-2005 02:58 PM
mplayer problems in ubuntu breezy doralsoral Linux - Software 0 10-05-2005 09:32 AM
dell dj and ubuntu breezy coolpyrofreak Linux - Software 17 09-22-2005 03:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration