<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: DragonFly 4.0.3 images available	</title>
	<atom:link href="https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Mon, 26 Jan 2015 10:51:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Nobody		</title>
		<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/comment-page-1/#comment-329296</link>

		<dc:creator><![CDATA[Nobody]]></dc:creator>
		<pubDate>Mon, 26 Jan 2015 10:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=15498#comment-329296</guid>

					<description><![CDATA[@Justin: Thanks a lot!]]></description>
			<content:encoded><![CDATA[<p>@Justin: Thanks a lot!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nobody		</title>
		<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/comment-page-1/#comment-329295</link>

		<dc:creator><![CDATA[Nobody]]></dc:creator>
		<pubDate>Mon, 26 Jan 2015 10:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=15498#comment-329295</guid>

					<description><![CDATA[@Sascha, Anonymous: Thanks a lot!]]></description>
			<content:encoded><![CDATA[<p>@Sascha, Anonymous: Thanks a lot!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/comment-page-1/#comment-329278</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 26 Jan 2015 04:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=15498#comment-329278</guid>

					<description><![CDATA[@Sascha, thanks for the advice
@Nobody, just keep in mind that will only use 1 CPU]]></description>
			<content:encoded><![CDATA[<p>@Sascha, thanks for the advice<br />
@Nobody, just keep in mind that will only use 1 CPU</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Justin Sherrill		</title>
		<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/comment-page-1/#comment-329173</link>

		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Sun, 25 Jan 2015 17:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=15498#comment-329173</guid>

					<description><![CDATA[Nobody - that should work.  If for some reason you get an error on the &#039;quick&#039; stage, change it to buildworld/buildkernel, and it should be fine.]]></description>
			<content:encoded><![CDATA[<p>Nobody &#8211; that should work.  If for some reason you get an error on the &#8216;quick&#8217; stage, change it to buildworld/buildkernel, and it should be fine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nobody		</title>
		<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/comment-page-1/#comment-328984</link>

		<dc:creator><![CDATA[Nobody]]></dc:creator>
		<pubDate>Sat, 24 Jan 2015 21:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=15498#comment-328984</guid>

					<description><![CDATA[@Anonymous: Sorry for responding but if i have already done make src-create i do the following:

cd /usr/src
git pull
make quickworld
make quickkernel
make installkernel
make installworld
make upgrade
(reboot)

A&#039;m i right?]]></description>
			<content:encoded><![CDATA[<p>@Anonymous: Sorry for responding but if i have already done make src-create i do the following:</p>
<p>cd /usr/src<br />
git pull<br />
make quickworld<br />
make quickkernel<br />
make installkernel<br />
make installworld<br />
make upgrade<br />
(reboot)</p>
<p>A&#8217;m i right?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sascha Wildner		</title>
		<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/comment-page-1/#comment-328849</link>

		<dc:creator><![CDATA[Sascha Wildner]]></dc:creator>
		<pubDate>Sat, 24 Jan 2015 10:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=15498#comment-328849</guid>

					<description><![CDATA[@Nobody: Yes, that is the correct way.

@Anonymous: Be careful with running &#039;make rescue&#039; that way. You have installed the new kernel and modules already at this point (but are not yet running the new kernel) and &#039;make rescue&#039; will load the vn(4) module (if it is not already loaded from loader.conf or compiled into your kernel), which means it will load a _new_ vn(4) module but your _old_ kernel is still running. We had issues/crashes with this in the past, which is why we decoupled &#039;make rescue&#039; from &#039;make upgrade&#039; some time ago. It is probably safer to reboot between &#039;upgrade&#039; and &#039;rescue&#039; there so that the running kernel and the modules are in sync.]]></description>
			<content:encoded><![CDATA[<p>@Nobody: Yes, that is the correct way.</p>
<p>@Anonymous: Be careful with running &#8216;make rescue&#8217; that way. You have installed the new kernel and modules already at this point (but are not yet running the new kernel) and &#8216;make rescue&#8217; will load the vn(4) module (if it is not already loaded from loader.conf or compiled into your kernel), which means it will load a _new_ vn(4) module but your _old_ kernel is still running. We had issues/crashes with this in the past, which is why we decoupled &#8216;make rescue&#8217; from &#8216;make upgrade&#8217; some time ago. It is probably safer to reboot between &#8216;upgrade&#8217; and &#8216;rescue&#8217; there so that the running kernel and the modules are in sync.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/comment-page-1/#comment-328740</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sat, 24 Jan 2015 03:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=15498#comment-328740</guid>

					<description><![CDATA[Assuming you have already done make src-create once as above, this is what I do, I have it in a script.

#!/bin/sh

NUMCPU=`sysctl -n hw.ncpu`
NUMCPU=`expr $NUMCPU + 1`

cd /usr/src

git pull &#038;&#038; nice -n 20 make -j $NUMCPU buildworld &#038;&#038; nice -n 20 make -j $NUMCPU buildkernel &#038;&#038; nice -n 20 make installworld &#038;&#038; nice -n 20 make installkernel &#038;&#038; nice -n 20 make upgrade &#038;&#038; nice -n 20 make rescue]]></description>
			<content:encoded><![CDATA[<p>Assuming you have already done make src-create once as above, this is what I do, I have it in a script.</p>
<p>#!/bin/sh</p>
<p>NUMCPU=`sysctl -n hw.ncpu`<br />
NUMCPU=`expr $NUMCPU + 1`</p>
<p>cd /usr/src</p>
<p>git pull &amp;&amp; nice -n 20 make -j $NUMCPU buildworld &amp;&amp; nice -n 20 make -j $NUMCPU buildkernel &amp;&amp; nice -n 20 make installworld &amp;&amp; nice -n 20 make installkernel &amp;&amp; nice -n 20 make upgrade &amp;&amp; nice -n 20 make rescue</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nobody		</title>
		<link>https://www.dragonflydigest.com/2015/01/23/dragonfly-4-0-3-images-available/comment-page-1/#comment-328703</link>

		<dc:creator><![CDATA[Nobody]]></dc:creator>
		<pubDate>Fri, 23 Jan 2015 22:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=15498#comment-328703</guid>

					<description><![CDATA[Is this way correct:
cd /usr
make src-create
cd /usr/src
make buildworld
make buildkernel 
make installkernel
make installworld
make upgrade
(reboot)]]></description>
			<content:encoded><![CDATA[<p>Is this way correct:<br />
cd /usr<br />
make src-create<br />
cd /usr/src<br />
make buildworld<br />
make buildkernel<br />
make installkernel<br />
make installworld<br />
make upgrade<br />
(reboot)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
