From owner-freebsd-arm@freebsd.org Mon Mar 6 09:23:57 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 7FD5DCFBE74 for ; Mon, 6 Mar 2017 09:23:57 +0000 (UTC) (envelope-from iz-rpi03@hs-karlsruhe.de) Received: from smtp.hs-karlsruhe.de (smtp.HS-Karlsruhe.DE [193.196.64.25]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0DC12DD for ; Mon, 6 Mar 2017 09:23:57 +0000 (UTC) (envelope-from iz-rpi03@hs-karlsruhe.de) Received: from iz-wera01.hs-karlsruhe.de ([193.196.65.46]) by smtp.hs-karlsruhe.de with esmtp (Exim 4.80.1) (envelope-from ) id 1ckory-004k8U-Sq; Mon, 06 Mar 2017 10:23:54 +0100 X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 From: Ralf Wenk To: freebsd-arm@freebsd.org Subject: Re: Booting an old kernel on RPI2 In-reply-to: <20170304165740.GA9625@www.zefox.net> References: <20170304165740.GA9625@www.zefox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Mon, 06 Mar 2017 10:23:54 +0100 Message-Id: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 09:23:57 -0000 At Sat, 4 Mar 2017 08:57:40 -0800, bob prohaska wr= ote: > A recent world/kernel build went badly wrong, resulting in an > =22out of memory=22 report on the console and no further progress. >=20 > There are two spare kernels on the system, kernel.old and kernel.spare,= > but even kernel.spare, which I know worked, still produces the same > =22out of memory=22 prompt on the console.=20 > =5B...=5D I am having the same problem here. It happened during make installworld of r314701. I run make installworld while the former kernel r313407 was still active. Now both kernels will boot up, but produce the same =22out of memory=22 message while going to single- or multi-user. So it is not even possible to get a working shell in single-user mode. As it first happens during make installworld while still running the =22old=22 r313407 kernel I think the cause is not the kernel itself. Ralf