All of lore.kernel.org
 help / color / mirror / Atom feed
* problems with cvs
@ 1998-09-26  0:43 Richard Hartensveld
  1998-09-26 12:11 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Hartensveld @ 1998-09-26  0:43 UTC (permalink / raw)
  To: linux@cthulhu.engr.sgi.com

Hi,


I keep getting  this error while trying to get the latest cvs-updates
from linux.sgi.com, does anyone know
what i'm doing wrong, i've never had this with vgers-cvs tree.

bronx:~# cvs -d :pserver:anonymous@ftp.linux.sgi.com:/cvs/CVSROOT login
(Logging in to anonymous@ftp.linux.sgi.com)
CVS password:
cvs [login aborted]: unrecognized auth response from ftp.linux.sgi.com:
E Fatal error, aborting.


Richard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: problems with cvs
  1998-09-26  0:43 problems with cvs Richard Hartensveld
@ 1998-09-26 12:11 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Bogendoerfer @ 1998-09-26 12:11 UTC (permalink / raw)
  To: Richard Hartensveld; +Cc: linux@cthulhu.engr.sgi.com

On Sat, Sep 26, 1998 at 02:43:01AM +0200, Richard Hartensveld wrote:
> bronx:~# cvs -d :pserver:anonymous@ftp.linux.sgi.com:/cvs/CVSROOT login
> (Logging in to anonymous@ftp.linux.sgi.com)
> CVS password:

try:

cvs -d :pserver:cvs@linus.linux.sgi.com:/cvs login
(password is "cvs")
cvs -d :pserver:cvs@linus.linux.sgi.com:/cvs co linux

Thomas.

-- 
See, you not only have to be a good coder to create a system like Linux,
you have to be a sneaky bastard too ;-)
                   [Linus Torvalds in <4rikft$7g5@linux.cs.Helsinki.FI>]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* problems with CVS
@ 2005-09-13 17:27 Miguel González Castaños
  2005-09-13 17:49 ` Glynn Clements
  0 siblings, 1 reply; 5+ messages in thread
From: Miguel González Castaños @ 2005-09-13 17:27 UTC (permalink / raw)
  To: linux-admin

Dear all,

  I have installed the RPM under RedHat 9 of CVS and it works with 
extssh but not with pserver. I get a timeout error with Eclipse...I have 
the following configuration file under /etc/xinetd.d/cvspserve :

 service cvspserver
{
   port        = 2401
   socket_type = stream
   protocol    = tcp
   wait        = no
   user        = root
   passenv     =
   server      = /usr/bin/cvs
   server_args = pserver -f                            

}

How could I trace what is going on? Why extssh is working? is it not 
connecting to the same port?

Thank you very much in advance

Miguel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: problems with CVS
  2005-09-13 17:27 problems with CVS Miguel González Castaños
@ 2005-09-13 17:49 ` Glynn Clements
  2005-09-13 22:14   ` Miguel González Castaños
  0 siblings, 1 reply; 5+ messages in thread
From: Glynn Clements @ 2005-09-13 17:49 UTC (permalink / raw)
  To: Miguel González Castaños; +Cc: linux-admin


Miguel González Castaños wrote:

>   I have installed the RPM under RedHat 9 of CVS and it works with 
> extssh but not with pserver. I get a timeout error with Eclipse...I have 
> the following configuration file under /etc/xinetd.d/cvspserve :
> 
>  service cvspserver
> {
>    port        = 2401
>    socket_type = stream
>    protocol    = tcp
>    wait        = no
>    user        = root
>    passenv     =
>    server      = /usr/bin/cvs
>    server_args = pserver -f                            
> 
> }
> 
> How could I trace what is going on?

First, is the pserver actually running? Does "netstat -atn" show
anything listening on port 2401?

> Why extssh is working? is it not connecting to the same port?

No. Connecting via ext/ssh just uses a standard ssh connection.

-- 
Glynn Clements <glynn@gclements.plus.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: problems with CVS
  2005-09-13 17:49 ` Glynn Clements
@ 2005-09-13 22:14   ` Miguel González Castaños
  0 siblings, 0 replies; 5+ messages in thread
From: Miguel González Castaños @ 2005-09-13 22:14 UTC (permalink / raw)
  To: linux-admin

Glynn Clements escribió:

>Miguel González Castaños wrote:
>
>  
>
>>  I have installed the RPM under RedHat 9 of CVS and it works with 
>>extssh but not with pserver. I get a timeout error with Eclipse...I have 
>>the following configuration file under /etc/xinetd.d/cvspserve :
>>
>> service cvspserver
>>{
>>   port        = 2401
>>   socket_type = stream
>>   protocol    = tcp
>>   wait        = no
>>   user        = root
>>   passenv     =
>>   server      = /usr/bin/cvs
>>   server_args = pserver -f                            
>>
>>}
>>
>>How could I trace what is going on?
>>    
>>
>
>First, is the pserver actually running? Does "netstat -atn" show
>anything listening on port 2401?
>
>  
>
yes, it is listening and tries a connection but it gives a timeout.

>>Why extssh is working? is it not connecting to the same port?
>>    
>>
>
>No. Connecting via ext/ssh just uses a standard ssh connection.
>
>  
>

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-13 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-13 17:27 problems with CVS Miguel González Castaños
2005-09-13 17:49 ` Glynn Clements
2005-09-13 22:14   ` Miguel González Castaños
  -- strict thread matches above, loose matches on Subject: below --
1998-09-26  0:43 problems with cvs Richard Hartensveld
1998-09-26 12:11 ` Thomas Bogendoerfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.