From owner-freebsd-arm@freebsd.org Mon Nov 20 16:58:24 2017 Return-Path: Delivered-To: freebsd-arm@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 D61ABDF0F45 for ; Mon, 20 Nov 2017 16:58:24 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B59B564CD9 for ; Mon, 20 Nov 2017 16:58:24 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id vAKGwWJv055870 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 20 Nov 2017 08:58:33 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id vAKGwWaI055869; Mon, 20 Nov 2017 08:58:32 -0800 (PST) (envelope-from fbsd) Date: Mon, 20 Nov 2017 08:58:32 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Re: ssh sessions close spontaneously on rpi2 Message-ID: <20171120165832.GA55836@www.zefox.net> References: <20171118165638.GA47956@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171118165638.GA47956@www.zefox.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2017 16:58:24 -0000 Can anybody reproduce the following behavior on RPI2 ? Boot the machine multi-user and start two ssh login sessions. On one, start a top session, as a placeholder. On the second, su to root, cd to /usr/ports and run make -j8 clean > clean.log & Next, try to open another (this makes three) ssh connection. Log in, and just watch. On my test box at FreeBSD 12.0-CURRENT (RPI2) #10 r325987 the connection fails within a couple of minutes; the login session terminates without explanation and the connection closes. No errors are on the serial console, /var/log/messages records nothing related. Ssh sessions started prior to starting make clean seem unaffected. Thanks for reading, bob prohaska