From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HtsnD-0000ks-Qf for qemu-devel@nongnu.org; Thu, 31 May 2007 18:06:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HtsnC-0000kc-9D for qemu-devel@nongnu.org; Thu, 31 May 2007 18:06:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtsnC-0000kX-4A for qemu-devel@nongnu.org; Thu, 31 May 2007 18:06:50 -0400 Received: from ebox1.ebox.com ([64.7.141.6] helo=ebox1b.ebox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HtsnC-0007Hm-12 for qemu-devel@nongnu.org; Thu, 31 May 2007 18:06:50 -0400 Received: from [192.168.1.2] (PC115.max-kade.uni-kiel.de [134.245.201.115]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ebox1b.ebox.com (Postfix) with ESMTP id 03B3517DFD7 for ; Thu, 31 May 2007 18:06:45 -0400 (EDT) Message-ID: <465F46F3.1080700@visible-assets.com> Date: Fri, 01 Jun 2007 00:06:43 +0200 From: Christopher Friedt MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] root userid remapping? ... no UID / GID variables set in NFS root? Reply-To: 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 Hi everyone, I've just gotten qemu emulating an arm system on my laptop, which I'm hoping to use for cross-compilation. I don't have a disk image to use (is there any way to create a disk image from a directory tree??), so I'm using NFS instead. The strange thing is, is that although I specify no_root_squash in my /etc/exports (and I've been using NFS for quite a long time successfully with other machines), only when I'm using Qemu does the user id of the 'init' process [0] get remapped to some completely absurd value of 4294967295. Has anyone heard of this happening before? Thanks in advance for any and all responses. ~/Chris