Ubuntu :: Installing Vmware On Lucid 10.04?

Apr 5, 2011

I downloaded VMware Player 2.5.5-328052.i386.bundle from the VMware site, moved it to my home directory (/home/user) and then in Terminal proceeded to untar the file with "tar=xzvf VMware-player-2.5.5-328052.i386.bundle. I get the following error:

tar: VMware-player-2.5.5-328052-i386.bundle: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2

What am I doing wrong, and how can I successfully unbundle this file so I can proceed to install VMware. By the way, in the man chmod file, there does not appear to be an 'x' option anymore. Is that true?

View 1 Replies


ADVERTISEMENT

Ubuntu :: Can't Install Vmware-player On Lucid

May 3, 2010

When I try to install vmware-player it complains that it can't find the kernel headers for my running kernel (2.6.31-20-generic) to compile its modules. I did have this working on 9.10. No amount of googling revealed the name of the package I need to get this working in Lucid.

View 2 Replies View Related

Networking :: VMWare 2.0 Server - Ubuntu 10.04 Lucid And Ethernet Port ?

Aug 13, 2010

I am using Ubuntu 10.04 Lucid and VMware 2.0 server. I have a an XP virtual machine that is needed for work. When I am at home and I place my cat 5 cable to my cisco catalyst switch, my XP VM recognizes the ethernet card on my laptop and bridges fine with ubuntu and works fine and I can get to my network. When I take my laptop to work and I go to a site and I plug it into a World Wide Packet 311 management port on the switch, my XP Virtual Machine does not see the network no matter what setting I set it too(100 full, 10 full, 10 half and etc). It simply says that the network card is disconnect. Ubuntu see the network fine and I can ping and talk to the network without any issues but the VM does not.

View 2 Replies View Related

Ubuntu :: Installing Into VMware 7 WorkStation - Get .iso Into VM Machine?

Sep 17, 2010

I had a good copy of ubuntu on a disk but i lost it in the move, lately i decided that i wanted 2 OS's on 1 machine windows vista/Ubuntu x32. I've already got VMware workstation 7, now the great feat i'm trying to accomplish is getting this .iso of Ubuntu into my VM machine, I've got Daemon tools lite and magic-iso and magic disk. But i'm not too sure which 1 to use.

View 7 Replies View Related

Fedora :: Installing F12 On Win 7 PC Using VMware

Nov 30, 2009

I don't know what's the problem but I've been trying to install fedora 12 on my windows 7 pc using vmware enterprise but I can't pass the installation, when I double-click the icon to install nothing happens, I've waited like 15 minutes and no window pops up, I don't know what to do.

View 4 Replies View Related

OpenSUSE :: Installing VMware Workstation 6.0.5 On 11.3?

Nov 2, 2010

I have installed VMware Workstation 6.0.5 on OpenSUSE 11.3. When I run the vmware-config.p, I get the following prompts.

Your kernel was built with "gcc" version "4.5.0", while you are trying to use
"/usr/bin/gcc" version "4.5". This configuration is not recommended and VMware
Workstation may crash if you'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.5" anyway? [no]

[Code]...

View 4 Replies View Related

Ubuntu :: Installing VMware Workstation - C Files Looking For To Compile Its Modules

Jul 22, 2011

I downloaded and installed successfully vmware workstation 7 on my computer. but now when I run it it ask for kernal headers of linux kernal 2.6.38-10-generic, some C files it is looking for to compile its modules. I have searched the internet for the location of the files but I have not been able to. where are these linux headers stored in Ubuntu 11.04

View 4 Replies View Related

Ubuntu Installation :: Compile Errors Installing VMWare Workstation 7.1.0

Aug 19, 2011

I have played around with Fedora for a few years and recently switched to Ubuntu. I am installing VMWare Workstation version 7.1.0 from a retail packaged CD. When I attempt to install VMWare Workstation and VMWare Player I get the following error:

Aug 15 16:24:54.826: app-3078788800| Your GCC version: 4.5
Aug 15 16:24:54.837: app-3078788800| Your GCC version: 4.5
Aug 15 16:24:54.889: app-3078788800| Trying to find a suitable PBM set for kernel 2.6.38-10-generic.
Aug 15 16:24:54.895: app-3078788800| Trying to find a suitable PBM set for kernel 2.6.38-10-generic.....
Aug 15 16:24:56.163: app-3078788800| Failed to compile module vmmon!

I tried installing the patch for kernal 2.6.38-8 found here - [URL] - but it did not resolve the issue. Is there a patch for kernal 2.6.38-10?

I also found this posting for the same problem: [URL]. I followed the following instructions as advised in the post . . .
sudo apt-get update
sudo apt-get install make
sudo apt-get install gcc

Then enter:
uname -r

My kernel was: 2.6.38-10-generic
sudo apt-get install build-essential linux-headers-2.6.38-10-generic
Now run the vmware-install.pl script.

Everything ran without error. However, I continue to get the same error. Another post suggested uninstalliung and reinstalling the software, but this had no affect either. Another post suggested that after running the above update to them run the /usr/bin/vmware-config.pl script. However I do not seem to have the vmware-config.pl in my /usr/bin directory. I checked the various VMWARE directories in /etc and the /tmp/vmware-root directories but no vmware-config.pl

View 2 Replies View Related

Fedora :: Installing VMware Tools In 12 Guest?

Feb 5, 2010

[There are quite a few outdated guides relating to older versions of Fedora, so I figured that I'll write it up specifically for Fedora 12 to make life easier for others]

This guide is based on a fully patched Fedora 12 distribution as of Feb 5 2009.

A default install of Fedora 12 as a VMware Image (Guest) will generally fail to install VMware Tools for the following reasons (In the Fedora 12 Guest Image):

1. GCC and related packages are not installed

Make sure that 'yum list gcc*' has at least the following packages installed (these are not installed by default unless you select developer configuration).

[root@localhost ~]# yum list gcc*
Loaded plugins: presto, refresh-packagekit
Installed Packages
gcc.i686 4.4.2-20.fc12 @updates
gcc-c++.i686 4.4.2-20.fc12 @updates

2. Correct kernel-devel packages are not installed. This generally manifests itself via the following prompt:
'What is the location of the directory of C header files that match your running kernel?'

Fedora 12 installs kernel-PAE by default instead of the normal kernel rpm for the i386 distribution. Consequently, the header files required by vmware-config-tools.pl are found in 'kernel-PAE-devel' and not 'kernel-devel'.

[root@localhost ~]# yum list kernel*
Loaded plugins: presto, refresh-packagekit
Installed Packages

[code]...

The symlink /lib/modules/2.6.31.12-174.2.3.fc12.i686.PAE/source should work if the correct kernel-*-devel package is installed. vmware-config-tools.pl seems to only check this link to determine if it has found a legitimate kernel header directory.

View 4 Replies View Related

Fedora :: Installing VMware Tools In 13 Guest?

May 26, 2010

I'm trying to install the vmware tools in Fedora 13. I've run the following commands as root:

yum install gcc -y
yum install kernel-devel -y
./vmware-install.pl
...

when it asks for the location of the directory of the C header files that match my running kernel I entered:

/usr/src/kernels/2.6.33.4-95.fc13.i686/include

but vmware-install.pl says:

The path to "/usr/src/kernels/2.6.33.4-95.fc13.i686/inc" is not valid..

View 14 Replies View Related

General :: Redhat - VMware Workstation - Installing Red Hat 5.4?

May 31, 2011

I installed Red hat linux 5.4 on my VMware workstation and it worked finem but the filesize of linux was not as per my requirements. VMware only gave 3GB to my root (/) which is very small. How can I adjust the filesize of linux while installing it on VMware.

View 2 Replies View Related

General :: Installing Vmware Tools In Fedora15

Jul 26, 2011

I installed fedora 15 ,i went for install tools and successfully mount virtual drive, but after that i cant extract ****.tar.gz file. No. of errors arises like "can't success bcoz previous error" Or read only file system. I tried to change file permission but cant get result.I searched no. articles on net and follow same procedure ,but not succeed .Becoz of this i cant see fullscreen window of fedora

View 10 Replies View Related

Software :: Installing Oracle 10g On My Vmware's 7.0 Redhat 5.9?

Jan 15, 2011

am having trouble installing oracle 10g on my vmware's 7.0 redhat linux 5.9 on my dell latitude D520 notebook i have configurared my kernel parameters and followed procedure as instructed on oracle's installation docs but when i run the ./runInstaller i get this error sms.

[oracle@localhost database]$./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2

[Code]...

View 2 Replies View Related

Fedora X86/64bit :: Installing 12x86_64 In VMware Player 3.1.0?

Sep 30, 2010

When ever I am trying to install Fedora12x86_64 in VMware Player 3.1.0 I am having a strange error. Please see the attachment and reply. I am running Fedora12x86_64 in my laptop and VMplayer 3.1.0 is installed in it.

View 10 Replies View Related

Software :: Installing Wine To A VMware Without Internet Connection

Feb 18, 2011

At the moment I am installing a VMware Ubuntu machine. This machine has no internet connection.

I want to install wine, so I can install software that only runs under Windows.

I cannot find the packages to install wine under the VMware machine that will download to windows.

I have no clue on how to handle the source of wine, so I can download the source of wine, copy that to the VMware machine and use 'make' there.

How to proceed?

Ok, tried to compile source of wine on the VMware machine. It gave an error, since it was missing package flex. Compiling flex from source gave an error, since it was missing package m4. Trying to compile m4 gave an error, see make_install.log.

These were my steps:

Went to /usr/local/bin/ and unpacked m4 there.
Went into the m4 directory (m4-1.4.14).
/configure
make
make install

I can't get the configure log uploaded as an attachment, since it is too big. Splitting it into smaller sizes doesn't help either , since it will become more than 3 files (and 3 is the max to upload). If you want that log, please let me know and I will e-mail it to you.

What are my next steps to proceed? I want to compile the m4 package so I can proceed with flex.

View 1 Replies View Related

General :: Installing Atheros 9285 Driver In Backtack 4 Using Vmware?

Jun 10, 2010

install my atheros 9285 wireless card driver in backtrack 4 in vmware i am pretty new to linux and have been playing with various linux commands to see if i can get more familiar with linux. I have downloaded a linux driver for atheros card but dont seem to be able to install it could some one please advize on where to download the correct driver for my card and how to install it any help will be very much appreciated ps i have been following various guides and downloaded a driver but cant get it into the root directory of linux in vmware or inst airmon-ng comes back with no interface still

View 1 Replies View Related

General :: Installing CentOS X86_64 On VMware Server Console

Feb 23, 2011

I am very new to this site. Is there a good tutorial on installing CentOS X86_64 on VMware Server Console?

View 2 Replies View Related

Ubuntu :: Run Full Version From Flash Drive Without Installing Virtualbox / Vmware On Windows Host?

Sep 9, 2010

My boss is asking me if there is any way to run a full version of Ubuntu from a flash drive without installing virtualbox/vmware on a windows host. I've been searching pendrivelinux.com and really haven't found anything. Can someone point me in the right direction?

View 6 Replies View Related

General :: Installing Wlan Drivers For Tp-link WN821N On Backtrack 3 Vmware

May 22, 2010

my mate "polish dave" came round and hooked his laptop to my network 02wireless with WEP enc, using backtrack he had my password within 15mins.. now i want to copy him and see just how easy it is my 'acer aspire one' comes with a built in atheros ar5b95 wireless (useless) that i cant get backtrack to find.. i bought a tplink usb and now i cant get that to show up either.

View 4 Replies View Related

CentOS 5 :: Uninstalling / Installing With Rpm - Complains Package VMware-server-2.0.2-203138.x86_64 Is Already Installed

Feb 11, 2010

I installed VMware server on my CentOS 5 machine. I had problems getting that working. Then I installed VMware Workstation. That worked fine. Then I tried using VMware server, but apparently VMware Workstation deleted some of VMware Servers files. So, I uninstalled VMware Workstation. Then I tried to reinstall VMware Server, but rpm complains package VMware-server-2.0.2-203138.x86_64 is already installed

View 3 Replies View Related

Ubuntu :: Installing LightZone On 64 Bit Lucid?

Jun 9, 2010

Just completed installing Lightzone on my 64 bit system. Found it will easily install if you install as root. I used gksudo nautilus to navigate to the shell script and installed with no problems. It would not install without using root privileges.

View 1 Replies View Related

Ubuntu :: Installing Firefox 4 In Lucid (10.04.2)?

Jun 22, 2011

How do I upgrade to firefox 5 under Lucid.

View 5 Replies View Related

Ubuntu :: Installing Karmic Theme Into Lucid?

May 2, 2010

I've just been trying to install the Humanity theme from 9.10 into 10.4.Just install the human-theme package:

Code:

sudo apt-get install human-theme

Now you'll see Human and Human-Clearlooks in System -> Preferences -> Appearance -> Theme.

View 2 Replies View Related

Ubuntu :: USB Ports Failing After Installing Lucid?

Sep 19, 2010

hy my usb ports keep failing ? My optical mouse starts to blink , freezes and then goes off so i try another port and its OK for a while then the same happens again . So i try another until all have been tried so reboot and everything works again. Im not technically minded and have NO idea why this is happening .

View 2 Replies View Related

Ubuntu Installation :: Installing Enlightenment 17 In Lucid?

Jan 22, 2011

How do I go about this? Which repository have enlightenment 17? There only seems to be e16..

View 2 Replies View Related

Ubuntu :: Open VMware Tools Aren't Detected By VMware Workstation

Jul 17, 2011

I have installed the latest version of Ubuntu Linux (11.04) into latest VMware workstation (7.1.4 build-385536). I have tried to install the VMware tools ISO that came with VMware workstation but It didn't work and the installation seemed real sloppy anyways.

I installed the open VMware tools from synaptic within the guest linux and restarted, everything seemed to have been installed just fine but VMware Workstation doesn't detect it. I'm not sure if the tools are outdated, silent errors happened, or if any manual post installation steps need to be taken.

getting any form of VMware tools to run in Linux and detected by VMware Workstation.

View 3 Replies View Related

Ubuntu Installation :: Can't Run Install CD - Installing 10.04 - Lucid Lynx

May 23, 2010

Decided to try out Ubuntu instead of automatically getting the next Windows OS.

I have a Dell Dimension E310 with on board video card (will be relevant soon, I think).

After trying making my own CD and not being able to at least run the LiveCD (thought it was my fault even thought the MD5 #'s matched correctly), I went to Shipit and got a CD delivered of Ubuntu 10.04 (Lucid). When I put the CD into my computer while running windows, the CD is not recognized, which seems strange to me. When I put the same CD into my work laptop (note that both computers are running XP), I can see the contents of the CD. Decide that it might not be an issue and restart the computer in the hope of booting from the CD. CD is never recognized and looking at the bootmenu, it has USB-cdRom at the top of the list.

More information: CPU is an Intel Pentium 4, 3.2Ghz. I don't believe it is a 64bit computer but I can't verify that. I mention this because I believe the CD I got is the 32bit version and that it should be sufficient but I figured I'd throw it out there in case someone else knew something.

View 2 Replies View Related

Ubuntu Installation :: Error Installing Bugzilla Lucid?

Aug 13, 2010

When I iried to install bugzilla on my Ubuntu Lucid, I kept getting the following message. I have used "sudo apt-get --configure -a " and this is as far as I can get with the installation. Is there a way of first stopping the process and then removing Bugzilla, as it has locked the admin for apt.

Setting up bugzilla3 (3.2.5.1-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/bugzilla3.conf
granting access to database bugzilla3 for bugzilla3@localhost: already exists.
creating database bugzilla3: already exists.
dbconfig-common: flushing administrative password

[Code].....

View 2 Replies View Related

Ubuntu :: Updating Or Installing Packages (sudo Apt-get) On Lucid

May 24, 2010

Recently I have facing issues with updating or installing packages on my lucid. sudo apt-get update spits the following

[Code]....

View 1 Replies View Related

Ubuntu :: How To Have Desktop Effects Without Installing FGLRX - Lucid Daily

Apr 24, 2010

I have a Dell Studio 1537 Laptop with what lspci calls an "ATI Technologies Inc Mobility Radeon HD 3400" graphics card. Today I downloaded a daily image of Lucid, threw it on a USB drive, and booted it up. As I go to install the restricted driver for my graphics card, I notice that clicking on a panel item triggers the star burst effect. Come to find out that I can set desktop effects to "extra" and get smooth wobbly windows and everything.

Why are desktop effects working? I've always had to install FGLRX before, did the open source driver somehow get 3D support? Am I missing something? I almost feel like Compiz is performing better-- smoother, less tearing, etc.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved