From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUvYG-00048U-5D for qemu-devel@nongnu.org; Thu, 18 Nov 2004 18:18:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUvYF-00048A-F7 for qemu-devel@nongnu.org; Thu, 18 Nov 2004 18:18:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUvYF-000480-Bf for qemu-devel@nongnu.org; Thu, 18 Nov 2004 18:18:55 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUvOv-0003fU-2y for qemu-devel@nongnu.org; Thu, 18 Nov 2004 18:09:17 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CUvOr-00040m-00 for ; Fri, 19 Nov 2004 00:09:13 +0100 Received: from amarseille-206-1-19-88.w81-50.abo.wanadoo.fr ([81.50.177.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Nov 2004 00:09:13 +0100 Received: from daimon55 by amarseille-206-1-19-88.w81-50.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Nov 2004 00:09:13 +0100 From: Ronald Date: Fri, 19 Nov 2004 00:09:08 +0100 Message-ID: References: <1100814338.8524.1.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Downloaded files are corrupt Reply-To: daimon55@free.fr, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Le Thu, 18 Nov 2004 23:28:17 +0100, Ronald a écrit : > Le Thu, 18 Nov 2004 22:45:38 +0100, Magnus Damm a écrit : > >> Have you tried downloading files from the integrated TFTP server >> included with the -user-net implementation? Does that work out ok? >> >> / magnus > > Quick review for (linux host and guest) > > tftp is ok, -redir is ok too (ssh && scp host to guest), streaming works > (mplayer -ao alsa -vo null http://64.236.34.97:80/stream/1001), I can > browse the web, but I get the same corruption downloading files from http > (tried with links and curl, curl print 'curl: (18) transfer closed with 1 > bytes remaining to read' for > http://fabrice.bellard.free.fr/qemu/qemu-0.6.1.tar.gz, tar tzf list until > hw/cuda.c gzip complain about data--crc and data-lenght). > > After reboot some (partial) results for windows host too(same guest image as previously) C:\Program Files\Qemu>qemu -L .\bios -m 128 -localtime -user-net -enable-audio -redir tcp:2222::22 -tftp /temp -hda c:\qemu.dsk -boot c tftp is ok, ssh too but there is some delay between password enter and getting the shell (~1 minute). I don't have internet access under windows, so I can't try file downloading, sorry. Guest is runnig 2.6 if that matter. >> On Thu, 2004-11-18 at 22:34, Aaron McDonald wrote: >>> I'm having a problem downloading files. I'm using qemu 0.6.1 to run >>> Feather Linux from within Alt Linux on a 800 MHtz machine with 256MB of >>> RAM. >>> >>> qemu -hda harddisk -cdrom feather-0.6.1.iso -boot d -m 256 >>> -enable-audio -user-net -localtime >>> >>> Everything starts up ok but if I download something from the internet, >>> I don't seem to get the last byte and so the file is corrupt. I have >>> the same issue with a Damn Small Linux iso. >>> >>> I can download the file just fine from my host OS (Alt Linux) so I'm >>> ruling out a network issue. Also, I'm having the same problem when >>> using Windows 2000 as the host OS on a 2.6 GHtz machine with 1GB of RAM >>> so I'm thinking that it's not a hardware issue either. >>> >>> I posted this issue to the bulletin board a couple of days ago. Another >>> user responded and said that he'd had the same problem w/ qemu >0.6.0 >>> running debian/knoppix under Win XP (host) with "-user-net". >>> >>> Thanks, >>> Aaron >>> >>> >>> >>> >>> _______________________________________________ Qemu-devel mailing list >>> Qemu-devel@nongnu.org >>> http://lists.nongnu.org/mailman/listinfo/qemu-devel