From owner-freebsd-doc@FreeBSD.ORG Wed Apr 4 12:26:20 2007 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EAF116A404 for ; Wed, 4 Apr 2007 12:26:20 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.freebsd.org (Postfix) with ESMTP id 1F67A13C45B for ; Wed, 4 Apr 2007 12:26:19 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so149739wra for ; Wed, 04 Apr 2007 05:26:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=iyx+Rp4TtUO5bfxbBuFendXaZlRrOn5Fp1SdjOJv/ktxbyiZNU3YZAuR35ItNeCawEbSPu24yEiJESxctbpO7Ab3zulPMxEBeEg61IRRoW1ZyEP2lvNNwk3eQkobSc8uZzwxlCdR4QeG4ylbEbVYLxhfW195Jj2xbHc+1/HQoPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=QwNkeUtSlkGnRUCMSU5S0SY9sssuj/8KJn9bMFIw/apeThsCeg7wi7Qskl2AVxwX/THn44lZ/N6QTG6rNYJpvjPA22YVz4Cs224q1gniedIwE85b5Rk3VEu20HCyPG84MmBFfRj9ZSXqhk92PBSH1rWVpdw3D2th+MkdmQrDdqc= Received: by 10.114.60.19 with SMTP id i19mr234255waa.1175688002034; Wed, 04 Apr 2007 05:00:02 -0700 (PDT) Received: by 10.114.201.2 with HTTP; Wed, 4 Apr 2007 05:00:01 -0700 (PDT) Message-ID: Date: Wed, 4 Apr 2007 16:00:01 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Richard Cooke" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 82027d4ce06fd41c Cc: doc@freebsd.org Subject: Re: |FreeBSD Handbook feedback X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2007 12:26:20 -0000 On 4/4/07, Richard Cooke wrote: > I just wanted to mention that nowhere in the FreeBSD handbooks > documentation on CVSup did it mention that CVSup requires port 5999 to > be open. Can you look at adding this information in to the Handbook as > it seems very relevant to me and caused me a lot of frustration trying > to figure out why CVSup wasn't working. And you were sure that all cvsup traffic was tunneled over http? https? inside DNS queries? as a distinct IP-level protocol? in a special Vlan directly inside Ethernet frames? :-) To add the info into Handbook might be a good idea, but I just can't help smiling when I try to imagine how cvsup working through a dedicated tcp port can cause frustration. /etc/services is your friend. Cheers!