ethtool is used in plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java so this package is required in cloudstack-agent installation. If you use "dpkg -i" to install the deb packages and meet error about dependencies, you can use "apt-get install" or "apt-get install ethtool" to fix it.
2014-01-29 Anirban Chakraborty <abc...@juniper.net> > Hi All, > > I am trying to install cloudstack-agent on ubuntu 12.04 and it is failing > with openjdk-6-jre dependency. Following is the error message: > ---- > The following packages have unmet dependencies: > cloudstack-agent : Depends: openjdk-6-jre but it is not installable or > openjdk-7-jre but it is not going to be > installed > Depends: cloudstack-common (= 4.2.1) but it is not > going to be installed > Depends: ethtool but it is not installable > E: Unable to correct problems, you have held broken packages. > ---- > Has any one seen this, and if so, how do I get around it? Thanks much. > > Anirban Chakraborty >