Ubuntu Main Menu
| VMWare Server 2.0 Remote Console Plug-in Error on Firefox 3.6.x |
|
|
|
Written by myOltrans
Sunday, 05 December 2010 20:48
Last Updated on Sunday, 05 December 2010 21:12
Situation: When you try to open guest machine from the web interface of your vmware server installation, you get this error message: Cannot access virtual machine console. The request timed out. Configuration: Ubuntu 9.10 Karmic Koala 64 bit, VMware remote console plugin version 2.5.0.122581 running on Firefox 3.6.12. The virtual machines are powered by a VMware server 2.0 on Ubuntu 9.10 and Ubuntu Server 8.04. Solution: Start the plugin from the terminal. This is a workaround, not a solution. The command is: ~/.mozilla/firefox/YOURPROFILE.default/extensions/ This e-mail address is being protected from spambots. You need JavaScript enabled to view it /plugins/vmware-vmrc -h "10.20.30.40:8333" -M "YOURVMID" YOURPROFILE is the name of your Firefox profile. Find it just by going to the above directory. If you try to run the command, you will get some errors and nothing will run. It is because the permissions are incorrect. Run the following in the terminal chmod 755 ~/.mozilla/firefox/YOURPROFILE.default/extensions/ This e-mail address is being protected from spambots. You need JavaScript enabled to view it /plugins/* After this you can simply run ~/.mozilla/firefox/YOURPROFILE.default/extensions/ This e-mail address is being protected from spambots. You need JavaScript enabled to view it /plugins/vmware-vmrc -h "10.20.30.40:8333" -M "YOURVMID" and the Remote Console and you can login to your server To make it smoother, create file VM.desktop on your desktop, open in in text editor and enter the following text [Desktop Entry] Save the file, change the permissions to make it executable and now you can connect to your server just by double clicking on it. In order to solve issue when VMWare Remote Console doesn't grab the mouse, please edit file ~/.mozilla/firefox/YOURPROFILE.default/extensions/
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
/plugins/vmware-vmrc export VMWARE_USE_SHIPPED_GTK=yes Resources and credits: |


