<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[FreeBSD 15.1-RELEASE upgrade complete with pkgbase]]></title><description><![CDATA[<p dir="auto">Essentially, two commands:</p>
<ol>
<li><code>pkg upgrade -Fqy</code></li>
<li><code>pkg upgrade -qUy &amp;&amp; shutdown -r +30 "restarting with an upgraded kernel"</code></li>
</ol>
<p dir="auto">– it was not necessary to repeat the first.</p>
<pre><code class="language-text">root@clean:~ # freebsd-version -kru ; uname -mvKU
15.1-RC3-p1
15.1-RC3-p1
15.1-RC3-p1
FreeBSD 15.1-RC3-p1 releng/15.1-n283561-e89f5d0df8fd GENERIC amd64 1501000 1501000
root@clean:~ # pkg upgrade -Fqy
root@clean:~ # pkg upgrade -qUy
Generating apropos(1) database for /usr/share/man...
Generating apropos(1) database for /usr/share/openssl/man...
=====
Message from FreeBSD-local-unbound-15.1:

--
After upgrading local-unbound, the configuration file should be regenerated
by running "service local_unbound setup" before restarting the service.
root@clean:~ # freebsd-version -kru ; uname -KU
15.1-RELEASE
15.1-RC3-p1
15.1-RELEASE
1501000 1501000
root@clean:~ # shutdown -r +30 "restarting with an upgraded kernel"
</code></pre>
<h2>Please note</h2>
<p dir="auto">This is <em>not</em> an encouragement to perform upgrades before official announcements.</p>
<p dir="auto">For the second command, I used the <code>--quiet</code> and <code>--yes</code> options only because in this case – a test machine in VirtualBox – I had confidence that installing packages would have no adverse effect. You should never combine those two options without knowing exactly what you're doing.</p>
<p dir="auto">It was a simple upgrade, not a minor or major upgrade.</p>
<p dir="auto"><a href="https://www.freebsd.org/releases/15.1R/" rel="nofollow ugc">https://www.freebsd.org/releases/15.1R/</a></p>
<p dir="auto"><a href="https://wiki.freebsd.org/Releng/15.1ISSUES" rel="nofollow ugc">https://wiki.freebsd.org/Releng/15.1ISSUES</a></p>
]]></description><link>https://billboard.bsd.cafe/topic/245/freebsd-15.1-release-upgrade-complete-with-pkgbase</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 09:06:05 GMT</lastBuildDate><atom:link href="https://billboard.bsd.cafe/topic/245.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Jun 2026 02:24:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FreeBSD 15.1-RELEASE upgrade complete with pkgbase on Sat, 13 Jun 2026 03:15:47 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">It was a simple upgrade, not a minor or major upgrade.</p>
</blockquote>
<p dir="auto">Last week:</p>
<ul>
<li><a href="https://www.reddit.com/r/freebsd/comments/1ty5njr/pkgbase_major_upgrade_from_freebsd_144_to_151rc2/" rel="nofollow ugc">pkgbase major upgrade from FreeBSD 14.4 to 15.1-RC2: an example : r/freebsd</a></li>
</ul>
]]></description><link>https://billboard.bsd.cafe/post/685</link><guid isPermaLink="true">https://billboard.bsd.cafe/post/685</guid><dc:creator><![CDATA[grahamperrin]]></dc:creator><pubDate>Sat, 13 Jun 2026 03:15:47 GMT</pubDate></item></channel></rss>