PDA

View Full Version : Aiuto: Ubuntu 8.10: come installare VMWareTools?


giovanni69
28-02-2009, 16:59
Salve a tutti!

Sto cercando di installare il pacchetto opzionale VMWareTools sotto Ubuntu 8.10 che gira come VM, in un host di Windows XP Pro.

Essendo a digiuno assoluto di Linux sicuramente sto sbagliando qualche comando per l'installazione mediante l'uso del Terminal per cui sto approfittando del supporto del doppio click :)

Le istruzioni, come da immagine allegata, citano:
"Make sure you are logged in to the guest operating system. Mount the virtual CD drive in the guest, launch a Terminal, and use tar or rpm to uncompress the installer. Then execute vmware-install.pl to install VMWare Tools. "

Come si puo' vedere lanciando l'installer.pl, dopo semplicemente aver fatto il doppio click sulla distribuzione che si apre dal CD-ROM virtuale, l'elenco dei programmi installabili è ... zero!

Dove sbaglio? :rolleyes: :confused:

http://img13.imageshack.us/img13/7025/helpubuntuvmwaretools.th.jpg (http://img13.imageshack.us/my.php?image=helpubuntuvmwaretools.jpg)

giovanni69
28-02-2009, 17:06
Le istruzioni ufficiali sono qui sotto riportate; il problema nel mio caso è tra il punto 2 ed il punto 3: intanto non mi viene chiesto alcun root password e poi, appunto, l'elenco è vuoto e non so che fare.

--------
Install VMware Tools on a Linux Guest Within X by Using the RPM Installer
You can use a graphical user interface to install VMware Tools in a Linux guest. For information about how to install VMware Tool from the command line, see Install VMware Tools from the Command Line with the tar or RPM Installer.
Before you begin, make sure the virtual machine is powered on and the guest operating system is running.
To install VMware Tools on a Linux Guest Within X by Using the RPM Installer


1 On the host, choose VM > Install VMware Tools.
If an earlier version of VMware Tools is installed, the menu item is Update VMware Tools.
The guest operating system mounts the VMware Tools installation virtual CD. A window manager displaying two files might appear. One file is for the RPM installer and one is for the tar installer. Alternatively, a VMware Tools CD icon might appear on the desktop.

2 Do one of the following:
• If you see a VMware Tools CD icon on the desktop, double-click it, and after it opens, double-click the RPM installer in the root of the CD-ROM.
• If you see a file manager window, double-click the RPM installer file.
In some Linux distributions, the VMware Tools CD icon might fail to appear. In this case, install VMware Tools from the command line.

3 When prompted, enter the root password and click OK.
The installer prepares the packages.

4 Click Continue when the installer presents a dialog box that shows Completed System Preparation.
When the installer is done, no confirmation window or finish button appears, but VMware Tools is installed.

5 In an X terminal, as root (su), run the following file to configure VMware Tools:
vmware-config-tools.pl
Respond to the questions the command-line wizard displays on the screen. Press Enter to accept the default value.

6 Exit from the root account.
exit

7 In an X terminal, to start the VMware User process, enter the following command:
vmware-user

8 To start the VMware Tools control panel, enter the following command:
vmware-toolbox &

giovanni69
03-03-2009, 17:22
UP! :rolleyes:

Xfree
04-03-2009, 15:57
Visto che non mi sembri particolarmente pratico di riga di comando,estrai il contenuto dell'archivio VMWareTools-xxx.tar.gz in una cartella a tua scelta, va bene anche il desktop o la home.
Apri un terminale e spostati nella directory dove hai estratto precedentemente i file, supponendo sia il desktop

cd /home/nomeutente/Desktop/vmware-tools-distrib


e poi


sudo ./vmware-install.pl


Partirà così lo script di installazione dei VMWareTools.