From owner-freebsd-arm@FreeBSD.ORG Fri Nov 21 05:06:53 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4012CFC4 for ; Fri, 21 Nov 2014 05:06:53 +0000 (UTC) Received: from mail.FoxValley.net (mail.FoxValley.net [64.135.192.34]) by mx1.freebsd.org (Postfix) with SMTP id E58A2354 for ; Fri, 21 Nov 2014 05:06:52 +0000 (UTC) Received: (qmail 8787 invoked from network) for freebsd-arm@freebsd.org; 20 Nov 2014 23:06:52 -0600 Received: from 71-211-193-1.hlrn.qwest.net (HELO ?192.168.1.3?) (draymond@71.211.193.1) by mail.foxvalley.net with SMTP; 20 Nov 2014 23:06:52 -0600 Message-ID: <546EC869.4030507@foxvalley.net> Date: Thu, 20 Nov 2014 22:06:49 -0700 From: Dan Raymond User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: "freebsd-arm@freebsd.org" Subject: tcpflow and tcpick Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 05:06:53 -0000 I tried compiling /usr/ports/net/tcpflow and /usr/ports/net/tcpick for ARMv6 on my Raspberry Pi. Tcpflow took around 24 hours to compile and it seems to be working OK. Tcpick took 2 minutes to compile but it doesn't work correctly. When I execute 'tcpick' I get no output: root@raspberry-pi:~ # tcpick important: `man 8 tcpick' explains all options available The same port works fine when I compile and run it inside an x64 virtual machine: root@draymond-bsd:~ # tcpick important: `man 8 tcpick' explains all options available Starting tcpick 0.2.1 at 2014-11-20 20:44 MST Timeout for connections is 600 tcpick: listening on em0 1 SYN-SENT xx.xx.xxx.xxx:54344 > xx.xxx.xx.xx:ssh 1 SYN-RECEIVED xx.xx.xxx.xxx:54344 > xx.xxx.xx.xx:ssh 1 ESTABLISHED xx.xx.xxx.xxx:54344 > xx.xxx.xx.xx:ssh