Help needed to checkout cvs repository

2003-03-05 Thread Subramani, GnanaShekar (MED, TCS)
Hi all,

We have a cvs repository named "cpq_repository" created on a solaris box
named "gemsmet.med.ge.com".  we are getting an error when we checkout
this repository onto a folder in another solaris box named
"gemsdev26.med.ge.com'.  

>From gemsdev26.med.ge.com
==
pwd
/home/selectic/gshekar
gemsdev26:selectic (cvs) 443>cvs -d
:pserver:[EMAIL PROTECTED]:/var/opt/data/cvs/Sales checkout
cpq_repository
cvs [checkout aborted]: connect to gemsmet.med.ge.com:2401 failed:
Connection refused

Request you to give your suggestion.

Thanks & Regards,
-Gnana Shekar- 
TATA Consultancy Services (www.tcs.com)
CPQ Program [Application Administrator]
Phone:262-548-4989 
DialCom :8*320-4989
Pager  :262-983-2023
 @paging.acswireless.com





___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


RE: Help needed to checkout cvs repository

2003-03-05 Thread Bulgrien, Kevin
> -Original Message-
> From: Subramani, GnanaShekar (MED, TCS)
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 05, 2003 3:15 PM
> To: [EMAIL PROTECTED]
> Subject: Help needed to checkout cvs repository



> gemsdev26:selectic (cvs) 443>cvs -d
> :pserver:[EMAIL PROTECTED]:/var/opt/data/cvs/Sales checkout
> cpq_repository
> cvs [checkout aborted]: connect to gemsmet.med.ge.com:2401 failed:
> Connection refused



The pserver is probably either not configured, not enabled, or not running
on gemsmet.med.ge.com.  If the connection is going through a firewall, port
2401 could be blocked.

Pserver can be configured as an inetd service that listens on port 2401.

--- 
Kevin R. Bulgrien, Product Engineer
Mailto:[EMAIL PROTECTED]

Vertex RSI, A TriPoint Global Company http://www.tripointglobal.com/
Controls & Structures Division 
1915 Harrison RoadTel: 903-295-1480 x288
Longview, TX 75604-5438   Fax: 903-295-1479


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: Help needed to checkout cvs repository

2003-03-05 Thread Mark D. Baushke
"Subramani, GnanaShekar (MED, TCS)" writes:

> We have a cvs repository named "cpq_repository" created on a solaris box
> named "gemsmet.med.ge.com".  we are getting an error when we checkout
> this repository onto a folder in another solaris box named
> "gemsdev26.med.ge.com'.  
> 
> From gemsdev26.med.ge.com
> ==
> pwd
> /home/selectic/gshekar
> gemsdev26:selectic (cvs) 443>cvs -d
> :pserver:[EMAIL PROTECTED]:/var/opt/data/cvs/Sales checkout
> cpq_repository
> cvs [checkout aborted]: connect to gemsmet.med.ge.com:2401 failed:
> Connection refused
> 
> Request you to give your suggestion.

Please consult http://www.cvshome.org/docs/manual/cvs_21.html#IDX352

-- Mark


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: Help needed to checkout cvs repository

2003-03-05 Thread Riechers, Matthew W
"Subramani, GnanaShekar (MED, TCS)" wrote:
> 
> >From gemsdev26.med.ge.com
> ==
> pwd
> /home/selectic/gshekar
> gemsdev26:selectic (cvs) 443>cvs -d
> :pserver:[EMAIL PROTECTED]:/var/opt/data/cvs/Sales checkout
> cpq_repository
> cvs [checkout aborted]: connect to gemsmet.med.ge.com:2401 failed:
> Connection refused

Did this work before? If yes, the port may have been temporarily
disabled because of a connection flood. If no, you'll need to make sure
the server's [x]inetd.conf is configured to listen on that port.

-Matt


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


RE: Help needed to checkout cvs repository

2003-03-05 Thread Amit Sharma (SCM)
There can be wrong entry in inetd.conf file for CVS Please verify that cvs
is rnning on port 2401
using this command

telnet  2401 
If it closes itself It means port 2401 is not configured for cvs i.e. there
are some wrong entries in inetd.conf or services files in /etc does not have
entry for cvs

regards,
Amit.


-Original Message-
From: Mark D. Baushke [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 3:08 AM
To: GnanaShekar Subramani
Cc: [EMAIL PROTECTED]
Subject: Re: Help needed to checkout cvs repository 


"Subramani, GnanaShekar (MED, TCS)" writes:

> We have a cvs repository named "cpq_repository" created on a solaris box
> named "gemsmet.med.ge.com".  we are getting an error when we checkout
> this repository onto a folder in another solaris box named
> "gemsdev26.med.ge.com'.  
> 
> From gemsdev26.med.ge.com
> ==
> pwd
> /home/selectic/gshekar
> gemsdev26:selectic (cvs) 443>cvs -d
> :pserver:[EMAIL PROTECTED]:/var/opt/data/cvs/Sales checkout
> cpq_repository
> cvs [checkout aborted]: connect to gemsmet.med.ge.com:2401 failed:
> Connection refused
> 
> Request you to give your suggestion.

Please consult http://www.cvshome.org/docs/manual/cvs_21.html#IDX352

-- Mark


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs