Re: cvs [login aborted]: reading from server: Connection reset bypeer

2003-03-17 Thread Manolo
i fix it changing only_from  = localhost line to  only_from  = 
127.0.0.1 in /etc/xinetd.conf.

Thanks Larry :).

El Lunes, 17 de Marzo de 2003 00:48, Manolo escribió:
 El Domingo, 16 de Marzo de 2003 18:08, escribió:
  Manolo writes:
   9)i try telnet localhost 2401
   Trying 127.0.0.1...
   Connected to localhost.localdomain.
   Escape character is '^]'.
   Connection closed by foreign host.
  
   this result tell me xinetd permit localhost:2401 connections.
 
  It accepted the connection, but the connection was then immediatly
  closed, which implies that the CVS server wasn't run.  Most likely you
  either have the path to CVS wrong in your xinetd.conf or you have some
  kind of firewall software (like tcp wrappers) that's denying access.
  Check your syslog for error messages from xinetd.
 
  -Larry Jones
 
  The living dead don't NEED to solve word problems. -- Calvi

 1)iptables -F
 2)and add ALL:ALL in hosts.allow restart and  xinetd

 Now :
 cvs -t -d :pserver:[EMAIL PROTECTED]:/home/cvsroot login
  - main loop with CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvsroot
 Logging in to :pserver:[EMAIL PROTECTED]:2401/home/cvsroot
 CVS password:
  - Connecting to localhost(127.0.0.1):2401

  ---wait forever---

 and

 telnet localhost 2401
 Trying 127.0.0.1...
wait forever---

 /var/log/cvspserver,/var/log/syslog --don't show anything
 then i run xinetd -d -- don't show anything

 netstat -tap return

 tcp  0   0 *:cvspserver  *:*   LISTEN 12194/xinetd
 tcp  0   1 localhost.localdom:2196 localhost.lo:cvspserver SYN_SENT   
 107/cvs


 how can know what happend?

 ___
 Yahoo! Messenger - Nueva versin GRATIS
 Super Webcam, voz, caritas animadas, y ms...
 http://messenger.yahoo.es


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

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es


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


cvs [login aborted]: reading from server: Connection reset by peer

2003-03-16 Thread Manolo
When i try cvs -t -d :pserver:[EMAIL PROTECTED]:/home/cvsroot login
get 
 - main loop with CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvsroot
Logging in to :pserver:[EMAIL PROTECTED]:2401/home/cvsroot
CVS password:
 - Connecting to localhost(127.0.0.1):2401
cvs [login aborted]: reading from server: Connection reset by peer
 - Lock_Cleanup()

Information:

0)emerge cvs
1)/etc/xinet.d/cvspserver

service cvspserver
{
disable = no
socket_type = stream
wait= no
user= root
group   = cvs
log_type= FILE /var/log/cvspserver
protocol= tcp
env = '$HOME=/home/cvsroot'
log_on_failure  += USERID
port= 2401
server  = /usr/bin/cvs
server_args = -f --allow-root=/home/cvsroot pserver
}

2)cvs -d /home/cvsroot init
3)groupadd cvs
4)edit /etc/group and add mmm876 and root to cvs group
4)chgrp -R cvs /home/cvsroot
5)chmod -R 770 /home/cvsroot
6)add to /home/cvsroot/CVSROOT/passwd line mmm876:fsdfsdffsd-- i generated
password using [ http://www.flash.net/cgi-bin/pw.pl ] util.
7)/etc/init.d/xinetd restart
8)netstat -tap
Proto Recv-Q Send-Q Local Address   Foreign Address State  
PID/Program name
tcp0  0 0.0.0.0:24010.0.0.0:*   LISTEN 
28581/xinetd

9)i try telnet localhost 2401  
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
Connection closed by foreign host.

this result tell me xinetd permit localhost:2401 connections.

What is wrong?
how can fix it?

Thanks in advance.

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es


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


Re: cvs [login aborted]: reading from server: Connection reset bypeer

2003-03-16 Thread Larry Jones
Manolo writes:
 
 9)i try telnet localhost 2401  
 Trying 127.0.0.1...
 Connected to localhost.localdomain.
 Escape character is '^]'.
 Connection closed by foreign host.
 
 this result tell me xinetd permit localhost:2401 connections.

