From nobody Fri Jul 21 11:55:36 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 4R6p0X6BRkz4p7BZ for ; Fri, 21 Jul 2023 11:55:40 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (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-signature ECDSA (P-384) client-digest SHA384) (Client CN "ns1.nethead.se", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4R6p0X44CFz4HXS for ; Fri, 21 Jul 2023 11:55:40 +0000 (UTC) (envelope-from peo@nethead.se) Authentication-Results: mx1.freebsd.org; none X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1689940538; bh=ze/Qe565+NF9KmQDdkZnNXiRQ9FWSRCD02EwuHT9cG8=; h=Date:Subject:To:References:From:In-Reply-To; b=jhGryHVdvvqseEoS9ljgGNfF0Td1b1h9QetvTWnAEq6Ufh2pUi/H5jjrf7yOAnu5p ABbsaV5vcvf1BMpPItMdUiwhE8qo4LwF1goa+oCZPi1IwmYA45sxAIZGsyjjQcEXtT VMeBbEHFNM+dqbC2ChQ9kG2Y2Eq+B7llZNHzsvZY= Message-ID: <43783795-93bb-14c0-7a43-69a3c1a2f42f@nethead.se> Date: Fri, 21 Jul 2023 13:55:36 +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.10.1 Subject: Re: Source upgrade 12.4 - 13.2 installworld jails Function not implemented Content-Language: en-US To: Eugene Grosbein , stable@freebsd.org References: From: Per olof Ljungmark In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4R6p0X44CFz4HXS X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On 2023-07-21 11:51, Eugene Grosbein wrote: > 21.07.2023 16:11, Per olof Ljungmark wrote: > >> Hi all, >> >> Looking for advice what to do next. This is a production server and we can only afford short downtimes. >> >> Kernel is (was) >> FreeBSD 12.4-STABLE stable/12-c3bbba00e GENERIC >> then >> Fetched 13.2-STABLE sources yesterday morning. >> >> Did, >> make buildworld >> make kernel >> make installworld >> >> etcupdate applied in between >> >> Did not reboot between kernel and world because wanted to save time, perhaps stupid. > > You installed world on host, now you have new binaries that NEED new kernel. Reboot the host ASAP. > >> Now that I want to upgrade the jails, >> make installworld DESTDIR=$jail > > That should be done after new kernel booted. > Thank you Eugene!