From owner-freebsd-questions@FreeBSD.ORG Tue May 27 10:26:30 2008 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 370AD1065674 for ; Tue, 27 May 2008 10:26:30 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 0D7D98FC1B for ; Tue, 27 May 2008 10:26:30 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp83-237-168-82.pppoe.mtu-net.ru [83.237.168.82]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id 2ED31242F838; Tue, 27 May 2008 14:26:28 +0400 (MSD) Date: Tue, 27 May 2008 14:26:26 +0400 From: Andrew Pantyukhin To: Matthew Seaman Message-ID: <20080527102624.GV92161@amilo.cenkes.org> References: <15B2305D-CE3E-43DE-A338-F4031380295F@mac.com> <483BA6DA.1050702@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483BA6DA.1050702@infracaninophile.co.uk> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Xiaobo Zhu , freebsd-questions@freebsd.org Subject: Re: Is there any cvsup site support ipv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 10:26:30 -0000 On Tue, May 27, 2008 at 07:14:50AM +0100, Matthew Seaman wrote: > The server might have IPv6 connectivity but does it provide > IPv6 access to cvsup? There's apparently no support in cvsupd > for IPv6 (some sort of modula3 bug I heard). You have to play > games with inetd(8) or do tricky firewall redirect stuff to > make cvsup available via IPv6. Here's what I have in the crontab of my private cvsup server: @reboot ncvs /usr/bin/nice -n 19 /usr/local/sbin/cvsupd -A 127.0.0.1 -C5 -s /home/ncvs @reboot ncvs /usr/local/bin/stone 127.0.0.1:5999 5999/v6 Nothing else is needed, and it works great.