From owner-freebsd-questions@freebsd.org Fri Mar 17 19:57:00 2017 Return-Path: Delivered-To: freebsd-questions@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 14C4BD0F1C8 for ; Fri, 17 Mar 2017 19:57:00 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DE87F1C37 for ; Fri, 17 Mar 2017 19:56:59 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id v2HJusup006314 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 17 Mar 2017 13:56:54 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id v2HJusme006311; Fri, 17 Mar 2017 13:56:54 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 17 Mar 2017 13:56:54 -0600 (MDT) From: Warren Block To: Bertram Scharpf cc: freebsd-questions@freebsd.org Subject: Re: Second severe crash in six weeks In-Reply-To: <20170317195043.GA5295@becker.bs.l> Message-ID: References: <20170315222221.GA18691@becker.bs.l> <20170317195043.GA5295@becker.bs.l> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Fri, 17 Mar 2017 13:56:54 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2017 19:57:00 -0000 On Fri, 17 Mar 2017, Bertram Scharpf wrote: > On Thursday, 16. Mar 2017, 08:59:44 +0000, Matthew Seaman wrote: >> On 15/03/2017 22:22, Bertram Scharpf wrote: >>> since I upgraded to FreeBSD 11.0, every second >>> port rebuild freezes the system. Besides that, >>> in the last two weeks I had two packages that >>> refused to build. >> >> This does sound like hardware problems to me. > > I admit the hardware is a little bit old. But at the moment > _everything_ is messed up almost at once. That's too much. > > Today I began trying to reproduce the problem by creating > a USB stick with 11.0. I started saying this: > > # dd if=/dev/zero of=usbstick.img bs=1M count=7552 A count should not be necessary, it will stop when it runs out of input. > And yet, the system froze again! This really sounds like hardware problems, likely RAM or power supply. Can it run memtest86 for any length of time?