From nobody Mon Sep 5 04:24:49 2022 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MLb5m1YrLz4c2H0 for ; Mon, 5 Sep 2022 04:25:00 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:123::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4MLb5l0Ns2z42J2 for ; Mon, 5 Sep 2022 04:24:58 +0000 (UTC) (envelope-from jamie@catflap.org) X-Catflap-Envelope-From: Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id 2854OnO2054177; Mon, 5 Sep 2022 05:24:50 +0100 (BST) (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id 2854Onkd054176; Mon, 5 Sep 2022 05:24:49 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <202209050424.2854Onkd054176@donotpassgo.dyslexicfish.net> Date: Mon, 05 Sep 2022 05:24:49 +0100 Organization: Dyslexic Fish To: mason@blisses.org, jamie@catflap.org Cc: freebsd-hackers@freebsd.org, eugen@grosbein.net Subject: Re: Help debugging Vultr boot delay...? References: <202208271429.27RETkGg063822@donotpassgo.dyslexicfish.net> In-Reply-To: User-Agent: Heirloom mailx 12.4 7/29/08 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Mon, 05 Sep 2022 05:24:50 +0100 (BST) X-Rspamd-Queue-Id: 4MLb5l0Ns2z42J2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=catflap.org; spf=pass (mx1.freebsd.org: domain of jamie@catflap.org designates 2001:19f0:300:2185:123::1 as permitted sender) smtp.mailfrom=jamie@catflap.org X-Spamd-Result: default: False [-2.70 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-1.00)[-0.997]; DMARC_POLICY_ALLOW(-0.50)[catflap.org,none]; R_SPF_ALLOW(-0.20)[+mx:dyslexicfish.net]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-hackers@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; ASN(0.00)[asn:20473, ipnet:2001:19f0::/38, country:US]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[jamie]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; HAS_ORG_HEADER(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Mason Loring Bliss wrote: > On Sat, Aug 27, 2022 at 03:29:46PM +0100, Jamie Landeg-Jones wrote: > > > < smbios.chassis.version="pc-i440fx-5.2" > > > smbios.chassis.version="pc-i440fx-7.0" > > < smbios.system.version="pc-i440fx-5.2" > > > smbios.system.version="pc-i440fx-7.0" > > This is interesting. I've included the new detail in my Vultr report. > > From the bug report: > > > I see 5.2 matching Debian stable and 7.0 matching Debian testing/sid > > (or Bullseye backports) if it's Debian, with the only Ubuntu match > > being Kinetic Kudo, 22.10, and I'm guessing you're not running that > > since it's not released yet. > > So I'm going to spin up a hypervisor here using QEMU/KVM versions to match > and I'll see if I can reproduce the odd results. One thing I didn't try, and that's creating a FreeBSD instance with the "q35" system version. (That should happen if you do a manual install from an ISO.) -- q35 was disabled for FreeBSD due to problems which I think have been fixed in current/stable (but not made it to "release" yet. So trying a recent "current" ISO may prove useful. Cheers, jamie