From owner-freebsd-current@FreeBSD.ORG Tue Jun 22 16:11:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3943116A4CE; Tue, 22 Jun 2004 16:11:28 +0000 (GMT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE65F43D53; Tue, 22 Jun 2004 16:11:27 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i5MGB42J035221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Jun 2004 09:11:04 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i5MGB4M4072585; Tue, 22 Jun 2004 09:11:04 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20040622104924.GR9228@elvis.mu.org> Date: Tue, 22 Jun 2004 09:11:03 -0700 (PDT) From: John Polstra To: Maxime Henrion X-Bogosity: No, tests=bogofilter, spamicity=0.006484, version=0.14.5 cc: freebsd-current@freebsd.org Subject: Re: gdb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 16:11:28 -0000 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