From owner-freebsd-current@freebsd.org Wed Aug 15 13:52:42 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 16D791085625 for ; Wed, 15 Aug 2018 13:52:42 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 AF4E88DE61; Wed, 15 Aug 2018 13:52:41 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 1037421B54; Wed, 15 Aug 2018 09:52:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 15 Aug 2018 09:52:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=yXudO/UC1RzeGcKPcmJmyYyEydKrp TO6P2p3ymhet4M=; b=HxnncOZvYeFoH4JX5d/DvmfPvKQDj8TP1qbgkqBxAsdHa Dyloa8T/H00eyg9AjhLophjc/GIz5ydeHKGkBjOXjcUPm/xVx6+MMSPrDHORHlEu M4hh1j2NMxSmDNTD88VF8CUQ2fejKALh740kUFRxKldZ/EUiFy8ZQ0yjj9jgFS/L s6tKgUMmiqKtzOb5tGMqwFaKIYK+Uj4NDv+kKSHtLnp5u+zUdoLwpZVSWXntRxRv 80e1sCmDJGaFMbYxqaEkp18a2Nh90vVK00Zz2jPdLyCBk+8Vj6kVpNOPmQRRv+Aa HJSiIm54goQelCOOcPeTHFGQptHqMnBefczKFt84Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=yXudO/ UC1RzeGcKPcmJmyYyEydKrpTO6P2p3ymhet4M=; b=AQaSXhDRR+PTiSSZebdfSB Opba3OrI1EUDGELm0UfTooAMcjIYpXKczOg0L8sPLzCiOwuMngOTOahQAZppAU46 A9AhyghnRi81YxofRzOFcUQ9Axw5nukaf7kRvGqKbuKSCO78qCNYRNOTl2TaqiUn pry2Ce9Y0P1V6SMBfG8tdUfaTE9so/u6PQ9bw+dOxe/10qPOpMuiA2L4GaP3E0Qr yTv5bT+UvzM7W6amqrV0Dqybb+45EIEjLOpVDY2btWGVRY0gw4B/KmkcxplxDIw9 99xSgawSTJUQFEhV/rxzL0c6AnjDW+aqY1amRzThdJncPLYMQpf5XhqeUWadiMgg == X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 400001028B; Wed, 15 Aug 2018 09:52:40 -0400 (EDT) Subject: Re: boot errors since upgrading to 12-current From: tech-lists To: Kyle Evans Cc: Toomas Soome , FreeBSD Current References: <22F5A9FD-3167-4029-8CFF-B4096E9E69BB@me.com> <24f2e3f5-67b3-a5ac-8394-a7b5ecd0ce39@zyxst.net> Organization: none Message-ID: Date: Wed, 15 Aug 2018 14:52:39 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 15 Aug 2018 13:52:42 -0000 On 15/08/2018 13:20, tech-lists wrote: > On 15/08/2018 12:49, Kyle Evans wrote: >> On Wed, Aug 15, 2018 at 6:22 AM, tech-lists wrote: >>> Hello Toomas, >>> >>> On 15/08/2018 07:31, Toomas Soome wrote: >>>> >>>> Well that does explain the problem, if you look on the sizes >>>> reported… so >>>> your BIOS is reporting wrong sizes, is unable to access whole 4TB >>>> space and >>>> the zfs reader is not getting the correct data from the disks >>> >>> >>> Do you know why this was not happening on 11-stable but is happening on >>> 12-current? >>> >>> The BIOS has not been modified since the machine was bought back in >>> 2014. >>> >> >> Perhaps r335245, which fixed a logical error and completely changed >> the calculations for this stuff and possibly sent you on dramatically >> different path. There's not too many commits to this area that haven't >> yet landed back in stable/11, fortunately. >> >> Thanks, >> >> Kyle Evans >> > > Thank you Toomas and Kyle for the clarifications. > addendum to this - installed new world and kernel r337835 and the zfs warning at boot seems to have disappeared. Something else odd has started happening though, will make a new email for it - usb keyboard no longer functioning at the beastie menu, but functions when boot completes. -- J.