problems with CVS

problems with CVS

am 13.09.2005 19:27:19 von mgc

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
-
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

Re: problems with CVS

am 13.09.2005 19:49:37 von Glynn Clements

Miguel Gonz=E1lez Casta=F1os wrote:

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

=46irst, 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.

--=20
Glynn Clements
-
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

Re: problems with CVS

am 14.09.2005 00:14:58 von mgc

Glynn Clements escribi=F3:

>Miguel Gonz=E1lez Casta=F1os wrote:
>
> =20
>
>> I have installed the RPM under RedHat 9 of CVS and it works with=20
>>extssh but not with pserver. I get a timeout error with Eclipse...I h=
ave=20
>>the following configuration file under /etc/xinetd.d/cvspserve :
>>
>> service cvspserver
>>{
>> port =3D 2401
>> socket_type =3D stream
>> protocol =3D tcp
>> wait =3D no
>> user =3D root
>> passenv =3D
>> server =3D /usr/bin/cvs
>> server_args =3D pserver -f =20
>>
>>}
>>
>>How could I trace what is going on?
>> =20
>>
>
>First, is the pserver actually running? Does "netstat -atn" show
>anything listening on port 2401?
>
> =20
>
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?
>> =20
>>
>
>No. Connecting via ext/ssh just uses a standard ssh connection.
>
> =20
>

-
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