-
30. Re: Browser Appliance
SimonHF Nov 25, 2011 9:26 AM (in response to SimonHF)Another small problem: How can I change the time which is currently set to east coast / Boston? When I set it to west coast (by clicking on the time on the top right) then it changes back to east coast after a few minutes :-(
-
31. Re: Browser Appliance
SimonHF Nov 25, 2011 9:55 AM (in response to SimonHF)Another question: How can I upgrade VMware tools so that I can use 'unity mode' with the browser appliance? When I try to re-install VMware tools then it refuses unless I first uninstall the existings tools. What is the correct procedure to uninstall the existing VMware tools?
-
32. Re: Browser Appliance
ChristopheDeprez Dec 2, 2011 11:01 AM (in response to SimonHF)To install Chrome as an alternative browser, download (and save) the 32 bit .rpm package from Google, then enter the following commands in the Terminal:
sudo yum -y install lsb;
sudo rpm -ivh google-chrome-stable_current_i386.rpm;
Chrome will appear under the Applications/Internet menu.
-
33. Re: Browser Appliance
ChristopheDeprez Dec 2, 2011 11:14 AM (in response to SimonHF)To install the CPU monitor panel app, enter the following command in the Terminal:
sudo yum -y install gnome-applets
then right click on the panel and choose Add to Panel... System Monitor
-
34. Re: Browser Appliance
KB0815 Dec 21, 2011 3:31 AM (in response to VMTN Admin)Hi,
I have been using the browser appliance with Firefox for a while and I like it. But is has a small problem. After waking-up a suspended VM the network is disabled and cannot be enabled easily. I tried the 'Enable Networking' menu entry of the network manager applet 0.8.1 on top of the desktop, but it doesn't work. The result of 'ifconfig' is:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 b) TX bytes:240 (240.0 b)It seems that the eth0 interface does not get an IP address automatically. Is there a problem in the eth0 configuration, e.g. DHCP?
Best regards
KB
-
35. Re: Browser Appliance
rmhibbs Jan 8, 2012 3:30 PM (in response to VMTN Admin)I have two major problems trying to use the Browser Appliance:
1) The major problem is me! The last time I worked with a command line system was PC DOS in the mid 80's. Therefore, I have some idea of using a command line, but absolutely no idea how to proceed with the Browser Applicance.
2) I can't copy/move files from the Appliance to Windows 7.
My host system is Win 7 Ultimate 64 bit.
I have installed VM Player and Browser Applance 8.0 (Browser-Appliance-8.0.7z) and have no problems using FireFox for browsing and using gmail. However, after downloading an attachment from gmail, I can't get it out to my Win 7 host.
I tried Virtual Machine | Enter Unity but I get the error message
"The virtual machine cannot enter
Unity mode because:
- Unity is supported on Workstation 6
or later virtual machines only."
I tried "VMware Tools installation" but I don't know enough to follow the instructions at the bottom:
"Mount the virtual CD drive in the guest, launch a Terminal, and use tar to uncompress the installer. Then, execute vmware-install.pl to install VMware Tools."
I have a DVD icon on the desktop titled "VMware Tools" that has two files:
"manifest.txt" and "VMwareTools-8.8.1-528969.tar.gz"
At this point I am totally lost. Sorry for being so ignorant. I would do more research, but I don't even know where to start.
I am curious about the message " ..... support on Workstation 6 or later ...........". Since the download is dated Nov 10, 2011 I thought I would be relatively current.
Any help will be appreciated.
Thanks,
Bob
-
36. Re: Browser Appliance
aquasys Jan 8, 2012 6:07 PM (in response to VMTN Admin)hi rmhibbs
maybe this will help
the lack of unity facility can be fixed by converting the browser appliance to vmware 7.xx or later using vmware convertor [or wmware workstation itself ver7.xx or later]
you probably already have the latest tools installed [enable automatic updates of your vmplayer or vmworkstation software]
-
37. Re: Browser Appliance
ChristopheDeprez Jan 11, 2012 12:41 PM (in response to rmhibbs)To copy files to your host system, you don't need to install VMware Tools (since they are already installed).
The trick is to create an "HGFS Shared Folder" by (shutting down the vm &) editing part of the Browser-Appliance.vmx file so that it looks like this:
isolation.tools.hgfs.disable = "FALSE"
sharedFolder.maxNum = "1"
sharedFolder.option = "alwaysEnabled"
sharedFolder0.present = "TRUE"
sharedFolder0.enabled = "TRUE"
sharedFolder0.readAccess = "TRUE"
sharedFolder0.writeAccess = "TRUE"
sharedFolder0.hostPath = "C:\Documents and Settings\Administrator\Desktop\VMshare"
sharedFolder0.guestName = "VMshare"
sharedFolder0.expiration = "never"After you boot the virtual machine, the Windows folder which you have specified on the hostPath line should appear in Linux under Computer ... Filesystem ... mnt ... hgfs so that you can now browse it from the virtual machine!
Be aware that by doing this, you allow malicious files to be copied to your host machine, which defeats the purpose of an isolated environment in which to browse the Web. This is why this feature was disabled by default.
-
38. Re: Browser Appliance
vmcome Jan 30, 2012 1:11 PM (in response to ChristopheDeprez)this trick doesnt work on nov 10, 2011 appliance . probably hgfs doesnt work inside linux .
how can i enable hgfs in linux system?
-
39. Re: Browser Appliance
jftuga Jan 31, 2012 5:29 AM (in response to VMTN Admin)I was just wondering if there are any plans to keep this appliance updated. Based on the previous release cycles, it looks like it is just about time for a new release.
Thanks,
-John
-
40. Re: Browser Appliance
ChristopheDeprez Feb 1, 2012 8:01 AM (in response to KB0815)KB,
Here is the Terminal command to re-enable the network after the IP address was lost:
sudo /etc/init.d/NetworkManager restart
-
41. Re: Browser Appliance
ChristopheDeprez Feb 1, 2012 8:08 AM (in response to jftuga)John,
To get an update to the latest version of Firefox, choose "About Firefox" from the Firefox "Help" menu.
The update should start downloading automatically.
After completion, click on the "Apply Update" button and Firefox will restart into the new version!
For other updates (Linux kernel, VMware Tools), please be patient
-
42. Re: Browser Appliance
jftuga Feb 1, 2012 4:57 PM (in response to ChristopheDeprez)Thanks Chris!
I can be patient.
-
43. Re: Browser Appliance
ChristopheDeprez Feb 8, 2012 1:48 PM (in response to jftuga)Browser Appliance 10.0 is available!
-
44. Re: Browser Appliance
aquasys Feb 8, 2012 2:25 PM (in response to ChristopheDeprez)-
image001.jpg 49.7 K
-