From nobody Fri Apr 28 07:40:23 2023 X-Original-To: stable@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 4Q74Jq2r7gz487Bb for ; Fri, 28 Apr 2023 07:40:27 +0000 (UTC) (envelope-from SRS0=dZEH=AT=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 4Q74Jq0fSjz4LsY for ; Fri, 28 Apr 2023 07:40:26 +0000 (UTC) (envelope-from SRS0=dZEH=AT=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 7FAB7D78AB; Fri, 28 Apr 2023 09:40:24 +0200 (CEST) Received: from [192.168.145.50] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id B8819D788A; Fri, 28 Apr 2023 09:40:23 +0200 (CEST) Message-ID: <0db3bbf1-9e98-d721-c734-fdfe2483cbf0@quip.cz> Date: Fri, 28 Apr 2023 09:40:23 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: etcupdate created empty files = system unbootable To: Dave Cottlehuber , stable@freebsd.org References: <312ae63f-4fab-e194-c603-a85fd11f6edd@quip.cz> Content-Language: cs-Cestina From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Q74Jq0fSjz4LsY X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 28/04/2023 08:30, Dave Cottlehuber wrote: > On Thu, 27 Apr 2023, at 11:21, Miroslav Lachman wrote: >> After this I updated bootcode with gpart and rebooted the machine but it >> does not come up, cannot login via ssh. Accessing this remote machine >> with remote mamagement / IPMI was a nightmare. It took me almost 5 hours >> because of java etc. but it's a different story. >> >> The machine in question is all ZFS based. > > Ouch. I don’t wish java remote console on anybody. I have heard a very small number of vaguely similar complaints but nothing concrete. > > Do you still have the zfs snapshot this was upgraded from? It would be good to know if this issue is reproducible, and even better to work out what’s happening. > > Please log a PR for this issue yes, I have Boot Environment created before system upgrade (I always create BE before system or pkg upgrades) and there are automatic snapshot from cron. Should I try to clone it and reproduce it again? I will file a PR today. Kind regards Miroslav Lachman