* problems with CVS
@ 2005-09-13 17:27 Miguel González Castaños
2005-09-13 17:49 ` Glynn Clements
0 siblings, 1 reply; 3+ 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] 3+ 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; 3+ 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] 3+ 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; 3+ 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] 3+ messages in thread
end of thread, other threads:[~2005-09-13 22:14 UTC | newest]
Thread overview: 3+ 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).