qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: [Qemu-devel] qemu problem (you might be my last resort)
@ 2005-03-20  7:01 Robin Pfeifer
  2005-03-20 16:06 ` Jim C. Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Robin Pfeifer @ 2005-03-20  7:01 UTC (permalink / raw)
  To: qemu-devel

I have changed my subscription address as no post of this thread made it 
through the damn spam guard of my provider's. Maybe I shouldn't have 
used 'last resort' in the topic line...

Anyway:

Jim C. Brown wrote:

On Fri, Mar 18, 2005 at 10:10:16AM +0100, Robin Pfeifer wrote:
 > > On Wed, Mar 09, 2005 at 09:06:22PM +0100, Robin Pfeifer wrote:
 > >> When I start qemu with the following command:
 > >>
 > >> qemu -cdrom /dev/cdrom -boot d -snapshot -m 256
 > >>
 > >> with any bootable CD in the drive, I only get a qemu window with the
 > >> tile 'qemu stopped'. I cannot get into the monitor by pressing ctrl +
 > >> alt + 2 or do anything else except ctrl + c in the terminal where I
 > >> started qemu to cancel it.
 >

 > Out of curiosity, does it work if you use an iso image instead of
 > /dev/cdrom?

No, it doesn't, the same error appears.

 > If you "-boot a" from a floppy disk image, will that work or does it 
have the
 > same error? (You can download a FreeDOS boot disk if u don't have a 
way to
 > get a bootable floppy disk image).

That's very strange, booting from a floppy works.

 > >>
 > >> The command used to work perfectly with various versions of qemu, but
 > >> now doesn't anymore. I've tried CVS versions after 0.6.1 stopped
 > >> working, but to no avail.
 > >>
 >

 > Does using older versions of qemu work? (Sorry if I'm asking 
questions > that
 > you have already answered but I don't remember the original email).

I haven't tried older versions than 0.6.1, but that used to work before 
I tried -m 350. Then I upgraded my RAM, tried the new parameter, and 
that was it. I also tried removing the RAM again, in case there was 
something wrong with it, but that didn't change anything.

 >
 > >>
 > >> At first only my user ID had the problem, and root worked - but then I
 > >> tried the -m 350 parameter with root, too, (not thinking, at the time,
 > >> that it could be the cause of the problem) and since then, root hasn't
 > >> been able to use qemu anymore either.
 >
 > >if u add a new user, can that user use qemu (provided you don't try
 > "-m 350") ?
 >
 > No, I tried that yesterday, but a new user gets the same error. Root
 > used not to get it when the user already did, but after using -m 350
 > with root, it no longer worked for root either.
 >

 > This is the most confusing thing of all.

Stefan Kisdaroczi wrote:

 > Did you try to set "-L" ?
 > -L path  // set the directory for the BIOS and VGA BIOS

No, I didn't try that. This parameter isn't in the qemu manpage, is it? 
What am I supposed to use as directory?

Robin

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Qemu-devel] qemu problem (you might be my last resort)
@ 2005-03-18  9:10 Robin Pfeifer
  2005-03-18 15:45 ` Jim C. Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Robin Pfeifer @ 2005-03-18  9:10 UTC (permalink / raw)
  To: qemu-devel


Sorry for replying so late, but apparently the answer did not pass some 
spam removal utility on the part of my e-mail provider. Not all messages 
from this list are making it through. Guess I'll have to monitor the 
archives more closely.


Jim C. Brown wrote:

 > On Wed, Mar 09, 2005 at 09:06:22PM +0100, Robin Pfeifer wrote:
 >> When I start qemu with the following command:
 >>
 >> qemu -cdrom /dev/cdrom -boot d -snapshot -m 256
 >>
 >> with any bootable CD in the drive, I only get a qemu window with the
 >> tile 'qemu stopped'. I cannot get into the monitor by pressing ctrl +
 >> alt + 2 or do anything else except ctrl + c in the terminal where I
 >> started qemu to cancel it.

 > "-monitor stdio" will make the monitor show up in the terminal. If the
 > monitor loads from there, try using 'info' command to see what qemu 
is > doing.

