From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhEdh-0005ES-1T for qemu-devel@nongnu.org; Tue, 28 May 2013 03:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhEdY-0006ti-81 for qemu-devel@nongnu.org; Tue, 28 May 2013 03:48:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhEdX-0006tU-V6 for qemu-devel@nongnu.org; Tue, 28 May 2013 03:48:04 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4S7m3Co005473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 May 2013 03:48:03 -0400 Date: Tue, 28 May 2013 08:47:59 +0100 From: "Richard W.M. Jones" Message-ID: <20130528074759.GC4515@redhat.com> References: <1369373827-9152-1-git-send-email-famz@redhat.com> <20130524080748.GI4515@redhat.com> <20130527022521.GA27700@localhost.nay.redhat.com> <20130527115720.GW4515@redhat.com> <20130528073049.GA10192@localhost.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130528073049.GA10192@localhost.nay.redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 00/12] curl: fix curl read List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, stefanha@redhat.com, kwolf@redhat.com, jcody@redhat.com On Tue, May 28, 2013 at 03:30:49PM +0800, Fam Zheng wrote: > > > > Sure, I'm using the attached test script. > > I used your script to test, but I don't see errors as you posted, > attached the output. The only difference is that I put libguestfs in > different directory with you and I'm using a linux guest image instead > of windows xp. Do I need to get a windows image to reproduce? There's actually an error in the output of libguestfs. As a result the test didn't fully run. The error is hidden in all the extra debugging information we're printing, but here it is: > guestfsd: error: feature 'augeas' is not available in this > build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for > how to check for the availability of features. > libguestfs: trace: aug_init = -1 (error) > libguestfs: error: aug_init: feature 'augeas' is not available in this > build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for > how to check for the availability of features. > libguestfs: trace: umount_all You need to install the Augeas development package (augeas-devel on Fedora, libaugeas-dev on Debian) and recompile libguestfs. It's a good idea to make sure you have every dependency installed by doing: yum-builddep libguestfs or apt-get build-dep libguestfs (this is covered in the libguestfs README). - - - I'm not sure if a Windows guest is somehow necessary to show the errors. I'll retest with a Linux guest and get back to you about that. Also I'm testing against a remote Apache2 server over a very slow Wifi connection. Whereas your test was against localhost. Again, I will test this scenario to see if that makes a difference and get back to you. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)