Обсуждение: Further CVS errors

Поиск
Список
Период
Сортировка

Further CVS errors

От
Justin Clift
Дата:
Hi,

This isn't working for me either (no existing checkout) :

[justin@justinspc cvs]$ cvs -d
:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
(Logging in to anoncvs@anoncvs.postgresql.org)
CVS password: <<just pressed enter>>
[justin@justinspc cvs]$ cvs -d
:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
cvs server: Updating pgsql
cvs server: failed to create lock directory for
`/projects/cvsroot/pgsql' (/projects/cvsroot/pgsql/#cvs.lock):
Permission denied
cvs server: failed to obtain dir lock in repository
`/projects/cvsroot/pgsql'
cvs [server aborted]: read lock failed - giving up
[justin@justinspc cvs]$ cvs -d
:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot logout
(Logging out of anoncvs@anoncvs.postgresql.org)
[justin@justinspc cvs]$

Also tried with using the password of 'postgresql'.

I'm get the feeling the problem is not on my end.

:(

Regards and best wishes,

Justin Clift


Re: Further CVS errors

От
Horak Daniel
Дата:
I still have problem when doing cvs update on a fresh source tree. I did
cvs checkout after the changes in cvs servers.

$ cvs update
cannot create_adm_p /tmp/cvs-serv24877/ChangeLogs
Permission denied

I think it is a problem on the CVS server. My client side is Cygwin
1.3.3 and cvs 1.11

        Dan


Re: Further CVS errors

От
"Marc G. Fournier"
Дата:
Ookay, this it now:

> cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
(Logging in to anoncvs@anoncvs.postgresql.org)
CVS password:
> cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
cvs server: Updating pgsql
U pgsql/COPYRIGHT
U pgsql/GNUmakefile.in
U pgsql/HISTORY
U pgsql/INSTALL
U pgsql/Makefile
U pgsql/README
U pgsql/aclocal.m4
^Ccvs [checkout aborted]: received interrupt signal


On Fri, 21 Sep 2001, Justin Clift wrote:

> Hi,
>
> This isn't working for me either (no existing checkout) :
>
> [justin@justinspc cvs]$ cvs -d
> :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
> (Logging in to anoncvs@anoncvs.postgresql.org)
> CVS password: <<just pressed enter>>
> [justin@justinspc cvs]$ cvs -d
> :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
> cvs server: Updating pgsql
> cvs server: failed to create lock directory for
> `/projects/cvsroot/pgsql' (/projects/cvsroot/pgsql/#cvs.lock):
> Permission denied
> cvs server: failed to obtain dir lock in repository
> `/projects/cvsroot/pgsql'
> cvs [server aborted]: read lock failed - giving up
> [justin@justinspc cvs]$ cvs -d
> :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot logout
> (Logging out of anoncvs@anoncvs.postgresql.org)
> [justin@justinspc cvs]$
>
> Also tried with using the password of 'postgresql'.
>
> I'm get the feeling the problem is not on my end.
>
> :(
>
> Regards and best wishes,
>
> Justin Clift
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>



Re: Further CVS errors

От
"Marc G. Fournier"
Дата:
Try it:

> cd pgsql
> cvs -q update -APd .
? .new.configure
U configure
U configure.in
U register.txt
U ChangeLogs/ChangeLog-7.1-7.1.1
U ChangeLogs/ChangeLog-7.1RC1-to-7.1RC2
U ChangeLogs/ChangeLog-7.1RC2-to-7.1RC3
U ChangeLogs/ChangeLog-7.1RC3-to-7.1rc4
U ChangeLogs/ChangeLog-7.1beta1-to-7.1beta3
U ChangeLogs/ChangeLog-7.1beta3-to-7.1beta4
^Ccvs [update aborted]: received interrupt signal


On Fri, 21 Sep 2001, Horak Daniel wrote:

>
> I still have problem when doing cvs update on a fresh source tree. I did
> cvs checkout after the changes in cvs servers.
>
> $ cvs update
> cannot create_adm_p /tmp/cvs-serv24877/ChangeLogs
> Permission denied
>
> I think it is a problem on the CVS server. My client side is Cygwin
> 1.3.3 and cvs 1.11
>
>
>             Dan
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>



Re: Further CVS errors

От
Oleg Bartunov
Дата:
Marc,

I'm back from vacation and also can't do cvs:

pg@zen:~/cvs$ cvs -z3 checkout pgsql
cannot create_adm_p /tmp/cvs-serv67095/pgsql
Permission denied
Oleg
On Fri, 21 Sep 2001, Marc G. Fournier wrote:

>
> Ookay, this it now:
>
> > cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
> (Logging in to anoncvs@anoncvs.postgresql.org)
> CVS password:
> > cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
> cvs server: Updating pgsql
> U pgsql/COPYRIGHT
> U pgsql/GNUmakefile.in
> U pgsql/HISTORY
> U pgsql/INSTALL
> U pgsql/Makefile
> U pgsql/README
> U pgsql/aclocal.m4
> ^Ccvs [checkout aborted]: received interrupt signal
>
>
> On Fri, 21 Sep 2001, Justin Clift wrote:
>
> > Hi,
> >
> > This isn't working for me either (no existing checkout) :
> >
> > [justin@justinspc cvs]$ cvs -d
> > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
> > (Logging in to anoncvs@anoncvs.postgresql.org)
> > CVS password: <<just pressed enter>>
> > [justin@justinspc cvs]$ cvs -d
> > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
> > cvs server: Updating pgsql
> > cvs server: failed to create lock directory for
> > `/projects/cvsroot/pgsql' (/projects/cvsroot/pgsql/#cvs.lock):
> > Permission denied
> > cvs server: failed to obtain dir lock in repository
> > `/projects/cvsroot/pgsql'
> > cvs [server aborted]: read lock failed - giving up
> > [justin@justinspc cvs]$ cvs -d
> > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot logout
> > (Logging out of anoncvs@anoncvs.postgresql.org)
> > [justin@justinspc cvs]$
> >
> > Also tried with using the password of 'postgresql'.
> >
> > I'm get the feeling the problem is not on my end.
> >
> > :(
> >
> > Regards and best wishes,
> >
> > Justin Clift
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>
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



Re: Further CVS errors

От
Horák Daniel
Дата:
I am running the command as you have written:

> cd pgsql
> cvs -q update -APd .

but still I am getting

> cannot create_adm_p /tmp/cvs-serv24877/ChangeLogs
> Permission denied

on both Cygwin and Linux

my CVS/Repository for the top-level directory
/projects/cvsroot/pgsql

and I have tries only relative path in CVS/Repository (pgsql)

my CVS/Root
:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot



        Dan


Вложения

Re: Further CVS errors

От
Patrick Welche
Дата:
On Fri, Sep 21, 2001 at 07:27:10PM +0200, Horák Daniel wrote:
...
> but still I am getting
> 
> > cannot create_adm_p /tmp/cvs-serv24877/ChangeLogs
> > Permission denied

<aol>
Me Too!
</aol>



Re: Further CVS errors

От
"Marc G. Fournier"
Дата:
try that ... you might have to remove the pgsql directory first, but I've
just tried from a remote machine and ran into same problems (testing from
same machine isn't necessarily good *groan*) ... it looks like its working
for me now ...

On Fri, 21 Sep 2001, Oleg Bartunov wrote:

> Marc,
>
> I'm back from vacation and also can't do cvs:
>
> pg@zen:~/cvs$ cvs -z3 checkout pgsql
> cannot create_adm_p /tmp/cvs-serv67095/pgsql
> Permission denied
>
>     Oleg
> On Fri, 21 Sep 2001, Marc G. Fournier wrote:
>
> >
> > Ookay, this it now:
> >
> > > cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
> > (Logging in to anoncvs@anoncvs.postgresql.org)
> > CVS password:
> > > cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
> > cvs server: Updating pgsql
> > U pgsql/COPYRIGHT
> > U pgsql/GNUmakefile.in
> > U pgsql/HISTORY
> > U pgsql/INSTALL
> > U pgsql/Makefile
> > U pgsql/README
> > U pgsql/aclocal.m4
> > ^Ccvs [checkout aborted]: received interrupt signal
> >
> >
> > On Fri, 21 Sep 2001, Justin Clift wrote:
> >
> > > Hi,
> > >
> > > This isn't working for me either (no existing checkout) :
> > >
> > > [justin@justinspc cvs]$ cvs -d
> > > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
> > > (Logging in to anoncvs@anoncvs.postgresql.org)
> > > CVS password: <<just pressed enter>>
> > > [justin@justinspc cvs]$ cvs -d
> > > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
> > > cvs server: Updating pgsql
> > > cvs server: failed to create lock directory for
> > > `/projects/cvsroot/pgsql' (/projects/cvsroot/pgsql/#cvs.lock):
> > > Permission denied
> > > cvs server: failed to obtain dir lock in repository
> > > `/projects/cvsroot/pgsql'
> > > cvs [server aborted]: read lock failed - giving up
> > > [justin@justinspc cvs]$ cvs -d
> > > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot logout
> > > (Logging out of anoncvs@anoncvs.postgresql.org)
> > > [justin@justinspc cvs]$
> > >
> > > Also tried with using the password of 'postgresql'.
> > >
> > > I'm get the feeling the problem is not on my end.
> > >
> > > :(
> > >
> > > Regards and best wishes,
> > >
> > > Justin Clift
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> > >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo@postgresql.org so that your
> > message can get through to the mailing list cleanly
> >
>
>     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
>
>



Re: Further CVS errors

От
Oleg Bartunov
Дата:
Thanks.
It works now for me
Regards,
    Oleg
On Fri, 21 Sep 2001, Marc G. Fournier wrote:

>
> try that ... you might have to remove the pgsql directory first, but I've
> just tried from a remote machine and ran into same problems (testing from
> same machine isn't necessarily good *groan*) ... it looks like its working
> for me now ...
>
> On Fri, 21 Sep 2001, Oleg Bartunov wrote:
>
> > Marc,
> >
> > I'm back from vacation and also can't do cvs:
> >
> > pg@zen:~/cvs$ cvs -z3 checkout pgsql
> > cannot create_adm_p /tmp/cvs-serv67095/pgsql
> > Permission denied
> >
> >     Oleg
> > On Fri, 21 Sep 2001, Marc G. Fournier wrote:
> >
> > >
> > > Ookay, this it now:
> > >
> > > > cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
> > > (Logging in to anoncvs@anoncvs.postgresql.org)
> > > CVS password:
> > > > cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
> > > cvs server: Updating pgsql
> > > U pgsql/COPYRIGHT
> > > U pgsql/GNUmakefile.in
> > > U pgsql/HISTORY
> > > U pgsql/INSTALL
> > > U pgsql/Makefile
> > > U pgsql/README
> > > U pgsql/aclocal.m4
> > > ^Ccvs [checkout aborted]: received interrupt signal
> > >
> > >
> > > On Fri, 21 Sep 2001, Justin Clift wrote:
> > >
> > > > Hi,
> > > >
> > > > This isn't working for me either (no existing checkout) :
> > > >
> > > > [justin@justinspc cvs]$ cvs -d
> > > > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
> > > > (Logging in to anoncvs@anoncvs.postgresql.org)
> > > > CVS password: <<just pressed enter>>
> > > > [justin@justinspc cvs]$ cvs -d
> > > > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql
> > > > cvs server: Updating pgsql
> > > > cvs server: failed to create lock directory for
> > > > `/projects/cvsroot/pgsql' (/projects/cvsroot/pgsql/#cvs.lock):
> > > > Permission denied
> > > > cvs server: failed to obtain dir lock in repository
> > > > `/projects/cvsroot/pgsql'
> > > > cvs [server aborted]: read lock failed - giving up
> > > > [justin@justinspc cvs]$ cvs -d
> > > > :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot logout
> > > > (Logging out of anoncvs@anoncvs.postgresql.org)
> > > > [justin@justinspc cvs]$
> > > >
> > > > Also tried with using the password of 'postgresql'.
> > > >
> > > > I'm get the feeling the problem is not on my end.
> > > >
> > > > :(
> > > >
> > > > Regards and best wishes,
> > > >
> > > > Justin Clift
> > > >
> > > > ---------------------------(end of broadcast)---------------------------
> > > > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> > > >
> > >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 3: if posting/reading through Usenet, please send an appropriate
> > > subscribe-nomail command to majordomo@postgresql.org so that your
> > > message can get through to the mailing list cleanly
> > >
> >
> >     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
> >
> >
>
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



anoncvs failure...

От
Ned Wolpert
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Folks-
 Has the password for anoncvs been changed? I can't seem to get into it
anymore.




Virtually, 
Ned Wolpert <ned.wolpert@knowledgenet.com>

D08C2F45:  28E7 56CB 58AC C622 5A51  3C42 8B2B 2739 D08C 2F45 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7q8XViysnOdCML0URArjBAJ9xkuFik8VWCALEMOFG4SUDDG3nlACfVa05
98136MftKgl9sp9pPXz7SlM=
=zSvL
-----END PGP SIGNATURE-----


Re: anoncvs failure...

От
"Marc G. Fournier"
Дата:
what sort of error?

On Fri, 21 Sep 2001, Ned Wolpert wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Folks-
>
>   Has the password for anoncvs been changed? I can't seem to get into it
> anymore.
>
>
>
>
> Virtually,
> Ned Wolpert <ned.wolpert@knowledgenet.com>
>
> D08C2F45:  28E7 56CB 58AC C622 5A51  3C42 8B2B 2739 D08C 2F45
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE7q8XViysnOdCML0URArjBAJ9xkuFik8VWCALEMOFG4SUDDG3nlACfVa05
> 98136MftKgl9sp9pPXz7SlM=
> =zSvL
> -----END PGP SIGNATURE-----
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>



Re: anoncvs failure...

От
Keith Parks
Дата:
Marc,

I'm getting errors too, it looks like you HATE me ;-(

Keith.


% truss -rall -wall cvs -d :pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot login
execve("/usr/local/bin/cvs", 0xEFFFF414, 0xEFFFF428)  argc = 4
open("/dev/zero", O_RDONLY)                     = 3
mmap(0x00000000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xEF7C0000
.
.
.
.
connect(3, 0xEFFFF2A0, 16, 1)                   = 0
send(3, 0x00082940, 27, 0)                      = 27  B E G I N   V E R I F I C A T I O N   R E Q U E S T\n
send(3, 0x000AEEA8, 28, 0)                      = 28  / h o m e / p r o j e c t s / p g s q l / c v s r o o t
send(3, "\n", 1, 0)                             = 1
send(3, " a n o n c v s", 7, 0)                 = 7
send(3, "\n", 1, 0)                             = 1
send(3, " A : 0 Z , I   d Z", 9, 0)             = 9
send(3, "\n", 1, 0)                             = 1
send(3, 0x00082960, 25, 0)                      = 25  E N D   V E R I F I C A T I O N   R E Q U E S T\n
recv(3, " I", 1, 0)                             = 1
recv(3, "  ", 1, 0)                             = 1
recv(3, " H", 1, 0)                             = 1
recv(3, " A", 1, 0)                             = 1
recv(3, " T", 1, 0)                             = 1
recv(3, " E", 1, 0)                             = 1
recv(3, "  ", 1, 0)                             = 1
recv(3, " Y", 1, 0)                             = 1
recv(3, " O", 1, 0)                             = 1
recv(3, " U", 1, 0)                             = 1
recv(3, "\n", 1, 0)                             = 1
shutdown(3, 2, 1)                               = 0
cvs [login aborted]: authorization failed: server postgresql.org rejected access
write(2, 0x000B10A8, 81)                        = 81  c v s   [ l o g i n   a b o r t e d ] :   a u t h o r i z a t i
on   f a i l e d :   s e r v e r   p o s t g r e s q l . o r g    r e j e c t e d   a c c e s s\n
 
llseek(0, 0, SEEK_CUR)                          = 307706
_exit(1)


On Fri, 21 Sep 2001 21:44:23 -0400 (EDT)
"Marc G. Fournier" <scrappy@hub.org> wrote:

> 
> what sort of error?
> 
> On Fri, 21 Sep 2001, Ned Wolpert wrote:
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Folks-
> >
> >   Has the password for anoncvs been changed? I can't seem to get into it
> > anymore.
> >
> >
> >
> >
> > Virtually,
> > Ned Wolpert <ned.wolpert@knowledgenet.com>
> >
> > D08C2F45:  28E7 56CB 58AC C622 5A51  3C42 8B2B 2739 D08C 2F45
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.0.6 (GNU/Linux)
> > Comment: For info see http://www.gnupg.org
> >
> > iD8DBQE7q8XViysnOdCML0URArjBAJ9xkuFik8VWCALEMOFG4SUDDG3nlACfVa05
> > 98136MftKgl9sp9pPXz7SlM=
> > =zSvL
> > -----END PGP SIGNATURE-----
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> >
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


Re: anoncvs failure...

От
"Marc G. Fournier"
Дата:
as was announced several times so far ... try:

-d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot :)


On Sat, 22 Sep 2001, Keith Parks wrote:


> Marc,
>
> I'm getting errors too, it looks like you HATE me ;-(
>
> Keith.
>
>
> % truss -rall -wall cvs -d :pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot login
> execve("/usr/local/bin/cvs", 0xEFFFF414, 0xEFFFF428)  argc = 4
> open("/dev/zero", O_RDONLY)                     = 3
> mmap(0x00000000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xEF7C0000
> .
> .
> .
> .
> connect(3, 0xEFFFF2A0, 16, 1)                   = 0
> send(3, 0x00082940, 27, 0)                      = 27
>    B E G I N   V E R I F I C A T I O N   R E Q U E S T\n
> send(3, 0x000AEEA8, 28, 0)                      = 28
>    / h o m e / p r o j e c t s / p g s q l / c v s r o o t
> send(3, "\n", 1, 0)                             = 1
> send(3, " a n o n c v s", 7, 0)                 = 7
> send(3, "\n", 1, 0)                             = 1
> send(3, " A : 0 Z , I   d Z", 9, 0)             = 9
> send(3, "\n", 1, 0)                             = 1
> send(3, 0x00082960, 25, 0)                      = 25
>    E N D   V E R I F I C A T I O N   R E Q U E S T\n
> recv(3, " I", 1, 0)                             = 1
> recv(3, "  ", 1, 0)                             = 1
> recv(3, " H", 1, 0)                             = 1
> recv(3, " A", 1, 0)                             = 1
> recv(3, " T", 1, 0)                             = 1
> recv(3, " E", 1, 0)                             = 1
> recv(3, "  ", 1, 0)                             = 1
> recv(3, " Y", 1, 0)                             = 1
> recv(3, " O", 1, 0)                             = 1
> recv(3, " U", 1, 0)                             = 1
> recv(3, "\n", 1, 0)                             = 1
> shutdown(3, 2, 1)                               = 0
> cvs [login aborted]: authorization failed: server postgresql.org rejected access
> write(2, 0x000B10A8, 81)                        = 81
>    c v s   [ l o g i n   a b o r t e d ] :   a u t h o r i z a t i
>    o n   f a i l e d :   s e r v e r   p o s t g r e s q l . o r g
>      r e j e c t e d   a c c e s s\n
> llseek(0, 0, SEEK_CUR)                          = 307706
> _exit(1)
>
>
> On Fri, 21 Sep 2001 21:44:23 -0400 (EDT)
> "Marc G. Fournier" <scrappy@hub.org> wrote:
>
> >
> > what sort of error?
> >
> > On Fri, 21 Sep 2001, Ned Wolpert wrote:
> >
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > Folks-
> > >
> > >   Has the password for anoncvs been changed? I can't seem to get into it
> > > anymore.
> > >
> > >
> > >
> > >
> > > Virtually,
> > > Ned Wolpert <ned.wolpert@knowledgenet.com>
> > >
> > > D08C2F45:  28E7 56CB 58AC C622 5A51  3C42 8B2B 2739 D08C 2F45
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.0.6 (GNU/Linux)
> > > Comment: For info see http://www.gnupg.org
> > >
> > > iD8DBQE7q8XViysnOdCML0URArjBAJ9xkuFik8VWCALEMOFG4SUDDG3nlACfVa05
> > > 98136MftKgl9sp9pPXz7SlM=
> > > =zSvL
> > > -----END PGP SIGNATURE-----
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> > >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> >     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



Re: anoncvs failure...

От
Bruce Momjian
Дата:
> 
> as was announced several times so far ... try:
> 
> -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot :)

I am confused.  Is the path /projects/cvsroot or just /cvsroot, and is
the anoncvs password blank or 'postgresql'.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: anoncvs failure...

От
"Marc G. Fournier"
Дата:
anoncvs: :pserer:anoncvs@anoncvs.postgresql.org:/projects/cvsroot- passwd is blank, but postgresql should work just as
well
   cvs: :ext:<userid>@cvs.postgresql.org:/cvsroot    CVS_RSH set to ssh



On Sat, 22 Sep 2001, Bruce Momjian wrote:

> >
> > as was announced several times so far ... try:
> >
> > -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot :)
>
> I am confused.  Is the path /projects/cvsroot or just /cvsroot, and is
> the anoncvs password blank or 'postgresql'.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>



Re: anoncvs failure...

От
Bruce Momjian
Дата:
> 
> anoncvs: :pserer:anoncvs@anoncvs.postgresql.org:/projects/cvsroot
>     - passwd is blank, but postgresql should work just as well
> 
>     cvs: :ext:<userid>@cvs.postgresql.org:/cvsroot
>         CVS_RSH set to ssh
> 

OK, one more question.  With non-anon cvs, I use /cvsroot, not
/projects/cvsroot.  Is that correct?  I need to update cvs.sgml too.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: anoncvs failure...

От
"Marc G. Fournier"
Дата:
On Sat, 22 Sep 2001, Bruce Momjian wrote:

> >
> > anoncvs: :pserer:anoncvs@anoncvs.postgresql.org:/projects/cvsroot
> >     - passwd is blank, but postgresql should work just as well
> >
> >     cvs: :ext:<userid>@cvs.postgresql.org:/cvsroot
> >         CVS_RSH set to ssh
> >
>
> OK, one more question.  With non-anon cvs, I use /cvsroot, not
> /projects/cvsroot.  Is that correct?  I need to update cvs.sgml too.

*scratch head*  ummm ... ya, that's it ...




Re: anoncvs failure...

От
"Dominic J. Eidson"
Дата:
On Sat, 22 Sep 2001, Marc G. Fournier wrote:

> anoncvs: :pserer:anoncvs@anoncvs.postgresql.org:/projects/cvsroot
>     - passwd is blank, but postgresql should work just as well

I can confirm that this works.

-- 
Dominic J. Eidson                                       "Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/              http://www.the-infinite.org/~dominic/



Re: anoncvs failure...

От
Bruce Momjian
Дата:
> On Sat, 22 Sep 2001, Bruce Momjian wrote:
> 
> > >
> > > anoncvs: :pserer:anoncvs@anoncvs.postgresql.org:/projects/cvsroot
> > >     - passwd is blank, but postgresql should work just as well
> > >
> > >     cvs: :ext:<userid>@cvs.postgresql.org:/cvsroot
> > >         CVS_RSH set to ssh
> > >
> >
> > OK, one more question.  With non-anon cvs, I use /cvsroot, not
> > /projects/cvsroot.  Is that correct?  I need to update cvs.sgml too.
> 
> *scratch head*  ummm ... ya, that's it ...

OK, cvs.sgml updated.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: anoncvs failure...

От
Patrick Welche
Дата:
On Sat, Sep 22, 2001 at 08:15:11PM -0500, Dominic J. Eidson wrote:
> On Sat, 22 Sep 2001, Marc G. Fournier wrote:
> 
> > anoncvs: :pserer:anoncvs@anoncvs.postgresql.org:/projects/cvsroot
> >     - passwd is blank, but postgresql should work just as well
> 
> I can confirm that this works.

Still no good for me:

protocol error: directory '/home/projects/pgsql/cvsroot/pgsql/src/backend/access/heap' not within root
'/projects/cvsroot'

Checking:
% pwd
/usr/src/local/pgsql/src/backend/access/heap
% cat CVS/Root
:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot


?

Cheers,

Patrick


Re: anoncvs failure...

От
"Marc G. Fournier"
Дата:
On Mon, 24 Sep 2001, Patrick Welche wrote:

> On Sat, Sep 22, 2001 at 08:15:11PM -0500, Dominic J. Eidson wrote:
> > On Sat, 22 Sep 2001, Marc G. Fournier wrote:
> >
> > > anoncvs: :pserer:anoncvs@anoncvs.postgresql.org:/projects/cvsroot
> > >     - passwd is blank, but postgresql should work just as well
> >
> > I can confirm that this works.
>
> Still no good for me:
>
> protocol error: directory
> '/home/projects/pgsql/cvsroot/pgsql/src/backend/access/heap' not
> within root '/projects/cvsroot'

okay, somehow you have two different CVSROOT's configured?
/home/projects/pgsql/cvsroot was the old server, /projects/cvsroot is the
new one ....




Re: anoncvs failure...

От
Patrick Welche
Дата:
On Mon, Sep 24, 2001 at 10:22:28AM -0400, Marc G. Fournier wrote:
> 
> okay, somehow you have two different CVSROOT's configured?
> /home/projects/pgsql/cvsroot was the old server, /projects/cvsroot is the
> new one ....

Any hints? I had done a (csh)
cd /usr/src/local/pgsql
find . -name Root -print > allroots
grep -v CVS allroots
foreach i ( `cat allroots`) echo ":pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot" > $i
end

and CVSROOT is not set as an environment variable... Also odd that it
appears there and there is no sign of "home" anywhere..

Cheers,

Patrick


Re: anoncvs failure...

От
Patrick Welche
Дата:
On Mon, Sep 24, 2001 at 06:04:17PM +0100, Patrick Welche wrote:
... 
> and CVSROOT is not set as an environment variable... Also odd that it
> appears there and there is no sign of "home" anywhere..

Got it: had /home/... in pgsql/src/backend/access/heap/CVS/Repository (!)
All OK now..

Cheers,

Patrick


Re: anoncvs failure...

От
Bruce Momjian
Дата:
> On Mon, Sep 24, 2001 at 10:22:28AM -0400, Marc G. Fournier wrote:
> > 
> > okay, somehow you have two different CVSROOT's configured?
> > /home/projects/pgsql/cvsroot was the old server, /projects/cvsroot is the
> > new one ....
> 
> Any hints? I had done a (csh)
> cd /usr/src/local/pgsql
> find . -name Root -print > allroots
> grep -v CVS allroots
> foreach i ( `cat allroots`)
>   echo ":pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot" > $i
> end
> 
> and CVSROOT is not set as an environment variable... Also odd that it
> appears there and there is no sign of "home" anywhere..

I would just delete the old CVS tree and download a new one.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026