* Fireinfo update [testers needed] @ 2013-09-04 13:09 Michael Tremer 2013-09-09 14:23 ` Robertm 2013-09-09 18:50 ` Robertm 0 siblings, 2 replies; 7+ messages in thread From: Michael Tremer @ 2013-09-04 13:09 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 1211 bytes --] tl;dr The hypervisor detection code has been updated and we need testers to confirm that the new code still finds the right hypervisor. Instructions on how to test are to be found below. ---- Hi, we always felt that the hypervisor detection in fireinfo was not very reliable and sometimes detected the wrong hypervisor. So I rewrote the detection code in order to get better results. If you just look at the data, I don't really believe that more people are running IPFire inside VirtualBox than in Microsoft's Hyper-V. http://fireinfo.ipfire.org/stats/virtual Before we release the code, I need you people to check if this code is now actually better and correctly identifies all known hypervisors. Please help me with that and download the attached tarball and extract it on your IPFire x86 system: tar xvfz fireinfo-2.1.7-testing-for-ipfire.tar.gz -C / Then run sendprofile --dump and search for the hypervisor, that has been detected: ... "hypervisor": { "vendor": "KVM" }, ... Please install this on your testing machines in a virtualized environment and get back to me if your hypervisor could be correctly identified or not. Best, -Michael [-- Attachment #2: fireinfo-2.1.7-testing-for-ipfire.tar.gz --] [-- Type: application/x-compressed-tar, Size: 20671 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: Fireinfo update [testers needed] 2013-09-04 13:09 Fireinfo update [testers needed] Michael Tremer @ 2013-09-09 14:23 ` Robertm 2013-09-09 18:50 ` Robertm 1 sibling, 0 replies; 7+ messages in thread From: Robertm @ 2013-09-09 14:23 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 1163 bytes --] ], "hypervisor": { "vendor": "VMWare" }, "network": { "blue": false, "green": true, "orange": false, "red": true }, "system": { "kernel_release": "3.2.48-ipfire-pae", "language": "de", "memory": 514032, "model": "VMware Virtual Platform", "release": "IPFire 2.13 (i586) - core72", "root_size": 5242880, "vendor": "VMware, Inc.", "virtual": true } }, Yes it is VMware. ], "hypervisor": { "vendor": "KVM" }, "network": { "blue": false, "green": true, "orange": false, "red": true }, "system": { "kernel_release": "3.2.48-ipfire", "language": "de", "memory": 1034144, "model": "KVM", "release": "IPFire 2.13 (i586) - core72", "root_size": 4194304, "vendor": "Red Hat", "virtual": true } }, Yes this is KVM ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: Fireinfo update [testers needed] 2013-09-04 13:09 Fireinfo update [testers needed] Michael Tremer 2013-09-09 14:23 ` Robertm @ 2013-09-09 18:50 ` Robertm 2013-09-09 20:23 ` Michael Tremer 1 sibling, 1 reply; 7+ messages in thread From: Robertm @ 2013-09-09 18:50 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 823 bytes --] This is xen Hypervisor: ], "model": 23, "model_string": "Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz", "speed": 2499.774, "stepping": 10, "vendor": "GenuineIntel" }, "devices": [], "hypervisor": { "vendor": "Xen" }, "network": { "blue": false, "green": true, "orange": false, "red": true }, "system": { "kernel_release": "2.6.32.60-ipfire-xen", "language": "de", "memory": 135452, "model": null, "release": "IPFire 2.13 (i586) - core68", "root_size": 4194304, "vendor": null, "virtual": true } }, ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: Fireinfo update [testers needed] 2013-09-09 18:50 ` Robertm @ 2013-09-09 20:23 ` Michael Tremer 2013-09-09 23:10 ` R. W. Rodolico 2013-09-09 23:29 ` R. W. Rodolico 0 siblings, 2 replies; 7+ messages in thread From: Michael Tremer @ 2013-09-09 20:23 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 1238 bytes --] Thanks for testing that! So, we have only a few left. Is anyone up for testing Microsoft Hyper-V and/or Oracle VirtualBox? -Michael On Mon, 2013-09-09 at 20:50 +0200, Robertm wrote: > This is xen Hypervisor: > > > ], > "model": 23, > "model_string": "Intel(R) Core(TM)2 Quad CPU Q8300 @ > 2.50GHz", > "speed": 2499.774, > "stepping": 10, > "vendor": "GenuineIntel" > }, > "devices": [], > "hypervisor": { > "vendor": "Xen" > }, > "network": { > "blue": false, > "green": true, > "orange": false, > "red": true > }, > "system": { > "kernel_release": "2.6.32.60-ipfire-xen", > "language": "de", > "memory": 135452, > "model": null, > "release": "IPFire 2.13 (i586) - core68", > "root_size": 4194304, > "vendor": null, > "virtual": true > } > }, > _______________________________________________ > Development mailing list > Development(a)lists.ipfire.org > http://lists.ipfire.org/mailman/listinfo/development ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Fireinfo update [testers needed] 2013-09-09 20:23 ` Michael Tremer @ 2013-09-09 23:10 ` R. W. Rodolico 2013-09-09 23:29 ` R. W. Rodolico 1 sibling, 0 replies; 7+ messages in thread From: R. W. Rodolico @ 2013-09-09 23:10 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 1708 bytes --] I'll build a virtual box machine tonight. Sorry for just doing a reply earlier, Michael. On 09/09/2013 03:23 PM, Michael Tremer wrote: > Thanks for testing that! > > So, we have only a few left. Is anyone up for testing Microsoft Hyper-V > and/or Oracle VirtualBox? > > -Michael > > On Mon, 2013-09-09 at 20:50 +0200, Robertm wrote: >> This is xen Hypervisor: >> >> >> ], >> "model": 23, >> "model_string": "Intel(R) Core(TM)2 Quad CPU Q8300 @ >> 2.50GHz", >> "speed": 2499.774, >> "stepping": 10, >> "vendor": "GenuineIntel" >> }, >> "devices": [], >> "hypervisor": { >> "vendor": "Xen" >> }, >> "network": { >> "blue": false, >> "green": true, >> "orange": false, >> "red": true >> }, >> "system": { >> "kernel_release": "2.6.32.60-ipfire-xen", >> "language": "de", >> "memory": 135452, >> "model": null, >> "release": "IPFire 2.13 (i586) - core68", >> "root_size": 4194304, >> "vendor": null, >> "virtual": true >> } >> }, >> _______________________________________________ >> Development mailing list >> Development(a)lists.ipfire.org >> http://lists.ipfire.org/mailman/listinfo/development > > _______________________________________________ > Development mailing list > Development(a)lists.ipfire.org > http://lists.ipfire.org/mailman/listinfo/development > -- R. W. "Rod" Rodolico Daily Data, Inc. POB 140465 Dallas TX 75214-0465 http://www.dailydata.net 214.827.2170 [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: rodo.vcf --] [-- Type: text/x-vcard, Size: 233 bytes --] begin:vcard fn:R. W. Rodolico n:Rodolico;R. W. org:Daily Data, Inc. adr:;;POB 140465;Dallas;TX;75214-0465;US email;internet:rodo@dailydata.net title:President tel;work:214.827.2170 url:http://www.dailydata.net version:2.1 end:vcard ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Fireinfo update [testers needed] 2013-09-09 20:23 ` Michael Tremer 2013-09-09 23:10 ` R. W. Rodolico @ 2013-09-09 23:29 ` R. W. Rodolico 2013-09-10 8:20 ` Michael Tremer 1 sibling, 1 reply; 7+ messages in thread From: R. W. Rodolico @ 2013-09-09 23:29 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 2199 bytes --] This is a VirtualBox dump ], "hypervisor": { "vendor": "VirtualBox" }, "network": { "blue": false, "green": true, "orange": false, "red": true }, "system": { "kernel_release": "3.2.48-ipfire", "language": "en", "memory": 514316, "model": "VirtualBox", "release": "IPFire 2.13 (i586) - core72", "root_size": 8388608, "vendor": "innotek GmbH", "virtual": true } }, On 09/09/2013 03:23 PM, Michael Tremer wrote: > Thanks for testing that! > > So, we have only a few left. Is anyone up for testing Microsoft Hyper-V > and/or Oracle VirtualBox? > > -Michael > > On Mon, 2013-09-09 at 20:50 +0200, Robertm wrote: >> This is xen Hypervisor: >> >> >> ], >> "model": 23, >> "model_string": "Intel(R) Core(TM)2 Quad CPU Q8300 @ >> 2.50GHz", >> "speed": 2499.774, >> "stepping": 10, >> "vendor": "GenuineIntel" >> }, >> "devices": [], >> "hypervisor": { >> "vendor": "Xen" >> }, >> "network": { >> "blue": false, >> "green": true, >> "orange": false, >> "red": true >> }, >> "system": { >> "kernel_release": "2.6.32.60-ipfire-xen", >> "language": "de", >> "memory": 135452, >> "model": null, >> "release": "IPFire 2.13 (i586) - core68", >> "root_size": 4194304, >> "vendor": null, >> "virtual": true >> } >> }, >> _______________________________________________ >> Development mailing list >> Development(a)lists.ipfire.org >> http://lists.ipfire.org/mailman/listinfo/development > > _______________________________________________ > Development mailing list > Development(a)lists.ipfire.org > http://lists.ipfire.org/mailman/listinfo/development > -- R. W. "Rod" Rodolico Daily Data, Inc. POB 140465 Dallas TX 75214-0465 http://www.dailydata.net 214.827.2170 [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: rodo.vcf --] [-- Type: text/x-vcard, Size: 233 bytes --] begin:vcard fn:R. W. Rodolico n:Rodolico;R. W. org:Daily Data, Inc. adr:;;POB 140465;Dallas;TX;75214-0465;US email;internet:rodo@dailydata.net title:President tel;work:214.827.2170 url:http://www.dailydata.net version:2.1 end:vcard ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Fireinfo update [testers needed] 2013-09-09 23:29 ` R. W. Rodolico @ 2013-09-10 8:20 ` Michael Tremer 0 siblings, 0 replies; 7+ messages in thread From: Michael Tremer @ 2013-09-10 8:20 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 2552 bytes --] Great. Thanks for testing that. Does somebody have access to Microsoft Hyper-V? -Michael On Mon, 2013-09-09 at 18:29 -0500, R. W. Rodolico wrote: > This is a VirtualBox dump > > ], > "hypervisor": { > "vendor": "VirtualBox" > }, > "network": { > "blue": false, > "green": true, > "orange": false, > "red": true > }, > "system": { > "kernel_release": "3.2.48-ipfire", > "language": "en", > "memory": 514316, > "model": "VirtualBox", > "release": "IPFire 2.13 (i586) - core72", > "root_size": 8388608, > "vendor": "innotek GmbH", > "virtual": true > } > }, > > On 09/09/2013 03:23 PM, Michael Tremer wrote: > > Thanks for testing that! > > > > So, we have only a few left. Is anyone up for testing Microsoft Hyper-V > > and/or Oracle VirtualBox? > > > > -Michael > > > > On Mon, 2013-09-09 at 20:50 +0200, Robertm wrote: > >> This is xen Hypervisor: > >> > >> > >> ], > >> "model": 23, > >> "model_string": "Intel(R) Core(TM)2 Quad CPU Q8300 @ > >> 2.50GHz", > >> "speed": 2499.774, > >> "stepping": 10, > >> "vendor": "GenuineIntel" > >> }, > >> "devices": [], > >> "hypervisor": { > >> "vendor": "Xen" > >> }, > >> "network": { > >> "blue": false, > >> "green": true, > >> "orange": false, > >> "red": true > >> }, > >> "system": { > >> "kernel_release": "2.6.32.60-ipfire-xen", > >> "language": "de", > >> "memory": 135452, > >> "model": null, > >> "release": "IPFire 2.13 (i586) - core68", > >> "root_size": 4194304, > >> "vendor": null, > >> "virtual": true > >> } > >> }, > >> _______________________________________________ > >> Development mailing list > >> Development(a)lists.ipfire.org > >> http://lists.ipfire.org/mailman/listinfo/development > > > > _______________________________________________ > > Development mailing list > > Development(a)lists.ipfire.org > > http://lists.ipfire.org/mailman/listinfo/development > > > > _______________________________________________ > Development mailing list > Development(a)lists.ipfire.org > http://lists.ipfire.org/mailman/listinfo/development ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-09-10 8:20 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2013-09-04 13:09 Fireinfo update [testers needed] Michael Tremer 2013-09-09 14:23 ` Robertm 2013-09-09 18:50 ` Robertm 2013-09-09 20:23 ` Michael Tremer 2013-09-09 23:10 ` R. W. Rodolico 2013-09-09 23:29 ` R. W. Rodolico 2013-09-10 8:20 ` Michael Tremer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox