Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cvs: connection reset by peer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
HomerSimpson
l33t
l33t


Joined: 25 Jan 2003
Posts: 869
Location: Ohio, USA

PostPosted: Sat Feb 15, 2003 5:28 am    Post subject: cvs: connection reset by peer Reply with quote

I am not sure this belongs here so I apologize if it doesn't

I have cvs on my linux computer and am trying to connect to it from my Windows computer. I keep getting the connection reset by peer error.

cvshome.org has a nice troubleshooting section when using pserver (which is what I am using). Says connection reset by peer...
Quote:
typically indicate that inetd is listening for connections but is unable to start CVS (this is frequently caused by having an incorrect path in `inetd.conf').
.

I am using xinetd (well this is where csvpserver section is configured. by webmin?)

The path is correct and xinetd is running.

BTW kdevelop put files into the cvs repository so I am assuming cvs has been initialized correctly and the cvs executable can be found.

Doing a netstat -l shows that cvspserver is listening on port 2401.

I tried running telnet <my cvs server> 2401 but I get nothing. That is nothing appears on my screen. If I type anything I get back to the OS prompt without any messages.

I thought this might have something to do with my software firewall but I shut it down and it made no difference.

Any ideas on what I am doing wrong?

Thanks
_________________
The strong must protect the Sweet.
Back to top
View user's profile Send private message
Rroet
Apprentice
Apprentice


Joined: 27 May 2002
Posts: 176
Location: The Hague, The Netherlands

PostPosted: Mon Feb 17, 2003 6:34 pm    Post subject: Reply with quote

Same problem here, PLEASE mail me when you have the fix. I'm also watching this thread ....

It's frustrating being unable to get it started. www.xinetd.org told me to configure xinetd for cvs like this:

Code:
 
service cvspserver
{
        disable = no
        socket_type = stream
        port = 2401
        protocol = tcp
        wait = no
        user = root
        passenv =
        log_on_success   = HOST PID
        log_on_failure   = HOST RECORD
        server = /usr/bin/cvs
        server_args = --allow-root=/usr/cvs pserver -f
}

_________________
Workstation: Shuttle SN85G4v2, AMD64 3200+, 512MB, 250GB sata, Radeon 9800 Pro.
Server 1: here
Server 2: here
Back to top
View user's profile Send private message
Rroet
Apprentice
Apprentice


Joined: 27 May 2002
Posts: 176
Location: The Hague, The Netherlands

PostPosted: Mon Feb 17, 2003 6:45 pm    Post subject: Reply with quote

I love the GENTOO search engine :)

it brought up this:

https://forums.gentoo.org/viewtopic.php?t=30874&highlight=cvs+connection


simply edit your /etc/xinetd.conf and remove the line:
only_from = localhost

Code:


defaults
{
#       only_from      = localhost
        instances      = 60
        log_type       = SYSLOG authpriv info
        log_on_success = HOST PID
        log_on_failure = HOST
        cps            = 25 30
}

includedir /etc/xinetd.d


This will fix the problem.
_________________
Workstation: Shuttle SN85G4v2, AMD64 3200+, 512MB, 250GB sata, Radeon 9800 Pro.
Server 1: here
Server 2: here
Back to top
View user's profile Send private message
HomerSimpson
l33t
l33t


Joined: 25 Jan 2003
Posts: 869
Location: Ohio, USA

PostPosted: Mon Feb 17, 2003 10:37 pm    Post subject: Reply with quote

yep! lol


Thanks!
_________________
The strong must protect the Sweet.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum