From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyoF7-00023I-Kj for qemu-devel@nongnu.org; Sat, 18 Feb 2012 12:38:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyoF5-0003Nc-Sq for qemu-devel@nongnu.org; Sat, 18 Feb 2012 12:38:41 -0500 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:45624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyoF5-0003NM-9H for qemu-devel@nongnu.org; Sat, 18 Feb 2012 12:38:39 -0500 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 18 Feb 2012 23:08:34 +0530 Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1IHcRD74641014 for ; Sat, 18 Feb 2012 23:08:27 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1IHcQIr025488 for ; Sun, 19 Feb 2012 04:38:26 +1100 From: "Aneesh Kumar K.V" In-Reply-To: References: Date: Sat, 18 Feb 2012 23:08:18 +0530 Message-ID: <87boowt52t.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] VirtIO 9p mount_tag (bogus?) limit of 32 bytes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: C Anthony Risinger , qemu-devel@nongnu.org, berrange@redhat.com On Thu, 16 Feb 2012 06:20:21 -0600, C Anthony Risinger wrote: > a) mapped FS security policy (xattrs) causes `ldconfig` to abort()? > root or normal user ... > > somehow `ldconfig` gets a duplicate inode while constructing the > cache, even though it already de-duped (confirmed via gdb and grep -- > only a single abort() in the source) > > b) unable to run `locale-gen` on *any* virtfs configuration? (strace) > > [...] > mmap(NULL, 536870912, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = > 0x7fb3aac63000 > mmap(0x7fb3aac63000, 103860, PROT_READ|PROT_WRITE, > MAP_SHARED|MAP_FIXED, 3, 0) = -1 EINVAL (Invalid argument) > cannot map archive header: Invalid argument > > c) package files containing device nodes fail (maybe this is expected > ...); specifically `/lib/udev/devices/loop0` > Is this with 9p2000.L ?. What is the guest kernel version ? -aneesh