| Slideshow ^ |< << Slide 3 of 4 >> >| |
VMware
- auf feisty läuft zur zeit nur die neue vmware workstation 6.0beta
- leider ist diese mit debugging übersetzt und läuft extrem langsam
- installation läuft bei allen vmware produkten ähnlich ab
- hier als bsp. mit der vmware workstation 6.0beta
Installation
- build-essentials, kernelheaders usw. installieren
$ apt-get install build-essential linux-headers-`uname -r` libx11-6 libxtst6 libxt6 libxrender1 libxi6
von http://www.vmware.com entsprechende vmware version ziehen
- entpacken
$ tar xzf VMware-workstation-e.x.p-39849.i386.tar.gz
- vmware-install aufrufen
$ cd vmware-distrib $ sudo ./vmware-install.pl Creating a new installer database using the tar4 format. Installing the content of the package. This may take from several minutes to over an hour depending on the size of the package. In which directory do you want to install the binary files? [/usr/bin] /usr/local/bin <----- hier bitte unbedingt /usr/local/bin verwenden!!! What is the directory that contains the init directories (rc0.d/ to rc6.d/)? [/etc] What is the directory that contains the init scripts? [/etc/init.d] In which directory do you want to install the daemon files? [/usr/local/sbin] In which directory do you want to install the library files? [/usr/local/lib/vmware] The path "/usr/local/lib/vmware" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes] In which directory do you want to install the manual files? [/usr/local/share/man] In which directory do you want to install the documentation files? [/usr/local/doc/vmware] The path "/usr/local/doc/vmware" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes] The installation of VMware Workstation e.x.p build-39849 for Linux completed successfully. You can decide to remove this software from your system at any time by invoking the following command: "/usr/local/bin/vmware-uninstall.pl". Before running VMware Workstation for the first time, you need to configure it by invoking the following command: "/usr/local/bin/vmware-config.pl". Do you want this program to invoke the command for you now? [yes] Making sure services for VMware Workstation are stopped. Stopping VMware services: Virtual machine monitor done Configuring fallback GTK+ 2.4 libraries. In which directory do you want to install the theme 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] - beim nächsten schritt werden die vmware kernel module gebaut, dafür waren die kernel headers
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.20-9-generic/build/include] Extracting the sources of the vmmon module. Building the vmmon module. Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-config1/vmmon-only' make -C /lib/modules/2.6.20-9-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entering directory `/usr/src/linux-headers-2.6.20-9-generic' CC [M] /tmp/vmware-config1/vmmon-only/linux/driver.o ... ### solche meldungen sind OK :) /tmp/vmware-config1/vmblock-only/linux/os.h:30: warning: ‘kmem_cache_t’ is deprecated ### CC [M] /tmp/vmware-config1/vmblock-only/linux/super.o LD [M] /tmp/vmware-config1/vmblock-only/vmblock.o Building modules, stage 2. MODPOST 1 modules CC /tmp/vmware-config1/vmblock-only/vmblock.mod.o LD [M] /tmp/vmware-config1/vmblock-only/vmblock.ko make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-9-generic' cp -f vmblock.ko ./../vmblock.o make: Leaving directory `/tmp/vmware-config1/vmblock-only' The module loads perfectly in the running kernel.
- netzwerkkonfiguration ... vorallem am laptop hat man meist 2 netzwerkkarten (lan+wlan)
Do you want networking for your virtual machines? (yes/no/help) [yes] Configuring a bridged network for vmnet0. Your computer has multiple ethernet network interfaces available: eth0, eth1. Which one do you want to bridge to vmnet0? [eth0] eth1 The following bridged networks have been defined: . vmnet0 is bridged to eth1 Do you wish to configure another bridged network? (yes/no) [no]
- nat ja oder nein!?!?!
Do you want to be able to use NAT networking in your virtual machines? (yes/no) [yes] Configuring a NAT network for vmnet8. Do you want this program to probe for an unused private subnet? (yes/no/help) [yes] Probing for an unused private subnet (this can take some time)... The subnet 172.16.68.0/255.255.255.0 appears to be unused. The following NAT networks have been defined: . vmnet8 is a NAT network on private subnet 172.16.68.0. Do you wish to configure another NAT network? (yes/no) [no] Do you want to be able to use host-only networking in your virtual machines? [yes] no Extracting the sources of the vmnet module. Building the vmnet module. Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-config1/vmnet-only' make -C /lib/modules/2.6.20-9-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entering directory `/usr/src/linux-headers-2.6.20-9-generic' CC [M] /tmp/vmware-config1/vmnet-only/driver.o ... Building modules, stage 2. MODPOST 1 modules WARNING: could not find /tmp/vmware-config1/vmnet-only/.smac_linux.x386.o.cmd for /tmp/vmware-config1/vmnet-only/smac_linux.x386.o CC /tmp/vmware-config1/vmnet-only/vmnet.mod.o LD [M] /tmp/vmware-config1/vmnet-only/vmnet.ko make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-9-generic' cp -f vmnet.ko ./../vmnet.o make: Leaving directory `/tmp/vmware-config1/vmnet-only' The module loads perfectly in the running kernel. #### das will ich lesen ;) Do you want to install the Eclipse Integrated Virtual Debugger? You must have the Eclipse IDE installed. [no] Starting VMware services: Virtual machine monitor done Blocking file system: done Virtual ethernet done Bridged networking on /dev/vmnet0 done Host network detection done Host-only networking on /dev/vmnet8 (background) done DHCP server on /dev/vmnet8 done NAT service on /dev/vmnet8 done The configuration of VMware Workstation e.x.p build-39849 for Linux for this running kernel completed successfully. You can now run VMware Workstation by invoking the following command: "/usr/local/bin/vmware". Enjoy, --the VMware team
- vmware starten
FAQ
- vmware-config.pl muss bei jedem kernel update/upgrade aufgerufen werden
- xinetd muss für vmware-server installiert sein
unter http://knihovny.cvut.cz/ftp/pub/vmware/ gibts es patches
wget http://knihovny.cvut.cz/ftp/pub/vmware/vmware-any-any-update108.tar.gz tar xzf vmware-any-any-update108.tar.gz cd vmware-any-any sudo ./runme-pl # und hoffen das danach alles wieder geht ;)
http://www.easyvmx.com/ zum vmx dateien erstellen für vmware-player
