Jason L Tibbitts III <[EMAIL PROTECTED]> writes:
> >>>>> "DE" == Dan Espen <[EMAIL PROTECTED]> writes:
> 
> DE> Just checked my home and work Linux machines, same problem.
> 
> Do the Linux machines share a common CVS version?  The server is
> running 1.11.1p1 plus security patches.  This hasn't changed since the
> last CVS security hole.  My home machine is running 1.11.2, but I also
> checked 1.11.5 and it works fine as well.  A long time ago we had a
> problem with the version of CVS on the server causing client hangs but
> that was resolved, and in any case the versions on the server haven't
> changed so this has got to be either a networking or client issue.

The linux machines are both 1.11.1p1.
The solaris machine is 1.10.

I just strace/trussed both of them and they both do this:

connect(3, {sin_family=AF_INET, sin_port=htons(2401), 
sin_addr=inet_addr("129.7.128.22")}}, 16) = 0
send(3, "BEGIN AUTH REQUEST\n", 19, 0)  = 19
send(3, "/home/cvs/fvwm", 14, 0)        = 14
send(3, "\n", 1, 0)                     = 1
send(3, "dane", 4, 0)                   = 4
send(3, "\n", 1, 0)                     = 1
send(3, "XXXXXXX", 7, 0)                = 7
send(3, "\n", 1, 0)                     = 1
send(3, "END AUTH REQUEST\n", 17, 0)    = 17
recv(3, 0xbffff57b, 1, 0)               = -1 ETIMEDOUT (Connection timed out)


6187:   connect(3, 0xFFBED368, 16, 1)                   = 0
6187:   send(3, 0x001345D8, 19, 0)                      = 19
6187:      B E G I N   A U T H   R E Q U E S T\n
6187:   send(3, 0x0013D933, 14, 0)                      = 14
6187:      / h o m e / c v s / f v w m
6187:   send(3, "\n", 1, 0)                             = 1
6187:   send(3, " d a n e", 4, 0)                       = 4
6187:   send(3, "\n", 1, 0)                             = 1
6187:   send(3, " X X X X X X X", 7, 0)                 = 7
6187:   send(3, "\n", 1, 0)                             = 1
6187:   send(3, 0x001345EC, 17, 0)                      = 17
6187:      E N D   A U T H   R E Q U E S T\n
6187:   recv(3, " I", 1, 0)                             = 1
6187:   recv(3, "  ", 1, 0)                             = 1
6187:   recv(3, " L", 1, 0)                             = 1
6187:   recv(3, " O", 1, 0)                             = 1
6187:   recv(3, " V", 1, 0)                             = 1
6187:   recv(3, " E", 1, 0)                             = 1
6187:   recv(3, "  ", 1, 0)                             = 1
6187:   recv(3, " Y", 1, 0)                             = 1
6187:   recv(3, " O", 1, 0)                             = 1
6187:   recv(3, " U", 1, 0)                             = 1
6187:   recv(3, "\n", 1, 0)                             = 1

Interesting, who knew that's the way the CVS server responds. 
Obviously I replaced the encrypted password, but they were the
same.

> Also check /proc/sys/net/ipv4/tcp_ecn; make sure it's off.

I don't know what that is but here it is:

home> cat /proc/sys/net/ipv4/tcp_ecn 
0


I'll see about changing the cvs version I'm using later but
it doesn't look like that's the problem to me.

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to