From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-98290-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MVlRw-0007CM-Is for garchives@archives.gentoo.org; Tue, 28 Jul 2009 12:06:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CF94E0400; Tue, 28 Jul 2009 12:06:31 +0000 (UTC) Received: from mail.askja.de (mail.askja.de [83.137.103.136]) by pigeon.gentoo.org (Postfix) with ESMTP id EBBECE0400 for <gentoo-user@lists.gentoo.org>; Tue, 28 Jul 2009 12:06:30 +0000 (UTC) Received: from static-87-79-89-40.netcologne.de ([87.79.89.40] helo=zone.wonkology.org) by mail.askja.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from <wonko@wonkology.org>) id 1MVlRu-0004Zy-GU for gentoo-user@lists.gentoo.org; Tue, 28 Jul 2009 14:06:30 +0200 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by zone.wonkology.org with local; Tue, 28 Jul 2009 14:06:26 +0200 id 00011C46.4A6EE9C2.000007A6 From: Alex Schuster <wonko@wonkology.org> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [nfs] nfs mount settings Date: Tue, 28 Jul 2009 14:06:24 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-tuxonice-r3_3; KDE/4.2.4; i686; ; ) References: <87tz0y7wk5.fsf@newsguy.com> <200907280939.41655.wonko@wonkology.org> <200907281001.52656.alan.mckinnon@gmail.com> In-Reply-To: <200907281001.52656.alan.mckinnon@gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907281406.24723.wonko@wonkology.org> X-Archives-Salt: d48d0122-3b0a-4089-91cc-11bb07a7ecad X-Archives-Hash: 331983525237f882deca6bba468f13ee Alan McKinnon writes: > On Tuesday 28 July 2009 09:39:40 Alex Schuster wrote: > > man 5 exports (at least my localized german version) lists the > > map_daemon option, which allows mapping of UIDs / GIDs between server > > and client. This needs the rpc.ugidd to be running on server side. > > I never did this, I don't even know where to get rpc.ugidd from, and > > I'm pretty sure it won't work at all with opensolaris, but at least > > with linux it should be possible then, theoretically. > That's good to know - I don't have anything like that here in my man > pages. Well, at east the sed man page in german is quite different from the englisch one, maybe that's the case here, too. Does yours explain the (no_)subtree_check option? I had t look them up online. > I have nfs-utils-1.2.0, what version are you running? 1.1.4-r1. Bug #116269 from end of 2005 misses the rpc.ugidd, the answer there is that nfs-utils does not yet support it. And I doubt it ever will, I just read that this is a feature of user space NFS, which seems to be deprecated. A kernel based NFS does not have it. So, so seem to be right, ID mapping just is not possible (any more). But what about NFS v4? Is has user authentification, maybe then there's a mapping feature, too? Wonko