It accepted the connection, but the connection was then immediatly
closed, which implies that the CVS server wasn't run.  Most likely you
either have the path to CVS wrong in your xinetd.conf or you have some
kind of firewall software (like tcp wrappers) that's denying access. 
Check your syslog for error messages from xinetd.

-Larry Jones

The living dead don't NEED to solve word problems. -- Calvin


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


Re: cvs [login aborted]: reading from server: Connection reset bypeer

2003-03-16 Thread Manolo
El Domingo, 16 de Marzo de 2003 18:08, escribió:
 Manolo writes:
  9)i try telnet localhost 2401
  Trying 127.0.0.1...
  Connected to localhost.localdomain.
  Escape character is '^]'.
  Connection closed by foreign host.
 
  this result tell me xinetd permit localhost:2401 connections.

 It accepted the connection, but the connection was then immediatly
 closed, which implies that the CVS server wasn't run.  Most likely you
 either have the path to CVS wrong in your xinetd.conf or you have some
 kind of firewall software (like tcp wrappers) that's denying access.
 Check your syslog for error messages from xinetd.

 -Larry Jones

 The living dead don't NEED to solve word problems. -- Calvi

1)iptables -F
2)and add ALL:ALL in hosts.allow restart and  xinetd

Now :
cvs -t -d :pserver:[EMAIL PROTECTED]:/home/cvsroot login
 - main loop with CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvsroot
Logging in to :pserver:[EMAIL PROTECTED]:2401/home/cvsroot
CVS password:
 - Connecting to localhost(127.0.0.1):2401

 ---wait forever---

and 

telnet localhost 2401
Trying 127.0.0.1...
   wait forever---

/var/log/cvspserver,/var/log/syslog --don't show anything
then i run xinetd -d -- don't show anything

netstat -tap return

tcp  0   0 *:cvspserver  *:*   LISTEN 12194/xinetd
tcp  0   1 localhost.localdom:2196 localhost.lo:cvspserver SYN_SENT107/cvs


how can know what happend?

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es


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


cvs [login aborted]: problem

2002-10-19 Thread Pushpa
Title: Message




Hi,

I have CVS Server in 
Solaris System. I would like to CVS client in Windows 2000 using 
WinCVS.

I have given the 
preference as :pserver:pushpa@servername:/home/cvsroot.


when I login its 
giving the following problem.


"cvs [login aborted]: recv() from server 
10.145.3.243: EOF"
But I am able to 
telnet to that server from the windows machine.
Can any one help 
me in this.
Thanks in 
advance
Regards
Pushpa


**Disclaimer** 
   
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it 
is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.





Re: cvs [login aborted]: connect to 216.254.34.156:2401 failed: Connection timed out

2001-10-13 Thread David Delbecq

You seems to have the same problem as me. The firewall systematically block 
the ports he knows nothing about. Usually they know ftp, web, telnet, ssh, 
https   but cvs is not on the list. Unfortunately, asking your system 
administrator to open the port seems to be the only solution. And i know this 
is very difficult. In my case, nobody seems to be able to tell me who the 
hell is the firewall administrator. So i can't CVS from school 

Hope this will disespair you,

David Delbecq

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



Re: cvs [login aborted]: connect to 216.254.34.156:2401 failed: Connection timed out

2001-10-10 Thread Larry Jones

