JDP 發表於 2011-3-30 16:09:52

Untangle Install VMware Tools

Step 1: "type"
Code:
vi /etc/apt/sources.list
Step 2: add the lines
Code:
deb http://ftp.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.debian.org/debian/ lenny main contrib non-free
Step 3: "type"
Code:
:wq!
(This will exit vi)

Step 4: "run"
Code:
apt-get update
Step 5: "run"
Code:
apt-get install gcc make
Step 6: "run"
Code:
apt-get install linux-headers-`uname -r`
Stpe 7: "type"
Code:
ln -s /usr/src/linux-headers-`uname -r` /usr/src/linux
Step 8: Now alt-click your virtual machine and click "Install VMware Tools"

Step 9: Go back to terminal

Step 10: "type"
Code:
mount /cdrom
Step 11: "type"
Code:
cd /cdrom
Step 12: look for a file called
Code:
VMware-Tools-x.x.x-xxxx.tar.gz
Step 13: "type"
Code:
cp /cdrom/VMware-Tools-x.x.x-xxxx.tar.gz /tmp/vmware
Step 14: "type"
Code:
cd /tmp/vmware
Stpe 15: "type"
Code:
tar xvzf VMware-Tools-x.x.x-xxxx.tar.gz
Step 16: "type"
Code:
cd vmware-tools-distrib
Step 17: "type"
Code:
./vmware-install.pl -d
Step 18: Adding the "-d" will force vmware-install.pl to use all default answers

Step 19: "type"
Code:
reboot
Step 20: "type"
Code:
vi /etc/apt/sources.list
Step 21: comment out all of the lines in this file by adding a "#" (no quotes) to the beginning of each of the source lines.

Step 22: "type"
Code:
reboot
Step 23: Once Untangle has come back online, go back into the terminal.

Step 24: "type"
Code:
vmware-toolbox
Step 25: The above step should bring up a small GUI to control the VMWare-Tools.

Step 26: Check the box "Enable time synchronization between the virtual machine and the host operating system"

Step 27: Click "OK"

Step 28: Close all windows and resume use of Untangle.

Step 29: Give your self a pat on the back, you are done.

Reference:
Install VMware Tools for Untangle 6.2 and 7.0
http://forums.untangle.com/tip-day/9633-install-vmware-tools-untangle-6-2-a.html

頁: [1]
查看完整版本: Untangle Install VMware Tools