From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVVJy-00042z-At for qemu-devel@nongnu.org; Wed, 02 Jun 2004 08:58:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVVJw-00041H-In for qemu-devel@nongnu.org; Wed, 02 Jun 2004 08:58:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVVJw-00041B-FX for qemu-devel@nongnu.org; Wed, 02 Jun 2004 08:58:16 -0400 Received: from [151.189.21.47] (helo=mail-in-07.arcor-online.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BVVJd-0003b4-Qa for qemu-devel@nongnu.org; Wed, 02 Jun 2004 08:57:58 -0400 Date: Wed, 2 Jun 2004 12:07:45 +0200 From: Richard Zidlicky Subject: Re: [Qemu-devel] QEmu 0.5.5 still freezes my Mandrake Linux Message-ID: <20040602100745.GA1834@linux-m68k.org> References: <200405262308.12058.j.windmeisser@elogix.info> <200405281134.51984.j.windmeisser@elogix.info> <40B70CDC.2020504@ums.usu.ru> <200406011351.58475.j.windmeisser@elogix.info> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <200406011351.58475.j.windmeisser@elogix.info> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: info@elogix.info, qemu-devel@nongnu.org On Tue, Jun 01, 2004 at 01:51:58PM +0200, Jorge wrote: > Am Freitag, 28. Mai 2004 11.56 schrieben Sie: > > > > The kernel is 2.4.22-26mdk with a lot of patches by Mandrake, like > > > supermount, etc... > > > > Exactly the same as the one giving me panics every day. Download 2.4.26 > > from kernel.org and build it yourself without any patches. That's easy, > > and you don't really have to recompile anything else. The kernel README > > file is very good. > > I've done it, with 2.6.6 from Kernel.org, QEmu still freezes the whole box. can you run qemu in strace? strace -f -o qemu.str qemu .... possibly this will show some clue at which point it freezes the box. Richard