public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* VM not booting anymore after Ubuntu upgrade
@ 2010-08-04  5:39 André Weidemann
  2010-08-04  6:48 ` Avi Kivity
  0 siblings, 1 reply; 9+ messages in thread
From: André Weidemann @ 2010-08-04  5:39 UTC (permalink / raw)
  To: kvm

Hi,
I recently upgraded my machine from Ubuntu 9.10 to 10.4 (x86_64).
Ever since I upgraded my machine I cannot get qemu-kvm to start again.

I did not install the kvm package provided by Ubuntu. Instead I pulled 
todays git from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git and 
ran ./configure && make -j6 && make install.
The configure output can be found here: http://pastebin.org/447003

I am using the following command line to boot qemu-kvm:

qemu-system-x86_64 -vnc :2 -k de -m 1024 -drive file=/dev/sda,if=ide,index=0

When connecting to the VNC console I only get a black screen.

I did an strace -p $(pidof qemu-system-x86_64) and I only see those 
lines looping endlessly:

timer_gettime(0, {it_interval={0, 0}, it_value={0, 0}}) = 0
timer_settime(0, 0, {it_interval={0, 0}, it_value={0, 250000}}, NULL) = 0
timer_gettime(0, {it_interval={0, 0}, it_value={0, 225694}}) = 0
select(14, [5 8 10 11 13], [], [], {1, 0}) = 1 (in [11], left {0, 999997})
read(11, "\1\0\0\0\0\0\0\0", 512)       = 8
select(14, [5 8 10 11 13], [], [], {1, 0}) = 1 (in [13], left {0, 999876})
read(13, 
"\16\0\0\0\0\0\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
128) = 128
rt_sigaction(SIGALRM, NULL, {0x49f430, ~[KILL STOP RTMIN RT_1], 
SA_RESTORER, 0x7f145a4c48f0}, 8) = 0
write(12, "\1\0\0\0\0\0\0\0", 8)        = 8
read(13, 0x7fff5dbaa570, 128)           = -1 EAGAIN (Resource 
temporarily unavailable)


Can anyone help me on what is going (wr)on(g) here?

Thank you in advance
  André

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-08-04 11:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04  5:39 VM not booting anymore after Ubuntu upgrade André Weidemann
2010-08-04  6:48 ` Avi Kivity
2010-08-04  6:55   ` André Weidemann
2010-08-04  7:05     ` Avi Kivity
2010-08-04  7:38       ` André Weidemann
2010-08-04 10:31         ` Avi Kivity
2010-08-04 11:22           ` André Weidemann
2010-08-04 11:29             ` Avi Kivity
2010-08-04 11:42               ` André Weidemann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox