From owner-freebsd-current@freebsd.org Tue Mar 29 21:26:37 2016 Return-Path: Delivered-To: freebsd-current@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 1C22BAE2211 for ; Tue, 29 Mar 2016 21:26:37 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F0F3D1E43; Tue, 29 Mar 2016 21:26:36 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u2TLQRAf091023; Tue, 29 Mar 2016 14:26:31 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201603292126.u2TLQRAf091023@gw.catspoiler.org> Date: Tue, 29 Mar 2016 14:26:27 -0700 (PDT) From: Don Lewis Subject: Re: CURRENT slow and shaky network stability To: ohartman@zedat.fu-berlin.de cc: imb@protected-networks.net, kmacy@freebsd.org, freebsd-current@freebsd.org In-Reply-To: <201603282152.u2SLq9HN086958@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 21:26:37 -0000 On 28 Mar, Don Lewis wrote: > On 28 Mar, O. Hartmann wrote: > If I get a chance, I try booting my FreeBSD 11 machine with less RAM to > see if that is a trigger. I just tried cranking hw.physmen down to 8 GB on 11.0-CURRENT r297204, GENERIC kernel. /boot/loader.conf contains: geom_mirror_load="YES" kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" zfs_load="YES" vboxdrv_load="YES" hw.physmem="8G" /etc/sysctl.conf contains: kern.ipc.shm_allow_removed=1 No /etc/src.conf and nothing of that should matter in /etc/make.conf. This is what I see after running poudriere ports -p whatever -u last pid: 2102; load averages: 0.24, 0.52, 0.36 up 0+00:06:54 14:13:51 52 processes: 1 running, 51 sleeping CPU: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle Mem: 95M Active, 20M Inact, 1145M Wired, 39K Buf, 5580M Free ARC: 595M Total, 256M MFU, 248M MRU, 16K Anon, 14M Header, 78M Other Swap: 40G Total, 40G Free No swap used, inactive memory low, no interactivity problems. Next I'll try r297267, which is what I believe you are running. I scanned the commit logs between r297204 and r297267 and didn't see anything terribly suspicious looking. Are you doing any stateful firewalling? If the firewall connection state times out more quickly than the ssh keepalive interval, that would break connections.