Date: Tue, 1 Jun 1999 16:55:15 +0200 From: Wolfram Schneider <wosch@cs.tu-berlin.de> To: jesusr@ncsa.es Cc: www@FreeBSD.org Subject: Re: webupdate failed on hub.freebsd.org Message-ID: <19990601165515.A14552@cs.tu-berlin.de> In-Reply-To: <XFMail.990601164246.jesusr@ncsa.es>; from Jesus Rodriguez on Tue, Jun 01, 1999 at 04:42:46PM %2B0200 References: <19990601103649.A5933@cs.tu-berlin.de> <XFMail.990601164246.jesusr@ncsa.es>
next in thread | previous in thread | raw e-mail | index | archive | help
On 1999-06-01 16:42:46 +0200, Jesus Rodriguez wrote: > On 01-Jun-99 Wolfram Schneider wrote: > > If you do a major change on the webpages (new scripts, Makefile > > changes etc.) you should build the web server from scratch and > > check if your patch works: > > > > $ cvs co www doc; cd www; make; cd en; make all install > > Hi Wolfram... > > Doing this i get: > > % pwd > /e/users/jesusr/tmp/www/en > % make install > for entry in applications.html auditors.html availability.html docs.html > features.html register.html index.html internet.html mailto.html publish.html > send-pr.html support.html where.html y2kbug.html robots.txt index.html ; do > install -C -o jesusr -g www -m 664 ${entry} /home/jesusr/public_html/data; > done > install: /home/jesusr/public_html/data/applications.html: chown/chgrp: > Operation not permitted > *** Error code 71 Your are not a member of the group "www" on freefall. So you should set the WEBGRP and CGIGRP variables to an other group. E.g. $ WEBGRP=jesusr; export WEBGRP $ CGIGRP=jesusr; export CGIGRP $ make all install -- Wolfram Schneider <wosch@freebsd.org> http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990601165515.A14552>