From owner-freebsd-questions@FreeBSD.ORG Tue Dec 18 17:53:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40DB616A419 for ; Tue, 18 Dec 2007 17:53:55 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.19.101.164]) by mx1.freebsd.org (Postfix) with ESMTP id 0B1ED13C465 for ; Tue, 18 Dec 2007 17:53:54 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from localhost (localhost [127.0.0.1]) by mail.barafranca.com (Postfix) with ESMTP id 0792EC4F2B for ; Tue, 18 Dec 2007 18:00:45 +0000 (UTC) Received: from mail.barafranca.com ([67.19.101.164]) by localhost (mail.barafranca.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40193-01 for ; Tue, 18 Dec 2007 18:00:09 +0000 (UTC) Received: from [192.168.200.26] (a213-22-38-76.cpe.netcabo.pt [213.22.38.76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTP id F02AEC4DE0 for ; Tue, 18 Dec 2007 18:00:07 +0000 (UTC) Message-ID: <4768090A.6050400@barafranca.com> Date: Tue, 18 Dec 2007 17:53:14 +0000 From: Hugo Silva User-Agent: Thunderbird 2.0.0.9 (X11/20071213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4766CAB1.8020908@barafranca.com> In-Reply-To: <4766CAB1.8020908@barafranca.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at barafranca.com X-Spam-Status: No, score=0 tagged_above=-1 required=4 tests=[none] X-Spam-Score: 0 X-Spam-Level: Subject: Re: cvsup-mirror: clients never get past 'running' (server 100% idle) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 17:53:55 -0000 Hugo Silva wrote: > Hello, > > I've set up a local cvsup mirror for a freebsd server farm but I'm > having some trouble making it work. > > I went with all the defaults on the install, only skipping gnats www > and mail. > > The initial update went well, took awhile but I have all files in > place now. > > However, when connecting to get src or ports, it'll never get past > > /usr/src# make update > -------------------------------------------------------------- > >>> Running /usr/bin/csup > -------------------------------------------------------------- > Parsing supfile "/root/cvsup/standard-supfile" > Connecting to 172.16.100.22 > Connected to 172.16.100.22 > Server software version: SNAP_16_1h > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data connection > Running > > > 73163 3002 1 44 0 7592K 3812K select 0 0:02 0.00% cvsupd > > It just stays idle forever... > > 3002 73163 0.0 0.2 7592 3812 ?? IJ 7:07PM 0:01.58 > /usr/local/sbin/cvsupd -e -C 10 -l @daemon -b /usr/local/etc/cvsup -s > sup.client > > > > FreeBSD 7.0-BETA4/amd64, cvsupd is running inside a jail, on ZFS. > > What am I missing ? > > Regards, > > Hugo > Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp4 0 16479 172.16.100.22.5999 172.16.100.92.61642 ESTABLISHED Send-Q is 16479 on the server as soon as the client gets to the "Running" phase (and stalls), the client sees: tcp4 0 0 172.16.100.92.61642 172.16.100.22.5999 ESTABLISHED I'm baffled and don't have much free time to chase this down right now, does this ring a bell to anyone at all ? No firewalls are running on either host, and they're in the same subnet.. Best regards, Hugo