Linux: In general tab of VM in XenCenter, you get an option to install the tools. Another way is to select VM Menu -> Install Xen Server Tools option. Issue: When you try installing XenServer Tools on to Linux VMs you might find that the virtual cd device won’t get mounted and the syslog logs […]
Fix a “E: The method driver /usr/lib/apt/methods/http could not be found.” error
Following is an error encountered on Ubuntu 12.04 LTS $ sudo apt-get update E: The method driver /usr/lib/apt/methods/http could not be found. This can be easily fixed by installing apt-transport-https as follows. sudo apt-get install apt-transport-https