Matt Burba writes:
 
 I am a newbie to cvs and I am having problems logging in as a client
 from my work machine (WinNT).  The server I am logging into is running
 Linux and I have no trouble connecting from home (using WinCVS or
 Forte For Java's built in client).  I am DEFINITELY behind a firewall
 at work that I have no control over.  I can telnet to the ip address
 (port 23?) and connect via ftp (port 21?).

You need to get the firewall administrator to allow outgoing connections
to port 2401 (presuming you want to use pserver to connect).  If your
filewall already allows RSH (unlikely) or SSH (quite possibly)
connections, you can use one of them with the :ext: connection method
instead of using pserver.

-Larry Jones

He's just jealous because I accomplish so much more than he does. -- Calvin

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



Problems with login aborted/connection refused

2001-10-08 Thread Rohit Darji

Hi All

I am trying to connect a cvs server running on a linux
box form a wincvs client running on windows me. The
connection has been established and worked in the past
but has stopped working for some reason.


cvs [login aborted]: connect to xxx.xx.xxx.xx:2401
failed: Connection refused

*CVS exited normally with code 1*



on login this is what I recieve. If other people use
my login and password from their machines, they have
no problems getting in. I have followed the advice
given at the cvs homepage and checked all environment
variables. I am connecting through adsl in the UK
(BTopenworld).

Any advice gratefully recieved

Thanks


=

Rohit Darji

[EMAIL PROTECTED]

__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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



login aborted

2001-10-08 Thread Rohit Darji

Hi 

I am using wincvs on Windows ME connecting to a linux
server using :pserver.

I have used this from this machine before without
problem but all of a sudden seem to get the following
problem

cvs [login aborted]: connect to 212.67.195.35:2401
failed: Connection refused

I have checked the cvs homepage and followed all
things there but to no avail. Other people are having
no problems logging in using my login/password from
their own machines. I am using BTopenworld adsl in the
UK in case that has any bearing?

Thanks
for your help
R

=

Rohit Darji

[EMAIL PROTECTED]

__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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



Re: Problems with login aborted/connection refused

2001-10-08 Thread Larry Jones

Rohit Darji writes:
 
 cvs [login aborted]: connect to xxx.xx.xxx.xx:2401
 failed: Connection refused

Connection refused means that there's no process on the server machine
listening for connections on the cvspserver port.  Either there's an
inetd problem on the server machine or you're not connecting to the
right machine.

-Larry Jones

But Mom, frogs are our FRIENDS! -- Calvin

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



cvs [login aborted] ... EOF

2001-04-10 Thread Narasimha Kumar

Hi,

I keep getting  the error message shown below when I login to my
CVSperver (Redhat 7.0)

cvs [login aborted]: received broken pipe signal

and on another machine  I get

cvs [login aborted]: recv() from server 192.168.0.1 :EOF

I would appreciate if you can help me fix it.

regards
simha

 S/MIME Cryptographic Signature


Re: cvs [login aborted] ... EOF

2001-04-10 Thread Larry Jones

Narasimha Kumar writes:
 
 cvs [login aborted]: received broken pipe signal

There's something wrong with your inetd.conf -- inetd is listening for
connections, but is unable to start CVS.  Check it carefully,
particularly the path to CVS, and check your syslog for error messages.

-Larry Jones

I don't need to improve!  Everyone ELSE does! -- Calvin

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



Re: cvs [login aborted]: recv() from server cvs: EOF

2001-01-09 Thread Derek R. Price

Found this on mail-archive.com:
http://www.mail-archive.com/info-cvs@gnu.org/msg02526.html .  If the first
mail doesn't help, try following the thread links at the bottom of the page.

Derek

--
Derek Price  CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED] OpenAvenue ( http://OpenAvenue.com )
--
There is not a truth on earth which I fear or would disguise.  But secret
slanders cannot be disarmed, because they are secret.

- Thomas Jefferson to William Duane, 1806

Sandra Wittenbrock wrote:

 Hi,

 Suddenly, I am having trouble connecting to cvs from my computer.  From
 other computers, I can connect.  My computer is running Solaris.  I have
 CVSROOT and CVSHOME set.  The error is:

 plato: cvs login
 (Logging in to loginname@cvsserver)
 CVS password:
 cvs [login aborted]: recv() from server cvs: EOF

 I checked the archives, and saw a couple questions about the same problem,
 but no answers.

 Any ideas?

 Thanks,
 Sandra


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



cvs [login aborted]: recv() from server cvs: EOF

2001-01-04 Thread Sandra Wittenbrock

Hi,

Suddenly, I am having trouble connecting to cvs from my computer.  From
other computers, I can connect.  My computer is running Solaris.  I have
CVSROOT and CVSHOME set.  The error is:

plato: cvs login
(Logging in to loginname@cvsserver)
CVS password:
cvs [login aborted]: recv() from server cvs: EOF

I checked the archives, and saw a couple questions about the same problem,
but no answers.

Any ideas?

Thanks,
Sandra



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



CVS pserver - Login Aborted

2000-11-22 Thread Manish Koolwal

Hi!

I am unable to login using pserver method. I had made required changes in 
/etc/services and /etc/inetd.conf and restarted the same. I had also put 
passwd file in CVSROOT with passwords generated. The message I am getting 
is:

# ./cvs -d :pserver:att@bg1gw160:/usr/local/bin/cvs login
(Logging in to att@bg1gw160)
CVS password:
cvs [login aborted]: unrecognized auth response from bg1gw160: Usage: cvs 
[cvs-options] command [command-options-and-arguments]

What could be the reason? If anyone knows the solution, please help me out.

Thanks in advance and Regards!

   Manish Koolwal

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


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



Re: CVS pserver - Login Aborted

2000-11-22 Thread Larry Jones

Manish Koolwal writes:
 
 # ./cvs -d :pserver:att@bg1gw160:/usr/local/bin/cvs login
 (Logging in to att@bg1gw160)
 CVS password:
 cvs [login aborted]: unrecognized auth response from bg1gw160: Usage: cvs 
 [cvs-options] command [command-options-and-arguments]

That's what happens if you run CVS with no subcommand (i.e., you type
``cvs'' instead of ``cvs update'' or ``cvs pserver''), so there must be
something wrong with your /etc/inted.conf.  Check it carefully to make
sure it agrees with what's in the manual and make sure that the
cvspserver entry is one long line, not multiple lines.

