From nobody Thu Sep 23 17:52:45 2021 X-Original-To: freebsd-current@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 2C16617C1E2F for ; Thu, 23 Sep 2021 17:53:08 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HFjSM6PDpz3hQD for ; Thu, 23 Sep 2021 17:53:07 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.16.1/8.16.1) with ESMTPS id 18NHqlqL050325 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 23 Sep 2021 20:52:50 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 18NHqlqL050325 Received: (from kostik@localhost) by tom.home (8.16.1/8.16.1/Submit) id 18NHqjMQ050323; Thu, 23 Sep 2021 20:52:45 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 23 Sep 2021 20:52:45 +0300 From: Konstantin Belousov To: Tomoaki AOKI Cc: freebsd-current@freebsd.org Subject: Re: latest current fails to boot. Message-ID: References: <20210922230905.79a494a4ddbecd7d6b8179ea@dec.sakura.ne.jp> <20210924004301.4b16fa28619ed5191b331be9@dec.sakura.ne.jp> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210924004301.4b16fa28619ed5191b331be9@dec.sakura.ne.jp> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.5 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on tom.home X-Rspamd-Queue-Id: 4HFjSM6PDpz3hQD X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Fri, Sep 24, 2021 at 12:43:01AM +0900, Tomoaki AOKI wrote: > On Wed, 22 Sep 2021 23:09:05 +0900 > Tomoaki AOKI wrote: > > > On Wed, 22 Sep 2021 05:47:46 -0700 > > David Wolfskill wrote: > > > > > On Wed, Sep 22, 2021 at 02:39:37PM +0200, Johan Hendriks wrote: > > > > I did a git pull this morning and it fails to boot. > > > > I hangs at Setting hostid : 0x917bf354 > > > > > > > > This is a vm running on vmware. > > > > If i boot the old kernel from yesterday it boots normally. > > > > > > > > uname -a > > > > FreeBSD varnish-cdn-node03 14.0-CURRENT FreeBSD 14.0-CURRENT #0 > > > > main-n249518-5572fda3a2f: Tue Sep 21 14:40:22 CEST 2021 > > > > root@varnish-cdn-node03:/usr/obj/usr/src/amd64.amd64/sys/KRNL amd64 > > > > .... > > > > > > I had no issues with my build machine or either of two laptops, either > > > from yesterday: > > > > > > FreeBSD g1-55.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #358 main-n249518-5572fda3a2f3: Tue Sep 21 05:15:22 PDT 2021 root@g1-55.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 1400033 1400033 > > > > > > or today: > > > > > > FreeBSD g1-55.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #359 main-n249556-c96da1994587: Wed Sep 22 04:24:17 PDT 2021 root@g1-55.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 1400033 1400033 > > > > > > [uname strings from my main laptop shown, but I keep the machines > > > in sync rather aggressively.] > > > > > > Perhaps the issue you are encountering involves things not in my > > > environment (such as VMs or ZFS)? > > > > > > Peace, > > > david > > > -- > > > David H. Wolfskill david@catwhisker.org > > > Life is not intended to be a zero-sum game. > > > > > > See https://www.catwhisker.org/~david/publickey.gpg for my public key. > > > > For me, on bare metal (non-vm) amd64 with root-on-ZFS, > > > > Fails to boot to multiuser at git: 8db1669959ce > > Boot fine at git: 0b79a76f8487 > > > > Boot to singleuser is fine even with failed revision. > > > > Failure mode: > > Hard hangup or spinning and non-operable. Hard power-off needed. > > Seems to happen after starting rc.conf processing and before setting > > hostid. > > > > -- > > Tomoaki AOKI > > > > Additional info and correction. > *Hung up before setting hostuuid, not hostid. > > *^T doesn't respond at all, only hard power off worked. > > *`kldload nvidia-modeset.ko` on single user mode sanely work. > > > Why I could know rc.conf is started to be processed: > > I have lines below at the end of /etc/rc.conf and its output is always > the first line related to /etc/rc.conf, at least for non-verbose boot. > The next line is normally "Setting hostuuid: " line, which was not > displayed when boot hung up. > > > kldstat -q -n nvidia.ko > if [ 0 -ne $? ] ; then > echo "Loading nvidia-driver modules via rc.conf." > if [ -e /boot/modules/nvidia-modeset.ko ] ; then > kld_list="${kld_list} nvidia-modeset.ko" > else > kld_list="${kld_list} nvidia.ko" > fi > fi If you do not load nvidia-modeset.ko at all, does the boot proceed? When the boot hangs, can you enter into ddb?