Re: [HACKERS] Further CVS errors

2001-09-21 Thread 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

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [HACKERS] Further CVS errors

2001-09-21 Thread Marc G. Fournier


Ookay, this it now:

 cvs -d :pserver:[EMAIL PROTECTED]:/projects/cvsroot login
(Logging in to [EMAIL PROTECTED])
CVS password:
 cvs -d :pserver:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/projects/cvsroot login
 (Logging in to [EMAIL PROTECTED])
 CVS password: just pressed enter
 [justin@justinspc cvs]$ cvs -d
 :pserver:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/projects/cvsroot logout
 (Logging out of [EMAIL PROTECTED])
 [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 [EMAIL PROTECTED]



---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [HACKERS] Further CVS errors

2001-09-21 Thread 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



---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [HACKERS] Further CVS errors

2001-09-21 Thread Hork 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:[EMAIL PROTECTED]:/projects/cvsroot



Dan


 winmail.dat


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



Re: [HACKERS] Further CVS errors

2001-09-21 Thread 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


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [HACKERS] Further CVS errors

2001-09-21 Thread 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:[EMAIL PROTECTED]:/projects/cvsroot login
  (Logging in to [EMAIL PROTECTED])
  CVS password:
   cvs -d :pserver:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/projects/cvsroot login
   (Logging in to [EMAIL PROTECTED])
   CVS password: just pressed enter
   [justin@justinspc cvs]$ cvs -d
   :pserver:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/projects/cvsroot logout
   (Logging out of [EMAIL PROTECTED])
   [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 [EMAIL PROTECTED]
  
 
 
  ---(end of broadcast)---
  TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] 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: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
 phone: +007(095)939-16-83, +007(095)939-23-83




---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])



Re: [HACKERS] Further CVS errors

2001-09-21 Thread 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:[EMAIL PROTECTED]:/projects/cvsroot login
   (Logging in to [EMAIL PROTECTED])
   CVS password:
cvs -d :pserver:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/projects/cvsroot login
(Logging in to [EMAIL PROTECTED])
CVS password: just pressed enter
[justin@justinspc cvs]$ cvs -d
:pserver:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/projects/cvsroot logout
(Logging out of [EMAIL PROTECTED])
[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 [EMAIL PROTECTED]
   
  
  
   ---(end of broadcast)---
   TIP 3: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] 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: [EMAIL PROTECTED], 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: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [HACKERS] Further CVS errors

2001-09-21 Thread 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:[EMAIL PROTECTED]:/projects/cvsroot login
 (Logging in to [EMAIL PROTECTED])
 CVS password:
  cvs -d :pserver:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/projects/cvsroot login
  (Logging in to [EMAIL PROTECTED])
  CVS password: just pressed enter
  [justin@justinspc cvs]$ cvs -d
  :pserver:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/projects/cvsroot logout
  (Logging out of [EMAIL PROTECTED])
  [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 [EMAIL PROTECTED]
 


 ---(end of broadcast)---
 TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] 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: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])