Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2003 01:02:42 -0700
From:      "Scott R. Sewall" <sewall@ix.netcom.com>
To:        Don Lewis <truckman@FreeBSD.org>
Cc:        freebsd-stable@FreeBSD.org
Subject:   Re: Help running 'make release' w/ r/o CVSROOT
Message-ID:  <3F6AB822.8070809@ix.netcom.com>
In-Reply-To: <200309190725.h8J7PojS032794@gw.catspoiler.org>
References:  <200309190725.h8J7PojS032794@gw.catspoiler.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Don Lewis wrote:

>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.
>
My CVS repository does not have the file val-tags.  I also don't see 
this file on the web interface
to the CVS repository at freebsd.org.  How is this file created?

>
>  
>
>>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.
>  
>
Right you are, /home/ncvs is mounted r/w and exported r/w. None of the 
directories allow world
write access and they're owned by cvsupin. Thus the error of EPERM not 
EROFS.

-- Scott



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F6AB822.8070809>