* [Qemu-devel] Debian SID installation - IDE multimode problem @ 2004-06-16 20:32 Jean-Michel POURE 2004-06-16 20:37 ` Thomas Glanzmann 0 siblings, 1 reply; 5+ messages in thread From: Jean-Michel POURE @ 2004-06-16 20:32 UTC (permalink / raw) To: Qemu Mailing List Dear friends, I fetched the latest Debian new installer from : http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/i386/20040615/sarge-i386-netinst.iso and entered "linux26" at the prompt to install a Debian SID with 2.6.5 kernel. Everything seemed to work fine until I rebooted. The message "set_multmode: status set 0x41 DriveReady error" indicates an IDE multimode problem. Do you know what it means? Best regards, Jean-Michel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Debian SID installation - IDE multimode problem 2004-06-16 20:32 [Qemu-devel] Debian SID installation - IDE multimode problem Jean-Michel POURE @ 2004-06-16 20:37 ` Thomas Glanzmann 2004-06-17 8:09 ` Jean-Michel POURE 0 siblings, 1 reply; 5+ messages in thread From: Thomas Glanzmann @ 2004-06-16 20:37 UTC (permalink / raw) To: Qemu Mailing List Hi, > Do you know what it means? that means that maybe something has to be fixed in the ide simulator of qemu. But you can disable MULTIMODE by editing hw/ide.c and set this: /* set to 1 set disable mult support */ #define MAX_MULT_SECTORS 16 to this: /* set to 1 set disable mult support */ #define MAX_MULT_SECTORS 1 It is located around line 188. And retry. Maybe it helps you at the moment. Thomas ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Debian SID installation - IDE multimode problem 2004-06-16 20:37 ` Thomas Glanzmann @ 2004-06-17 8:09 ` Jean-Michel POURE 2004-06-17 9:33 ` Jean-Michel POURE 0 siblings, 1 reply; 5+ messages in thread From: Jean-Michel POURE @ 2004-06-17 8:09 UTC (permalink / raw) To: qemu-devel Le mercredi 16 Juin 2004 22:37, Thomas Glanzmann a écrit : > that means that maybe something has to be fixed in the ide simulator of > qemu. But you can disable MULTIMODE by editing hw/ide.c and set this: Dear Thomas, Thanks for the information. I recompiled CVS head with this modification and it solves the error message. Now I have to reinstall Debian SID because some of the packages were not correctly installed previously. Will get back with more news... Thank you! Jean-Michel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Debian SID installation - IDE multimode problem 2004-06-17 8:09 ` Jean-Michel POURE @ 2004-06-17 9:33 ` Jean-Michel POURE 2004-06-17 10:29 ` [Qemu-devel] User-net proxy problem Jean-Michel POURE 0 siblings, 1 reply; 5+ messages in thread From: Jean-Michel POURE @ 2004-06-17 9:33 UTC (permalink / raw) To: qemu-devel > Will get back with > more news... This solves the IDE problem, but now I cannot install packages using apt-get. The packages are downloaded through user-net proxy but fail to extract from archive with this error message: http://www.poure.com/screenshots/qemu_temp_6.png "Invalid compressed data-lenght error" Best regards, Jean-Michel ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] User-net proxy problem 2004-06-17 9:33 ` Jean-Michel POURE @ 2004-06-17 10:29 ` Jean-Michel POURE 0 siblings, 0 replies; 5+ messages in thread From: Jean-Michel POURE @ 2004-06-17 10:29 UTC (permalink / raw) To: qemu-devel Dear Friends, There seems to be a problem of integrity with user-mode networking. - Host : Debian SID with 2.6.6 kernel - Guest : Debian SID with 2.6.6 kernel installed from http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/i386/20040615/sarge-i386-netinst.iso with linux26 prompt. - Qemu was compiled from CVS head today. The problem is as follows: - When the host is configured with tun networking and Qemu is started in normal networking mode, the Debian packages can be fetched on the Guest and installed correctly. Everything works fine. - On the converse, when Qemu is started with -user-net proxy, the downloaded packages are broken and do not unpack well with the following error: "Invalid compressed data-lenght error" http://www.poure.com/screenshots/qemu_temp_6.png Cheers, Jean-Michel Pouré ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-06-17 10:30 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-06-16 20:32 [Qemu-devel] Debian SID installation - IDE multimode problem Jean-Michel POURE 2004-06-16 20:37 ` Thomas Glanzmann 2004-06-17 8:09 ` Jean-Michel POURE 2004-06-17 9:33 ` Jean-Michel POURE 2004-06-17 10:29 ` [Qemu-devel] User-net proxy problem Jean-Michel POURE
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).