But _where_ is the anoncvs server ?

Started by Hannu Krosingover 24 years ago7 messages
#1Hannu Krosing
hannu@tm.ee

HI,

I've seen lots of talk about anoncvs not working, but I
can't even find out where it is ;(

The old address gives

[hannu@taru pgsql]$ ../update.cvs
cvs update: authorization failed: server postgresql.org rejected
access to /home/projects/pgsql/cvsroot for user anoncvs

the link from developer .postgresql.org points to
http://www.ca.postgresql.org/cgi/cvsweb.cgi/pgsql

which gives

Not Found
The requested URL /cgi/cvsweb.cgi/pgsql was not found on this server.
Apache/1.3.14 Server at www.ca.postgresql.org Port 80

When I do as instructed in
http://developer.postgresql.org/TODO/docs/cvs.html
I get:

[hannu@taru cvs_new]$ cvs -d
:pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot login
(Logging in to anoncvs@postgresql.org)
CVS password:
cvs login: authorization failed: server postgresql.org rejected access
to /home/projects/pgsql/cvsroot for user anoncvs

What should I do ?

---------------------------
Hannu

#2Marko Kreen
marko@l-t.ee
In reply to: Hannu Krosing (#1)
Re: But _where_ is the anoncvs server ?

On Tue, Oct 02, 2001 at 09:49:03AM +0200, Hannu Krosing wrote:

HI,

I've seen lots of talk about anoncvs not working, but I
can't even find out where it is ;(

:pserver:anoncvs@anoncvs.postgresql.org/projects/cvsroot

--
marko

#3Hannu Krosing
hannu@tm.ee
In reply to: Hannu Krosing (#1)
Re: But _where_ is the anoncvs server ?

Marko Kreen wrote:

On Tue, Oct 02, 2001 at 09:49:03AM +0200, Hannu Krosing wrote:

HI,

I've seen lots of talk about anoncvs not working, but I
can't even find out where it is ;(

:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot

I got in now, but the general problems have now stuck me too:

cvs server: failed to create lock directory for
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
(/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock):
Permission denied
cvs server: failed to obtain dir lock in repository
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

Probably all newly created directories become unsuitable for anoncvs, so
just fixin perms does not hel - a more general solution is needed -
perhaps
some sticky bits on directories or configuration changes on cvs server

----------------
Hannu

#4Marc G. Fournier
scrappy@hub.org
In reply to: Hannu Krosing (#3)
Re: But _where_ is the anoncvs server ?

fixed, permanently, or should be ... let me know ..

I've also just changed the 'pull down' to be every hour at *:59 ...

On Tue, 2 Oct 2001, Hannu Krosing wrote:

Show quoted text

Marko Kreen wrote:

On Tue, Oct 02, 2001 at 09:49:03AM +0200, Hannu Krosing wrote:

HI,

I've seen lots of talk about anoncvs not working, but I
can't even find out where it is ;(

:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot

I got in now, but the general problems have now stuck me too:

cvs server: failed to create lock directory for
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
(/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock):
Permission denied
cvs server: failed to obtain dir lock in repository
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

Probably all newly created directories become unsuitable for anoncvs, so
just fixin perms does not hel - a more general solution is needed -
perhaps
some sticky bits on directories or configuration changes on cvs server

----------------
Hannu

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

#5Oleg Bartunov
oleg@sai.msu.su
In reply to: Marc G. Fournier (#4)
Re: But _where_ is the anoncvs server ?

Marc,

fix, please, permanently problem with permissions in anonymous CVS
cvs server: Updating pgsql/contrib/pgcrypto/expected
cvs server: failed to create lock directory for /projects/cvsroot/pgsql/contrib/pgcrypto/expected' (/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository /projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

Oleg
On Tue, 2 Oct 2001, Marc G. Fournier wrote:

fixed, permanently, or should be ... let me know ..

I've also just changed the 'pull down' to be every hour at *:59 ...

On Tue, 2 Oct 2001, Hannu Krosing wrote:

Marko Kreen wrote:

On Tue, Oct 02, 2001 at 09:49:03AM +0200, Hannu Krosing wrote:

HI,

I've seen lots of talk about anoncvs not working, but I
can't even find out where it is ;(

:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot

I got in now, but the general problems have now stuck me too:

cvs server: failed to create lock directory for
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
(/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock):
Permission denied
cvs server: failed to obtain dir lock in repository
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

Probably all newly created directories become unsuitable for anoncvs, so
just fixin perms does not hel - a more general solution is needed -
perhaps
some sticky bits on directories or configuration changes on cvs server

----------------
Hannu

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

#6Marc G. Fournier
scrappy@hub.org
In reply to: Oleg Bartunov (#5)
Re: But _where_ is the anoncvs server ?

should have auto-fixed itself about 10 minutes ago ...

On Tue, 2 Oct 2001, Oleg Bartunov wrote:

Show quoted text

Marc,

fix, please, permanently problem with permissions in anonymous CVS
cvs server: Updating pgsql/contrib/pgcrypto/expected
cvs server: failed to create lock directory for /projects/cvsroot/pgsql/contrib/pgcrypto/expected' (/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository /projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

Oleg
On Tue, 2 Oct 2001, Marc G. Fournier wrote:

fixed, permanently, or should be ... let me know ..

I've also just changed the 'pull down' to be every hour at *:59 ...

On Tue, 2 Oct 2001, Hannu Krosing wrote:

Marko Kreen wrote:

On Tue, Oct 02, 2001 at 09:49:03AM +0200, Hannu Krosing wrote:

HI,

I've seen lots of talk about anoncvs not working, but I
can't even find out where it is ;(

:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot

I got in now, but the general problems have now stuck me too:

cvs server: failed to create lock directory for
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
(/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock):
Permission denied
cvs server: failed to obtain dir lock in repository
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

Probably all newly created directories become unsuitable for anoncvs, so
just fixin perms does not hel - a more general solution is needed -
perhaps
some sticky bits on directories or configuration changes on cvs server

----------------
Hannu

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

#7Oleg Bartunov
oleg@sai.msu.su
In reply to: Marc G. Fournier (#6)
Re: But _where_ is the anoncvs server ?

Thanks, It works now
On Tue, 2 Oct 2001, Marc G. Fournier wrote:

should have auto-fixed itself about 10 minutes ago ...

On Tue, 2 Oct 2001, Oleg Bartunov wrote:

Marc,

fix, please, permanently problem with permissions in anonymous CVS
cvs server: Updating pgsql/contrib/pgcrypto/expected
cvs server: failed to create lock directory for /projects/cvsroot/pgsql/contrib/pgcrypto/expected' (/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository /projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

Oleg
On Tue, 2 Oct 2001, Marc G. Fournier wrote:

fixed, permanently, or should be ... let me know ..

I've also just changed the 'pull down' to be every hour at *:59 ...

On Tue, 2 Oct 2001, Hannu Krosing wrote:

Marko Kreen wrote:

On Tue, Oct 02, 2001 at 09:49:03AM +0200, Hannu Krosing wrote:

HI,

I've seen lots of talk about anoncvs not working, but I
can't even find out where it is ;(

:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot

I got in now, but the general problems have now stuck me too:

cvs server: failed to create lock directory for
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
(/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock):
Permission denied
cvs server: failed to obtain dir lock in repository
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

Probably all newly created directories become unsuitable for anoncvs, so
just fixin perms does not hel - a more general solution is needed -
perhaps
some sticky bits on directories or configuration changes on cvs server

----------------
Hannu

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83