LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 10-27-2007, 10:47 AM   #1
fillister
Member
 
Registered: Feb 2007
Posts: 36

Rep: Reputation: 15
Vmware workstation stopped launching with upgrade to 7.10


Hello,

I was using Ubuntu 7.04 as my primary OS and had installed VMware workstation so that I could run winxp as needed. This setup worked quite smoothly until I upgraded to 7.10 now it seems that the only problem is that VMware workstation will not launch.

Any help will be greatly appreciated!

Thanks

Fillister
 
Old 10-27-2007, 10:52 AM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Did you rerun the vmware-config.pl script to update VmWare to the new kernel. I am assuming the update upgraded the kernel?

When you type the command ' vmware ' in a terminal what errors does it say.

Brian
 
Old 10-27-2007, 11:48 AM   #3
fillister
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
Hello Brian1

Thanks for your reply

when I entered the command vmware in terminal the response was:

vmware is installed, but it has not been (correctly) configured
for this system. To (re-)configure it, invoke the following command:
/usr/bin/vmware-config.pl.

So I then ran the script vmware-config.pl and it appears that the system cannot find the directory of the C header files

Terminal output is below:

Making sure services for VMware Workstation are stopped.

Stopping VMware services:
Virtual machine monitor done
Bridged networking on /dev/vmnet0 done
DHCP server on /dev/vmnet1 done
Host-only networking on /dev/vmnet1 done
DHCP server on /dev/vmnet8 done
NAT service on /dev/vmnet8 done
Host-only networking on /dev/vmnet8 done
Virtual ethernet done

Configuring fallback GTK+ 2.4 libraries.

In which directory do you want to install the mime type icons?
[/usr/share/icons]

What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications]

In which directory do you want to install the application's icon?
[/usr/share/pixmaps]

Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

Thanks for your help Brian1
 
Old 10-27-2007, 01:21 PM   #4
fillister
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
Installed C header

Hello Brian1

Well I went about and installed the C header files by using uname-r in terminal and then sudo apt-get install linux-headers-`uname -r`. that process went smoothly so then I tried vmware-config.pl again and now I seem to have a Vmmon issue:

Making sure services for VMware Workstation are stopped.

Stopping VMware services:
Virtual machine monitor done
Bridged networking on /dev/vmnet0 done
DHCP server on /dev/vmnet1 done
Host-only networking on /dev/vmnet1 done
DHCP server on /dev/vmnet8 done
NAT service on /dev/vmnet8 done
Host-only networking on /dev/vmnet8 done
Virtual ethernet done

Configuring fallback GTK+ 2.4 libraries.

In which directory do you want to install the mime type icons?
[/usr/share/icons]

What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications]

In which directory do you want to install the application's icon?
[/usr/share/pixmaps]

Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.22-14-386/build/include]

Extracting the sources of the vmmon module.

tar: /usr/lib/vmware/modules/source/vmmon.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Unable to untar the "/usr/lib/vmware/modules/source/vmmon.tar" file in the
"/tmp/vmware-config0" directory.

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.
 
Old 10-27-2007, 03:16 PM   #5
Supreme1012
LQ Newbie
 
Registered: Jun 2007
Location: Florida, USA
Distribution: Ubuntu 7.04, Kubuntu 7.04, Kubuntu 7.10
Posts: 22

Rep: Reputation: 15
Im just confirming this problem. Its extremely frustrating to not be able to run windows on those rare occasions I need to bother with a windows program. I was hoping to see a thread that gave me more information about this, but I suppose Ill have to wait till a fix appears.
 
Old 10-27-2007, 05:27 PM   #6
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Not knowing Ubuntu I would say the kernel source is not installed.
Are you running the command as root?

Brian
 
Old 10-27-2007, 07:18 PM   #7
fillister
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
Brian,

I start the command string with sudo, Interesting enough when I try to run the program vmware any-any-update114 it says that my vmware-config.pl is corrupted. possibly this is why I'm having vmmon trouble?

Updating /usr/bin/vmware-config.pl ... corrupted
Unable to copy the source file ./vmmon.tar to the destination file
/usr/lib/vmware/modules/source/vmmon.tar.

Execution aborted.
 
Old 10-28-2007, 08:12 AM   #8
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Sounds like the file is corrupt. I have not used the 114 update tool. My current kernel 2.6.23.1 and used the any-any tool 113 with no problems. I would say you may need to extract the vmware-config.pl from the archive file and try again. Maybe just re-download it and re-extract it. If you are using the Vmware 6 workstation there is an update as of a few days ago.

Brian
 
Old 10-28-2007, 01:20 PM   #9
fillister
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
Vmware up and running

Brian1

You suggestion did the trick, I downloaded the latest upgrade, the install process went as smooth as silk and presto Vmware is up and running.

Thankyou for all your help

Fillister
 
Old 10-30-2007, 04:14 PM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Glad to see you have it up and working.

Brian
 
  


Reply



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
apt-get upgrade stopped, how can I remove packages before continuing upgrade? [KIA]aze Linux - Newbie 4 05-31-2007 07:49 AM
vmware stopped working after a kernel upgrade bruno buys Linux - Software 2 06-21-2004 07:44 AM
Error launching vmware local console gregorw Slackware 8 02-19-2004 08:28 PM
vmware workstation zetsui Linux - Software 2 07-01-2003 10:59 PM
Using VMWare 3.0 Workstation asb12973 Linux - General 2 06-08-2002 01:05 AM

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

All times are GMT -5. The time now is 01:24 PM.

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