From owner-freebsd-ports@freebsd.org Sun Feb 21 13:35:24 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41742AB030C for ; Sun, 21 Feb 2016 13:35:24 +0000 (UTC) (envelope-from dave@flaterco.com) Received: from nupi.pair.com (unknown [IPv6:2607:f440::d144:595]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25DCA1AA9; Sun, 21 Feb 2016 13:35:23 +0000 (UTC) (envelope-from dave@flaterco.com) Received: from [192.168.1.9] (pool-173-73-218-90.washdc.fios.verizon.net [173.73.218.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by nupi.pair.com (Postfix) with ESMTPSA id CF48F4B085; Sun, 21 Feb 2016 08:35:14 -0500 (EST) Subject: Re: xtide 2.15 on FreeBSD-current amd64 To: Manfred Antar , vanilla@FreeBSD.org, FreeBSD Ports ML References: <86A01DE5-6592-4F9C-A224-F870F0C5517B@pozo.com> From: David Flater Message-ID: <56C9BD0E.7070301@flaterco.com> Date: Sun, 21 Feb 2016 08:35:10 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <86A01DE5-6592-4F9C-A224-F870F0C5517B@pozo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 13:35:24 -0000 On 02/20/2016 08:57 PM, Manfred Antar wrote: > Error details: bind: Invalid argument. This is the punishment for trying to support IPv6. I just love having to guess which argument is invalid and how. Does the problem go away if you specify explicitly your address like /usr/local/sbin/xttpd 50.197.129.137/8080 ? DWF