From owner-freebsd-current@freebsd.org Thu Feb 8 09:58:36 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E25BF14C90 for ; Thu, 8 Feb 2018 09:58:36 +0000 (UTC) (envelope-from listjm@club.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 307147E69F for ; Thu, 8 Feb 2018 09:58:35 +0000 (UTC) (envelope-from listjm@club.fr) Received: from [192.168.1.51] (125.164.7.84.rev.sfr.net [84.7.164.125]) by msfrf2627.sfr.fr (SMTP Server) with ESMTP id 481D51C00043C for ; Thu, 8 Feb 2018 10:58:34 +0100 (CET) Received: from [192.168.1.51] (125.164.7.84.rev.sfr.net [84.7.164.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: juanmolina@sfr.fr) by msfrf2627.sfr.fr (SMTP Server) with ESMTPSA; Thu, 8 Feb 2018 10:58:33 +0100 (CET) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=juanmolina@sfr.fr From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Subject: Panic on Boot - Current AMD64 To: freebsd-current@freebsd.org Cc: glebius@freebsd.org References: <2AFF3AE4-8740-4776-9D8D-7D709EE051C6@gmail.com> Message-ID: <0f14ae85-7fbe-9486-0aed-441cf51879bb@club.fr> Date: Thu, 8 Feb 2018 10:58:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <2AFF3AE4-8740-4776-9D8D-7D709EE051C6@gmail.com> X-sfr-mailing: LEGIT Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 08 Feb 2018 09:58:36 -0000 > On Wed, Feb 07, 2018 at 12:18:26PM +0100, Juan Ramón Molina Menor wrote: > J> > Same panic here with HEAD from this afternoon in a Lenovo ThinkPad S440 > J> > with 4 GB. > J> > > J> > Workaround: break into the loader prompt and: > J> > > J> > set vm.boot_pages=120 > J> > boot > J> > > J> > When booting kernel.old, vm.boot_pages is 64. > J> > > J> > There is something wrong with r328916. > J> > J> Recent commits 328955, 328953 and 328952 by glebius@ do not resolve the > J> issue here. > > r328982 should fix the boot without specifing vm.boot_pages. > > I'm sorry for problems. > > -- > Gleb Smirnoff Yes, it is fixed, thanks!