[Qemu-devel] [Bug 1243287] Re: [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail

2014-02-25 Thread Manoj Iyer
A workaround that we used was to rename dmidecode to /bin/true and .make it persistent. dpkg-divert --local --divert /path/dmidecode --rename --add /bin/true. But that is just a workaround, any code that maps() /dev/mem can cause these crashes. Is there a fix for this in the horizon ? -- You rec

[Qemu-devel] [Bug 1243287] Re: [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail

2014-02-26 Thread Manoj Iyer
Is there something we can do for ARM32 cloud-images so that customers who might download the image and try to deploy it will not see this issue? Something like: dpkg-divert --local --divert /path/dmidecode --rename --add /bin/true -- You received this bug notification because you are a member of

[Qemu-devel] [Bug 1243287] Re: [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail

2014-02-26 Thread Manoj Iyer
I did send a patch for dmidecode to exit gracefully if there is no bios or smbus before it did all the mmap() damage, but no one seemed interested in that patch. I was told that upstream is working on a different approach. -- You received this bug notification because you are a member of qemu- de

[Qemu-devel] [Bug 1243287] Re: [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail

2013-11-08 Thread Manoj Iyer
** Changed in: qemu Status: New => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1243287 Title: [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail Status in QEM

[Qemu-devel] [Bug 1243287] Re: [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail

2013-10-30 Thread Manoj Iyer
** Summary changed: - [cloud-init][ARM][SAUCY] fails to boot cloud-image due to host kvm fail + [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail ** Project changed: cloud-init => qemu -- You received this bug notification because you are a member of qemu- devel-ml, which is

[Qemu-devel] [Bug 1243287] Re: [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail

2013-10-30 Thread Manoj Iyer
Ubuntu kernels use CONFIG_STRICT_MEM which prevents access to physical mem other than BIOS and PCI region so that X or dmidecode tools can read this info. On a native ARM system since there is no BIOS (yet) this causes mmap() of /dev/mem to return a -1. But with KVM/QEMU emulating ARM (mach virt) o