From: Sean Kellogg <skellogg@gmail.com>
To: kvm-devel@lists.sourceforge.net
Subject: kvm-60 - blank screen
Date: Tue, 19 Feb 2008 15:53:12 -0800 [thread overview]
Message-ID: <200802191553.12307.skellogg@gmail.com> (raw)
I don't usually post to devel lists because I tend to be entirely too
uneducated to really understand what's going on... but I'm just so close to
getting this setup that I would feel silly to sit around and wait for someone
else to fix it.
Using kvm-60 from debian/unstable I have been able to install and setup a win
2k3 server image... with the catch being I can only do so running the
option -no-kvm. As you can imagine, this bring a new meaning to the word
slow.
Without -no-kvm I get an empty black box and nothing else... this was the
same when booting off a debian install disk. There is all manner of CPU
activity, but no terminal output and no other indication of what's going
wrong. I tried running it with strace, which produced a very tight loop and
nothing else (reproduced below). I've scouered the archives and other
resources and found nothing similar to my problem, and aside waiting for
kvm-61 to hit unstable, I'm at a loss as to what to try next.
Here is the command I am using:
kvm -hda win2k3.img -m 256 -no-acpi -localtime -no-kvm
The system is an amd64 X2 Dual Core Processor 4600+ and I have confirmed r/w
access to /dev/kvm for the user running kvm. Not sure if there is anything
else that is helpful, but just let me know and I'll get it for you right
away.
Thanks for any assistance you can provide,
Sean
------- strace ouput -------
rt_sigtimedwait([USR2 ALRM IO], 0x81a8f00) = -1 EAGAIN (Resource temporarily
unavailable)
select(0, [], [], [], {0, 0}) = 0 (Timeout)
gettimeofday({1203464959, 420155}, NULL) = 0
select(0, [], NULL, NULL, {0, 0}) = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {93051, 879911800}) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 879931919}) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 879951719}) = 0
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
clock_gettime(CLOCK_MONOTONIC, {93051, 880019919}) = 0
select(8, [7], NULL, NULL, {0, 0}) = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {93051, 880069479}) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 880090439}) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 880110479}) = 0
timer_gettime(0, {it_interval={0, 0}, it_value={0, 120040}}) = 0
ioctl(5, 0xae80, 0) = -1 EINTR (Interrupted system call)
rt_sigtimedwait([USR2 ALRM IO], {si_signo=SIGALRM, si_code=SI_TIMER, si_pid=0,
si_uid=0, si_value={int=0, ptr=0}}, 0xff9021b8, 8) = 14
rt_sigaction(SIGALRM, NULL, {0x804db90, ~[KILL STOP RTMIN RT_1], 0}, 8) = 0
rt_sigtimedwait([USR2 ALRM IO], 0x81a8f00) = -1 EAGAIN (Resource temporarily
unavailable)
select(0, [], [], [], {0, 0}) = 0 (Timeout)
gettimeofday({1203464959, 420690}, NULL) = 0
select(0, [], NULL, NULL, {0, 0}) = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {93051, 880444477}) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 880464437}) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 880484277}) = 0
timer_gettime(0, {it_interval={0, 0}, it_value={0, 0}}) = 0
timer_settime(0, 0, {it_interval={0, 0}, it_value={0, 3295000}}, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 880550277}) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 880570157}) = 0
clock_gettime(CLOCK_MONOTONIC, {93051, 880589876}) = 0
timer_gettime(0, {it_interval={0, 0}, it_value={0, 3198681}}) = 0
timer_settime(0, 0, {it_interval={0, 0}, it_value={0, 3190000}}, NULL) = 0
ioctl(5, 0xae80, 0) = -1 EINTR (Interrupted system call)
rt_sigtimedwait([USR2 ALRM IO], {si_signo=SIGALRM, si_code=SI_TIMER, si_pid=0,
si_uid=0, si_value={int=0, ptr=0}}, 0xff9021b8, 8) = 14
rt_sigaction(SIGALRM, NULL, {0x804db90, ~[KILL STOP RTMIN RT_1], 0}, 8) = 0
rt_sigtimedwait([USR2 ALRM IO], 0x81a8f00) = -1 EAGAIN (Resource temporarily
unavailable)
...and so on and so on like that forever...
--
Sean Kellogg
e: skellogg@gmail.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
next reply other threads:[~2008-02-19 23:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-19 23:53 Sean Kellogg [this message]
2008-02-20 0:10 ` kvm-60 - blank screen Jorge Lucángeli Obes
2008-02-20 0:28 ` Sean Kellogg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200802191553.12307.skellogg@gmail.com \
--to=skellogg@gmail.com \
--cc=kvm-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox