Gentoo Archives: gentoo-user

From: Kfir Lavi <lavi.kfir@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: qemu-kvm black screen and infinite loop on startup
Date: Wed, 06 Apr 2011 09:20:38
Message-Id: BANLkTi=JHb1N5HUDeTaDSWD+KQO-7KOd7A@mail.gmail.com
In Reply to: [gentoo-user] qemu-kvm black screen and infinite loop on startup by Kfir Lavi
1 On Tue, Apr 5, 2011 at 6:06 PM, Kfir Lavi <lavi.kfir@×××××.com> wrote:
2
3 > Hi,
4 > After updating qemu-kvm to 0.13.0-r2 I get an infinite loop when running
5 > qemu.
6 > You can spot the loop with strace.
7 > This problem shows on Redhat
8 > https://bugzilla.redhat.com/show_bug.cgi?id=553689#c5
9 > and they say that it is related to the seabios.
10 >
11 > Does anyone have this problem too?
12 > I'm compiling qemu-kvm with hardend flag.
13 >
14 > Regards,
15 > Kfir
16 >
17 when running 'strace qemu' I get this line:
18 read(11, 0xbf10ae5c, 128) = -1 EAGAIN (Resource temporarily
19 unavailable)
20
21 This seems related to hardened.
22 paxctl shows for all qemu binaries:
23 - PaX flags: -----m-x-e-- [/usr/bin/qemu]
24 MPROTECT is disabled
25 RANDEXEC is disabled
26 EMUTRAMP is disabled
27 - PaX flags: -----m-x-e-- [/usr/bin/qemu-i386]
28 MPROTECT is disabled
29 RANDEXEC is disabled
30 EMUTRAMP is disabled
31 - PaX flags: -----m-x-e-- [/usr/bin/qemu-img]
32 MPROTECT is disabled
33 RANDEXEC is disabled
34 EMUTRAMP is disabled
35 - PaX flags: -----m-x-e-- [/usr/bin/qemu-io]
36 MPROTECT is disabled
37 RANDEXEC is disabled
38 EMUTRAMP is disabled
39 - PaX flags: -----m-x-e-- [/usr/bin/qemu-nbd]
40 MPROTECT is disabled
41 RANDEXEC is disabled
42 EMUTRAMP is disabled
43
44 Does someone have the solution for this?
45
46 Regards,
47 Kfir