From nobody Mon May 27 11:47:59 2024 X-Original-To: questions@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 4Vnv6H6dxCz5M99W for ; Mon, 27 May 2024 11:48:07 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from outbound.ifdnrg.com (outbound.ifdnrg.com [193.200.98.22]) (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 RSA-PSS (2048 bits) client-digest SHA256) (Client CN "outbound.ifdnrg.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Vnv6G0F3Bz4qs3 for ; Mon, 27 May 2024 11:48:05 +0000 (UTC) (envelope-from paul@ifdnrg.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=ifdnrg.com header.s=ifdnrg-default header.b=Bkz3vx8Z; dmarc=pass (policy=quarantine) header.from=ifdnrg.com; spf=pass (mx1.freebsd.org: domain of paul@ifdnrg.com designates 193.200.98.22 as permitted sender) smtp.mailfrom=paul@ifdnrg.com Received: from [192.168.0.10] (sgyl-39-b2-v4wan-170863-cust200.vm6.cable.virginm.net [86.26.144.201]) (authenticated bits=0) by outbound.ifdnrg.com (8.18.1/8.18.1) with ESMTPSA id 44RBlwla021338 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Mon, 27 May 2024 12:47:58 +0100 (BST) (envelope-from paul@ifdnrg.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ifdnrg.com; s=ifdnrg-default; t=1716810478; bh=V05oYa4SerelX7bdF+Iu2OhpBaGkhrSZCVYaCPHl8JQ=; h=Date:Subject:To:References:From:In-Reply-To; b=Bkz3vx8ZuGuaESQeQHoqC03k9EmBk12LQhXOF/SUscW8DapNW4UJtq3Wc872nZpCZ lKUI6oil0ucAlfubzoiBTvTPZBOJ07ZQW/5Fy9Cnl+P12yhVfeow9oAw8ENML7fu1T fXE+cKas+MlQmJJaSyVM5iSE2hiG6UINuEb5OHXBOJwugGNdP5I629alL2kQ9er5PE V1EPBxC7+XzLpSm7xCD46bPkcGvsZI8howHaMxpjs9DXmSQAlx+aK5VAyS7ufRhdQB cJqezP/qYoqngtRkIZFAqo7ZXjGSGaWd5+EK5ulJ4c9felqW2dE2fY3rUYQL2ANdqr wiYkYwfIKDOPQ== Content-Type: multipart/alternative; boundary="------------BYPIOof0tHMGNLYSFeY42pEP" Message-ID: Date: Mon, 27 May 2024 12:47:59 +0100 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: 13.3 upgrade issue Content-Language: en-GB To: questions@freebsd.org References: <884f556b-7a27-4316-9ee1-453cc34fe676@ifdnrg.com> <7053605c-7ab5-4c7d-8b51-2a3ab953ad1b@ifdnrg.com> <86h6em5o0u.fsf@ltc.des.dev> From: Paul Macdonald In-Reply-To: <86h6em5o0u.fsf@ltc.des.dev> X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.89 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[ifdnrg.com,quarantine]; R_DKIM_ALLOW(-0.20)[ifdnrg.com:s=ifdnrg-default]; R_SPF_ALLOW(-0.20)[+ip4:193.200.98.0/24]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; ONCE_RECEIVED(0.10)[]; XM_UA_NO_VERSION(0.01)[]; DKIM_TRACE(0.00)[ifdnrg.com:+]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[paul]; ARC_NA(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[questions@freebsd.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:20860, ipnet:193.200.98.0/23, country:GB]; MIME_TRACE(0.00)[0:+,1:+,2:~] X-Rspamd-Queue-Id: 4Vnv6G0F3Bz4qs3 This is a multi-part message in MIME format. --------------BYPIOof0tHMGNLYSFeY42pEP Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit > # UNAME_r=13.2-RELEASE freebsd-update upgrade -r 13.3-RELEASE > > then run `freebsd-update install` repeatedly (up to three times) until > it says there is nothing to install. > > DES that worked, thank you DES! -- ------------------------- Paul Macdonald (he/him) IFDNRG Ltd Web and video hosting ------------------------- t: 0131 5548070 m: 07970339546 e:paul@ifdnrg.com w:https://www.ifdnrg.com ------------------------- IFDNRG 40 Maritime Street Edinburgh EH6 6SA ---------------------------------------------------- Virtual Servers from £50.00pm High specification Dedicated Servers from £150.00pm ---------------------------------------------------- --------------BYPIOof0tHMGNLYSFeY42pEP Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
# UNAME_r=13.2-RELEASE freebsd-update upgrade -r 13.3-RELEASE

then run `freebsd-update install` repeatedly (up to three times) until
it says there is nothing to install.

DES
that worked, thank you DES!

-- 
-------------------------
Paul Macdonald (he/him)
IFDNRG Ltd
Web and video hosting
-------------------------
t: 0131 5548070
m: 07970339546
e: paul@ifdnrg.com
w: https://www.ifdnrg.com
-------------------------
IFDNRG
40 Maritime Street
Edinburgh
EH6 6SA
----------------------------------------------------

Virtual Servers from £50.00pm
High specification Dedicated Servers from £150.00pm

----------------------------------------------------
--------------BYPIOof0tHMGNLYSFeY42pEP--