- Individual Applications
Protect
Filter
Perform
Connect
Add-Ons
- Software Packages
- Complete Appliances
|
|
#1 (permalink) |
![]() |
The following solution has been confirmed to work on the Untangle 7.0 Release as well as the Untangle 6.2.
I have verified this does work with VMware ESXi 4.0. The following things work after install; VMXnet3 interfaces, mouse, time snyc, VMWare control buttons. I do not know if the shared clipboard works or not since I have not need for it on Untangle. Before I begin I must give due credit to the original solution provider, jbcheon. The instruction are a modification of his instructions on installing the tools on 5.1. I must also warn you that neither I or anyone from Untangle take responsibility for "unforeseen" consequences that may occur from the use of this tutorial, use this at your own risk. How to: (I assume you are at terminal prompt /home/kiosk/) Step 1: "type" Code:
vi /etc/apt/sources.list Code:
deb http://ftp.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.debian.org/debian/ lenny main contrib non-free Code:
:wq! Step 4: "run" Code:
apt-get update Code:
apt-get install gcc make Code:
apt-get install linux-headers-`uname -r` Code:
ln -s /usr/src/linux-headers-`uname -r` /usr/src/linux Step 9: Go back to terminal Step 10: "type" Code:
mount /cdrom Code:
cd /cdrom Code:
VMware-Tools-x.x.x-xxxx.tar.gz Code:
cp /cdrom/VMware-Tools-x.x.x-xxxx.tar.gz /tmp/vmware Code:
cd /tmp/vmware Code:
tar xvzf VMware-Tools-x.x.x-xxxx.tar.gz Code:
cd vmware-tools-distrib Code:
./vmware-install.pl -d Step 19: "type" Code:
reboot Code:
vi /etc/apt/sources.list Step 22: "type" Code:
reboot Step 24: "type" Code:
vmware-toolbox 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.
__________________
Easy things should be easy, and hard things should be possible. -- Larry Wall, Creator of perl Last edited by Solignis; 10-05-2009 at 01:38 PM.. Reason: Spelling fixes and word changes. |
|
|
|
|
#2 (permalink) |
![]() ![]() Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 8
Posts: 15,464
![]() |
You'd better go back and yank those source lines or you're not surviving the next upgrade.
__________________
Rob Sandling, BS:SWE, MCP Intouch Technology Phone: 480-272-9889 rob@intouchtechllc.com UntangleAppliances.com Phone: 866-794-8879 |
|
|
|
|
#3 (permalink) |
![]() |
Ok, I will do that
Though I just reloaded UT to test my solution on a fresh install and it worked fine without commenting out the lines in question, but I am probably missing something so I'll play it safe and do it any way.
__________________
Easy things should be easy, and hard things should be possible. -- Larry Wall, Creator of perl |
|
|
|
|
#4 (permalink) |
|
Master Untangler
Join Date: Oct 2008
Posts: 775
![]() |
instead of:
Code:
apt-get install linux-headers-(uname -r output you wrote down) Code:
apt-get install linux-headers-`uname -r` |
|
|
|
|
#6 (permalink) |
|
Newbie
Join Date: Aug 2009
Posts: 1
![]() |
Solignis, you rock! I love it when steps are clear, correct, and just works! I followed these steps and was successful without incident on ESXi 3.5.
One question though: sky-night suggested removing the source lines. Did you do that on your post? I had added those lines and followed the steps (without having read all the way through to see the comments). Is it confirmed yet whether those added sources will infact break subsequent upgrades? If so, is it easy to back out? Do you just have to remove the source lines and you're done (I put at the end of the file), or do you have to back-out everything done - removing the source files downloaded, and the link, etc.? Would your steps work without adding the source lines? |
|
|
|
|
#7 (permalink) |
![]() |
hi bkeadle,
You need to add the deabian source so that you can Code:
apt-get install gcc make Code:
apt-get update http://forums.untangle.com/installat...2-vmtools.html
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool |
|
|
|
|
#8 (permalink) |
|
Untanglit
Join Date: Aug 2008
Posts: 21
![]() |
Hi Guys,
Please forgive my n00b ignorance, but I seem to have troubles with the sources or something. I've added the sources as specified, but when I try the "apt-get install linux-headers-2.6.22-15-untangle", I get back "Couldn't find package linux-headers-2.6.22.15-untangle". Same response if I use "apt-get install linux-headers-`uname -r` as somebody suggested. I also tried the sources in these posts: http://forums.untangle.com/installat...html#post36472 http://forums.untangle.com/hardware/...html#post45378 I'd really like to get the VMWare tools installed if somebody can give me an idea of what I'm doing wrong. Thanks! |
|
|
|
|
#9 (permalink) |
![]() |
I just finished editing my first post on intalling VMWare-Tools. I changed a few command and added a few more step, as per posted suggestions.
Try my steps now I made it much easier than before, this was partly due to me not realizing which ` to use for `uname -r` I added that to the steps for future people.
__________________
Easy things should be easy, and hard things should be possible. -- Larry Wall, Creator of perl Last edited by Solignis; 09-14-2009 at 06:26 PM.. |
|
|
|
|
#10 (permalink) |
|
Untanglit
Join Date: Aug 2008
Posts: 21
![]() |
Thanks for the update of the original post. When I issue the "apt-get install linux-headers-`uname -r`" command I still get back the "Couldn't find package linux-headers-2.6.22.15-untangle" error. Does this matter? Do I need this package for the install instructions to work?
I would have assumed that the package would have been available after adding the specified lines to my sources.list and doing the apt-get update? |
|
|
![]() |
| Thread Tools | |
|
|