From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 17:15:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E7C37B401 for ; Wed, 16 Apr 2003 17:15:58 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806A043FBF for ; Wed, 16 Apr 2003 17:15:57 -0700 (PDT) (envelope-from Malcolm.Kay@internode.on.net) Received: from beta.home (ppp1831.sa.padsl.internode.on.net [150.101.26.38]) h3H0FqZe074566; Thu, 17 Apr 2003 09:45:52 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: silk_worm@gmx.net, FreeBSD Questions Date: Thu, 17 Apr 2003 09:51:42 +0930 User-Agent: KMail/1.4.3 References: <1050052383.1156.5.camel@arwen.lindenstrasse> In-Reply-To: <1050052383.1156.5.camel@arwen.lindenstrasse> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200304170951.42114.Malcolm.Kay@internode.on.net> Subject: Re: CVS permission problem on NFS partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 00:15:59 -0000 On Fri, 11 Apr 2003 18:43, Matthias Szupryczynski wrote: > Sorry if this is a repost, I had some problems with my mail account > yesterday and did not see my mail on the list, so here it comes again. > > Hi, > > I apologize if this is a bit offtopic as it is not entirely > FreeBSD-specific, but I did not know where to post otherwise. If anybod= y > knows a list more suitable for this question, please tell me. > > The scenario: > > I am running a FreeBSD 5.0 p7 release box with a more or less GENERIC > kernel (took out scsi and ipv6) During booting, the system mounts three > nfs partitions from the my local fileserver (which happens to be a > debian 3.0 box, 2.4.18 kernel). > > The corresponding fstab entries are: > > gate.lindenstrasse:/home/silk/lan /home/silk/lan nfs rw,-r=3D1024 0 0 > gate.lindenstrasse:/var/www/public /home/silk/www nfs rw,-r=3D1024 0 0 > gate.lindenstrasse:/samba/public /home/silk/public nfs rw,-r=3D1024 0 0 > > Since I am not running nis, I synchronized the uid's for my working > account on both machines manually and changed ownership to the > directories in question accordingly. > Are you aware that root and any other uid=3D0 permissions do not, by defa= ult, take effect accross an nfs mount. The root permission transfer can however be enabled in /etc/exports Take a look at exports(5) Malcolm Kay