From owner-freebsd-stable@FreeBSD.ORG Fri Sep 19 00:25:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C1EA16A4B3 for ; Fri, 19 Sep 2003 00:25:59 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7A443F85 for ; Fri, 19 Sep 2003 00:25:58 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h8J7PojS032794; Fri, 19 Sep 2003 00:25:55 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200309190725.h8J7PojS032794@gw.catspoiler.org> Date: Fri, 19 Sep 2003 00:25:50 -0700 (PDT) From: Don Lewis To: sewall@ix.netcom.com In-Reply-To: <3F6AA905.4090305@ix.netcom.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: freebsd-stable@FreeBSD.org Subject: Re: Help running 'make release' w/ r/o CVSROOT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 07:25:59 -0000 On 18 Sep, Scott R. Sewall wrote: > > I'm trying to run 'make release' with my CVSROOT NFS mounted read-only. > > I'm running 4.9-PRERELEASE, cvsup'd from last Sunday 9/14. > > Is this possible do to? Yes it is. I've done a number of release builds on my -stable box and CVSROOT/val-tags hasn't been touched in ages even though my locally mounted /home/ncvs is mounted read-write. I also did a -current 'make release' on another box that has the /home/ncvs NFS mounted. I think it might be mounted read-write, but root gets turned into nobody who does't have write access. I know that is true because 'cvs update' without the -R option barfs because it lacks write permission. > The error message is: > > makewhatis /usr/release/usr/share/perl/man > if [ -f /etc/resolv.conf ]; then cp -p /etc/resolv.conf > /usr/release/etc; fi > cd /usr/release/usr && rm -rf src && cvs -R -d /home/ncvs co -P -r > RELENG_4 src > cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: > Permission denied > *** Error code 1 > > Stop in /usr/src/release. Interesting ... 'cvs -R' shouldn't be trying to write anything in /home/ncvs. Also, if /home/ncvs is actually mounted read-only, it looks to me like write attempts should return an EROFS error instead of EPERM.