To get your OpenManage installation working on a DELL Server installed with Citrix XEN Server, add following IPTABLES rules: INPUT Table -A INPUT -p tcp -m tcp –dport 5666 -j ACCEPT -A INPUT -p tcp -m tcp –dport 1311 -j ACCEPT -A INPUT -p tcp -m tcp –dport 5666 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp […]
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