gdb

John Polstra jdp at polstra.com
Tue Jun 22 16:11:28 GMT 2004


On 22-Jun-2004 Maxime Henrion wrote:
> Dag-Erling Sm?rgrav wrote:
>> have you tried using tcpdump to monitor the connection to the cvsup server?
> 
> Given how the CVSup protocol works, monitoring with tcpdump is uneasy if
> you don't know the protocol.  First, zlib compression needs to be disabled
> and then you need to realize there are several TCP streams multiplexed on
> a single TCP connection.

You can use two separate TCP connections by putting "-P -" on the
command line, and compression is easily disabled with "-Z".  The
protocol is plain text, so with those two options it's easy to follow
it using either tcpdump or ktrace.

In this case it really sounds like either a bona fide network problem
or some problem on the server side.  (On the other hand, Grover
reported that it works OK under FreeBSD 4.x.)  Just for fun, it would
be worthwhile to try forcing a lower MTU on the relevant network
interface or route.

John


More information about the freebsd-current mailing list