DE-IBH / apt-dater

terminal-based remote package update manager
GNU General Public License v2.0
101 stars 24 forks source link

Linode VM not detected as virtualized machine #40

Closed pencil closed 10 years ago

pencil commented 10 years ago

My virtual machine hosted at Linode is not marked as virtualized machine in the overview. virt-what on the server gives me

# virt-what
xen
xen-hvm
liske commented 10 years ago

Hi,

apt-dater uses imvirt to detect the virtualization. Could you please open the issue at imvirt's issue tracker including the result file generated by the imvirt-report command?

TIA, Thomas

pencil commented 10 years ago

Not sure… imvirt seems correct as it reports Xen PV.

$VAR1 = {
          'Physical' => '0.0181818181818182',
          'Xen PV' => '0.545454545454545',
          'Xen HVM 4.4' => '0.436363636363636'
        };
…
Xen PV

Edit: Actually Xen HVM would probably be the right one? Reported: https://github.com/DE-IBH/imvirt/issues/14