The monitor loads, but after displaying the 'type help' message doesn't 
react to input anymore, stopping / crashing along with qemu.

 >>
 >> The command used to work perfectly with various versions of qemu, but
 >> now doesn't anymore. I've tried CVS versions after 0.6.1 stopped
 >> working, but to no avail.
 >>

 >You did build from source yourself, correct?

At first I used the binary package, then the official sources, then a 
daily snapshot from dad-answers.com, all with the same result. In 
between I deleted all files which I could locate with 'qemu' in them in 
the hopes of gettind rid of the error, too.

 >>
 >> At first only my user ID had the problem, and root worked - but then I
 >> tried the -m 350 parameter with root, too, (not thinking, at the time,
 >> that it could be the cause of the problem) and since then, root hasn't
 >> been able to use qemu anymore either.

 >if u add a new user, can that user use qemu (provided you don't try 
"-m 350") ?

No, I tried that yesterday, but a new user gets the same error. Root 
used not to get it when the user already did, but after using -m 350 
with root, it no longer worked for root either.


 >>
 >> If I start qemu with the additional parameter -S I can still get into
 >> the monitor, but nothing I do there has any effect - the program still
 >> crashes as soon as I press c or enter cont.

Robin

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [Qemu-devel] qemu problem (you might be my last resort)
@ 2005-03-09 20:06 Robin Pfeifer
  2005-03-11 17:20 ` Jim C. Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Robin Pfeifer @ 2005-03-09 20:06 UTC (permalink / raw)
  To: qemu-devel

Hello all,

I'm writing to this list because I haven't been able to locate help with 
my qemu problem anywhere else (forums, google).

When I start qemu with the following command:

qemu -cdrom /dev/cdrom -boot d -snapshot -m 256

with any bootable CD in the drive, I only get a qemu window with the 
tile 'qemu stopped'. I cannot get into the monitor by pressing ctrl + 
alt + 2 or do anything else except ctrl + c in the terminal where I 
started qemu to cancel it.

The command used to work perfectly with various versions of qemu, but 
now doesn't anymore. I've tried CVS versions after 0.6.1 stopped 
working, but to no avail.

the problem started when I tried to change the -m value to 350. 
Apparently this is not a legal value to use (maybe only realistic RAM 
levels are allowed?) - I've got 768 megs RAM, so it's not too much. The 
trouble is that nothing makes the error go away - not a reboot, not 
completely removing /tmp and /var and all their content, and I can't 
find anything else anywhere which might cause the problem. I even 
deleted all files which seemed to have anything to do with qemu 
(everything with qemu in its name) and installed a fresh version, but no 
luck. Just in case there was some remnant of a file somewhere blocking 
things (and because I had two other defunct files I couldn't get rid of 
any other way) I used reiserfsck --rebuild-tree, but still no show for 
qemu. At least the two files got corrected.

At first only my user ID had the problem, and root worked - but then I 
tried the -m 350 parameter with root, too, (not thinking, at the time, 
that it could be the cause of the problem) and since then, root hasn't 
been able to use qemu anymore either.

If I start qemu with the additional parameter -S I can still get into 
the monitor, but nothing I do there has any effect - the program still 
crashes as soon as I press c or enter cont.

Does anyone on this list have any suggestion what I can do?

Robin

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

end of thread, other threads:[~2005-03-25 22:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-20  7:01 [Qemu-devel] qemu problem (you might be my last resort) Robin Pfeifer
2005-03-20 16:06 ` Jim C. Brown
2005-03-20 20:49   ` Robin Pfeifer
2005-03-21  0:57     ` Jim C. Brown
2005-03-21 17:37       ` Robin Pfeifer
2005-03-21 20:01         ` Jim C. Brown
2005-03-21 21:02           ` Robin Pfeifer
2005-03-25 21:38           ` [Qemu-devel] qemu crashes at boot start Robin Pfeifer
2005-03-25 22:04             ` Antony T Curtis
2005-03-25 22:30               ` Robin Pfeifer
  -- strict thread matches above, loose matches on Subject: below --
2005-03-18  9:10 [Qemu-devel] qemu problem (you might be my last resort) Robin Pfeifer
2005-03-18 15:45 ` Jim C. Brown
2005-03-18 16:44   ` Stefan Kisdaroczi
2005-03-09 20:06 Robin Pfeifer
2005-03-11 17:20 ` Jim C. Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).