From owner-freebsd-ports@freebsd.org Mon May 7 15:16:20 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 015EBFB4714 for ; Mon, 7 May 2018 15:16:20 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6415F7E6BD for ; Mon, 7 May 2018 15:16:18 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id w47FG35K028837 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Mon, 7 May 2018 17:16:10 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu To: freebsd-ports@freebsd.org From: Andrea Venturoli Subject: Troubles with net/tcpproxy Message-ID: <2f71b841-7e52-2e4e-3cfc-8352d4109acb@netfence.it> Date: Mon, 7 May 2018 17:16:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2018 15:16:20 -0000 Hello. I've been using this port since net/socket was removed and never had any trouble. Lately, however, I'm seeing something like this in the logs: > tcpproxy[7001]: Error on connect(): Connection refused, not adding client 16 > tcpproxy[7001]: Error on connect(): Connection refused, not adding client 16 > tcpproxy[7001]: Error on connect(): Connection refused, not adding client 16 > tcpproxy[7001]: Error on connect(): Connection refused, not adding client 16 > tcpproxy[7001]: Error on connect(): Connection refused, not adding client 16 > tcpproxy[7001]: Error on accept(): Software caused connection abort > tcpproxy[7001]: shutdown after error With that, tcpproxy is dead and must be restarted. Anyone has an idea what's happening and (possibly) how to s Documentation is scarce and I don't know where to go. Suggestion about other similar softwares are also welcome. bye & Thanks av.