-Larry Jones

I think football is a sport the way ducks think hunting is a sport. -- Calvin

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



Re: cvs [login aborted]: unrecognized auth response from 10.5.0.30

2000-08-21 Thread Jimmy Lavoie

OK, I've removed the "\" and it's working now.  Thank you.  It's a shame
that the "\" was in the documentation.

Jimmy Lavoie ([EMAIL PROTECTED])

- Original Message -
From: Guus Leeuw [EMAIL PROTECTED]
To: 'Jimmy Lavoie' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, August 18, 2000 4:37 PM
Subject: RE: cvs [login aborted]: unrecognized auth response from 10.5.0.30


   -Original Message-
   From: Jimmy Lavoie [mailto:[EMAIL PROTECTED]]
   This is the line I add in /etc/inetd.conf
   cvspserver stream tcp nowait root /usr/bin/cvs \
   cvs -f --allow-root=/src/cvs pserver

 Hmmm :)

 Should have spotted that earlier.

 Remove the \ and join both lines so that you and up with 1
 line.

 Cheers,
 Guus





RE: cvs [login aborted]: unrecognized auth response from 10.5.0.30

2000-08-21 Thread Guus Leeuw

  -Original Message-
  From: Jimmy Lavoie [mailto:[EMAIL PROTECTED]]
  OK, I've removed the "\" and it's working now.  Thank you.  
  It's a shame
  that the "\" was in the documentation.

Which documentation?

Guus




cvs [login aborted]: unrecognized auth response from 10.5.0.30

2000-08-18 Thread Jimmy Lavoie

This is the line I add in /etc/services :
cvspserver  2401/tcp

This is the line I add in /etc/inetd.conf
cvspserver stream tcp nowait root /usr/bin/cvs \
cvs -f --allow-root=/src/cvs pserver

This is my CVSROOT variable :
$CVSROOT = /src/cvs

Theses lines are from /etc/shadow
infog:sDWVMaihwVQww:::
jimmy:90ulwh.q28y9A:::

Theses lines are from $CVSROOT/passwd
infog:sDWVMaihwVQww
jimmy:90ulwh.q28y9A

This is the line I add in $CVSROOT/config
SystemAuth=yes

When I use this command : "cvs -d :pserver:[EMAIL PROTECTED]:/src/cvs login",
I got the following message :
(Logging in to [EMAIL PROTECTED])
CVS password:
cvs [login aborted]: unrecognized auth response from 10.5.0.30:
Usage: \ [cvs-options] command [command-options-and-arguments]

What is wrong with that?

Jimmy




RE: cvs [login aborted]: unrecognized auth response from 10.5.0.30

2000-08-18 Thread Guus Leeuw

  -Original Message-
  From: Jimmy Lavoie [mailto:[EMAIL PROTECTED]]

  What is wrong with that?

Which CVS Version?

Guus




RE: cvs [login aborted]: unrecognized auth response from 10.5.0.30

2000-08-18 Thread Guus Leeuw

  -Original Message-
  From: Jimmy Lavoie [mailto:[EMAIL PROTECTED]]
  This is the line I add in /etc/inetd.conf
  cvspserver stream tcp nowait root /usr/bin/cvs \
  cvs -f --allow-root=/src/cvs pserver

Hmmm :)

Should have spotted that earlier.

Remove the \ and join both lines so that you and up with 1
line.

Cheers,
Guus