<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>How to updates your Freebsd system Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/how-to-updates-your-freebsd-system/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:42:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to update your Freebsd system</title>
		<link>https://www.osradar.com/how-to-updates-your-freebsd-system/</link>
					<comments>https://www.osradar.com/how-to-updates-your-freebsd-system/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 17 May 2018 08:12:26 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[How to updates your Freebsd system]]></category>
		<category><![CDATA[upgrade freebsd]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3106</guid>

					<description><![CDATA[<p>FreeBSD system from 10 to 11 is one of the big releases. I gave a try yesterday in my home. I installed FreeBSD and here, I will show you to do this. FreeBSD is a cool system used mostly by teachers and scientists. Many people prefers BSD over Linux because of many points, but still [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-updates-your-freebsd-system/">How to update your Freebsd system</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>FreeBSD system from 10 to 11 is one of the big releases. I gave a try yesterday in my home. I installed FreeBSD and here, I will show you to do this. FreeBSD is a cool system used mostly by teachers and scientists. Many people prefers BSD over Linux because of many points, but still not a good system for new computers and gamers because of missing new tools and drivers.</p>
<p>Please follow my steps bellow.</p>
<p><strong>About my machine Now</strong></p>
<pre>root@osradarFreeBSD:/usr/ports # uname -a 
FreeBSD osradarFreeBSD 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
root@osradarFreeBSD:/usr/ports#</pre>
<p><strong>Check the  Current version</strong></p>
<pre>root@osradarFreeBSD:~ # freebsd-version -ku
11.0-RELEASE-p1
11.0-RELEASE-p1
root@osradarFreeBSD:~ #</pre>
<p><strong>Update this versions with with last patches</strong></p>
<pre>root@osradarFreeBSD:~ # freebsd-update fetch install
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching public key from update5.freebsd.org... done.
Fetching metadata signature for 11.0-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Fetching 2 metadata files... done.
Inspecting system... done.
Preparing to download files... done.
Fetching 1153 patches.....10....20....30....40....50....60....70....80....90....100....110....120....130....140....150....160....170....180....190....200....210....220....230....240....250....260....270....280....290....300.
10....1120....1130....1140....1150. done.
Applying patches... done.
Fetching 10 files... done.
WARNING: FreeBSD 11.0-RELEASE-p1 HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after Fri Dec 1 00:59:59 CET 2017
will not have been corrected.
</pre>
<p>In the warning above, you see that my release was out of security  support from Dec 2017.</p>
<p>The latest release is 11.1. Let&#8217;s update to  this release.</p>
<pre>root@osradarFreeBSD:~ # freebsd-update upgrade -r 11.1-RELEASE
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 11.0-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
The following components of FreeBSD seem to be installed:
kernel/generic world/base world/lib32
The following components of FreeBSD do not seem to be installed:
kernel/generic-dbg world/base-dbg world/doc world/lib32-dbg
Does this look reasonable (y/n)? y
Fetching metadata signature for 11.1-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches.
 done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
Inspecting system...
done.
Fetching 10575 patches.</pre>
<p><strong>Install the fetched patches</strong></p>
<p>To install the downloaded upgrades, run</p>
<pre><code>/usr/sbin/freebsd-update install
</code></pre>
<p class="comments-section"> The last command  log of &#8220;<code>freebsd-update upgrade -r 11.1-RELEASE</code>&#8221; prompts executing &#8220;<code>freebsd-update install</code>&#8220;:</p>
<pre><code># freebsd-update install
src component not installed, skipped
Installing updates...
Kernel updates have been installed.  Please reboot and run
"/usr/sbin/freebsd-update install" again to finish installing updates.
</code></pre>
<p><strong>Reboot your  machine and run gain freebsd-update install<br />
</strong></p>
<pre># reboot
# freebsd-update install
src component not installed, skipped
Installing updates... done.</pre>
<p><strong>check now the running FreeBSD version</strong></p>
<pre>root@osradarFreeBSD:~ # freebsd-version -ku 
11.1-RELEASE-p10 
11.1-RELEASE-p10 
root@osradarFreeBSD:~ #</pre>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-updates-your-freebsd-system/">How to update your Freebsd system</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-updates-your-freebsd-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
