Gentoo Archives: gentoo-user

From: Leandro Melo de Sales <leandroal@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] cvsd and Gentoo
Date: Sat, 03 Jun 2006 20:20:07
Message-Id: 5bc4c4570606031310k6d4da14fua80d96181e8943ba@mail.gmail.com
1 Hi,
2
3 I setup cvsd as shown in http://gentoo-wiki.com/HOWTO_CVS_Server.
4 When I test if I connect locally, in the shell everything works fine,
5 as it is shown in /var/log/message:
6
7 Jun 3 16:31:24 embedded cvsd[13679]: connection from 127.0.0.1 43619
8 Jun 3 16:31:24 embedded cvsd[13679]: cvs command exited with exit-status 0
9
10 But when I try this from a remote machine (in the same network
11 range, no firewalls) I can't connect:
12
13 Jun 3 16:42:01 embedded cvsd[13679]: connection from 192.168.0.228 1290
14 Jun 3 16:42:01 embedded cvsd[13679]: cvs command exited with exit-status 1
15
16 Here are the netstat -na output:
17
18 Active Internet connections (servers and established)
19 Proto Recv-Q Send-Q Local Address Foreign Address State
20 tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
21 tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
22 tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
23 tcp 0 0 :::2401 :::* LISTEN
24 tcp 0 0 :::22 :::* LISTEN
25 tcp 0 0 ::ffff:192.168.0.1:22 ::ffff:192.168.0.:1496 ESTABLISHED
26 tcp 0 0 ::ffff:192.168.0.1:22 ::ffff:192.168.0.:1446 ESTABLISHED
27 tcp 0 128 ::ffff:192.168.0.1:22 ::ffff:192.168.0.:1153 ESTABLISHED
28
29 What I need to do? To certify that the remote machine can reach the
30 cvs server and connect to 2401 port I telned to 2401 port:
31
32 # telnet 192.168.0.1 2401
33 <press enter>
34
35 cvs [pserver aborted]: bad auth protocol start:
36
37 connection reset by peer.
38
39 So, what is the problem?
40
41 Leandro.
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] cvsd and Gentoo JimD <Jim@×××××××××××××××××.org>