From:
Sean Chittenden <sean-pgsql-hackers(at)chittenden(dot)org>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>,
Thomas Lockhart <lockhart(at)fourpalms(dot)org>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>,
"Marc G(dot) Fournier" <scrappy(at)hub(dot)org>,
Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: cvs problem
Date:
2001-10-02 05:07:27
Message-ID:
20011001220727.F14637@rand.tgd.net (view raw or flat )
Thread:
2001-10-01 14:37:41 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2001-10-01 16:03:10 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-10-01 16:10:17 from "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
2001-10-01 19:11:52 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2001-10-01 19:31:41 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-09-30 15:19:20 from Bill Studenmund <wrstuden(at)netbsd(dot)org>
2001-10-01 21:05:22 from Thomas Lockhart <lockhart(at)fourpalms(dot)org>
2001-10-01 21:10:36 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-10-01 21:22:58 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-10-01 21:57:02 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-10-01 23:33:52 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
2001-10-02 15:47:59 from Vince Vielhaber <vev(at)michvhf(dot)com>
2001-10-03 23:29:32 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
2001-10-04 17:51:58 from Thomas Lockhart <lockhart(at)fourpalms(dot)org>
2001-10-02 16:35:45 from Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
2001-10-03 23:53:43 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
2001-10-04 15:32:42 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-10-04 15:33:30 from Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
2001-10-05 02:03:14 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
2001-10-05 12:24:11 from "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
2001-10-04 15:33:37 from Vince Vielhaber <vev(at)michvhf(dot)com>
2001-10-04 21:18:29 from Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
2001-10-05 01:40:22 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
2001-10-05 12:22:41 from "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
2001-10-06 00:20:11 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
2001-10-05 15:05:42 from Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
2001-10-05 23:48:43 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
2001-10-08 13:49:46 from Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
2001-10-09 01:37:30 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
2001-10-10 21:31:53 from Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
2001-10-02 05:07:27 from Sean Chittenden <sean-pgsql-hackers(at)chittenden(dot)org>
2001-10-01 23:11:21 from John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
Lists:
pgsql-hackers
> > The one thing I can't check is the anoncvs directory. Not sure if that
> > is the same as the CVS directory.
>
> It is the anoncvs server that's broken. The committers don't seem to be
> having any problem with accesses to the primary server. I suspect that
> there's a umask or group-membership issue on the anoncvs machine only.
Ack! Before everyone under the sun claims to have found a problem: the
user that the anon cvs pserver is running under can't create lock files
in the src dirs inline w/ the code). A few things can happen:
1) Add the cvs pserver user to the pgsql group and add write privs to
the dirs for the user (chmod -R g+w *)
2) Add a LockDir in the cvs config.
cvs co CVSROOT
cd CVSROOT
echo "LockDir /tmp/cvsroot" >> config
cvs ci -m "Adding a central lock dir to the anoncvs server" config
mkdir /tmp/cvsroot
chmod 1777 /tmp/cvsroot
chown root.wheel /tmp/cvsroot
I think that should do it... -sc
--
Sean Chittenden
In response to
pgsql-hackers by date
Next :From: Tatsuo IshiiDate: 2001-10-02 05:47:59
Subject : Re: [GENERAL] Problem with the accents
Previous :From : Bruce MomjianDate : 2001-10-02 04:59:04
Subject : Re: [HACKERS] CVS changes