<?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 for propaganda and lies</title>
	<atom:link href="http://www.nmedia.net/chris/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nmedia.net/chris</link>
	<description></description>
	<lastBuildDate>Fri, 17 Feb 2012 19:47:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on flashrd by nickbeee</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-35</link>
		<dc:creator>nickbeee</dc:creator>
		<pubDate>Fri, 17 Feb 2012 19:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-35</guid>
		<description>@vlad - I edited the flashrd script. Look for the lines 
&lt;code&gt;
export vnddirs=&quot;root bin etc sbin usr&quot;  # must match vnddirs= in stand/rc and fstab
#export vndsize=&quot;102400 auto 102400 auto auto&quot;
&lt;/code&gt;
which show the mappings between the dirs and the vndsize. Change the appropriate parameter in vndsize. For mine I made a  1GB /usr
&lt;code&gt;
export vndsize=&quot;102400 auto 102400 auto 2097152&quot; # 1GB /usr partition tweak
&lt;/code&gt;

I&#039;ve not investigated how flashrd creates the auto sizes yet though.</description>
		<content:encoded><![CDATA[<p>@vlad &#8211; I edited the flashrd script. Look for the lines<br />
<code><br />
export vnddirs="root bin etc sbin usr"  # must match vnddirs= in stand/rc and fstab<br />
#export vndsize="102400 auto 102400 auto auto"<br />
</code><br />
which show the mappings between the dirs and the vndsize. Change the appropriate parameter in vndsize. For mine I made a  1GB /usr<br />
<code><br />
export vndsize="102400 auto 102400 auto 2097152" # 1GB /usr partition tweak<br />
</code></p>
<p>I&#8217;ve not investigated how flashrd creates the auto sizes yet though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by nickbeee</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-34</link>
		<dc:creator>nickbeee</dc:creator>
		<pubDate>Tue, 14 Feb 2012 19:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-34</guid>
		<description>Correction to the above - dd command should end with 
&lt;code&gt;
BS=64k
&lt;/code&gt;
(WP doesn&#039;t allow me to preview before submitting  :cry:</description>
		<content:encoded><![CDATA[<p>Correction to the above &#8211; dd command should end with<br />
<code><br />
BS=64k<br />
</code><br />
(WP doesn&#8217;t allow me to preview before submitting  :cry:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by nickbeee</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-33</link>
		<dc:creator>nickbeee</dc:creator>
		<pubDate>Tue, 14 Feb 2012 19:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-33</guid>
		<description>Thanks for this package Chris. Been playing around with OpenBSD for a while now and this will be useful for a diskless ipv6 router project.
I managed to install to CF using my Mac OSX 10.6 - firstly I built flashrd in a OpenBSD 5.0 Virtual Box VM then exported the image back to the Mac via sftp (OpenBSD VM wouldn&#039;t recognise my USB cardreader).

Under OSX I put the CF in an external USB cardreader where it appears as /dev/disk1. 
&lt;code&gt;
macbookpro:flashrd nickb$ mount
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
/dev/disk1s1 on /Volumes/FLASHRD (msdos, local, nodev, nosuid, noowners)
&lt;/code&gt;

I then unmounted the disk from the OSX filesystem -
&lt;code&gt;
macbookpro:flashrd nickb$ diskutil unmount /Volumes/FLASHRD
Volume FLASHRD on disk1s1 unmounted
&lt;/code&gt;

Finally I wrote the image file to the flash card using dd -
&lt;code&gt;
macbookpro:flashrd nickb$ sudo dd if=flashimg.i386-20120126 of=/dev/disk1 bs=64
&lt;/code&gt;

Finally I installed the CF card using a CF to 3.5IDE adapter bought on Ebay.</description>
		<content:encoded><![CDATA[<p>Thanks for this package Chris. Been playing around with OpenBSD for a while now and this will be useful for a diskless ipv6 router project.<br />
I managed to install to CF using my Mac OSX 10.6 &#8211; firstly I built flashrd in a OpenBSD 5.0 Virtual Box VM then exported the image back to the Mac via sftp (OpenBSD VM wouldn&#8217;t recognise my USB cardreader).</p>
<p>Under OSX I put the CF in an external USB cardreader where it appears as /dev/disk1.<br />
<code><br />
macbookpro:flashrd nickb$ mount<br />
/dev/disk0s2 on / (hfs, local, journaled)<br />
devfs on /dev (devfs, local, nobrowse)<br />
map -hosts on /net (autofs, nosuid, automounted, nobrowse)<br />
map auto_home on /home (autofs, automounted, nobrowse)<br />
/dev/disk1s1 on /Volumes/FLASHRD (msdos, local, nodev, nosuid, noowners)<br />
</code></p>
<p>I then unmounted the disk from the OSX filesystem -<br />
<code><br />
macbookpro:flashrd nickb$ diskutil unmount /Volumes/FLASHRD<br />
Volume FLASHRD on disk1s1 unmounted<br />
</code></p>
<p>Finally I wrote the image file to the flash card using dd -<br />
<code><br />
macbookpro:flashrd nickb$ sudo dd if=flashimg.i386-20120126 of=/dev/disk1 bs=64<br />
</code></p>
<p>Finally I installed the CF card using a CF to 3.5IDE adapter bought on Ebay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by vlad</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-32</link>
		<dc:creator>vlad</dc:creator>
		<pubDate>Sun, 12 Feb 2012 10:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-32</guid>
		<description>I think I asked about this before but cannot find an answer. My openbsd.vnd has cca 273 MB and the /usr slice within is running out of space, had to exclude man pages for the system to fit. How to resize/grow it ? The underlying storage has enough space left.</description>
		<content:encoded><![CDATA[<p>I think I asked about this before but cannot find an answer. My openbsd.vnd has cca 273 MB and the /usr slice within is running out of space, had to exclude man pages for the system to fit. How to resize/grow it ? The underlying storage has enough space left.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by chris</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-31</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sun, 06 Nov 2011 16:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-31</guid>
		<description>From the point of view of syslogd, nothing should be different at all. However, /var is writeable in the default flashrd setup but it&#039;s also transient, unless you save it on shutdown.</description>
		<content:encoded><![CDATA[<p>From the point of view of syslogd, nothing should be different at all. However, /var is writeable in the default flashrd setup but it&#8217;s also transient, unless you save it on shutdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by quist</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-30</link>
		<dc:creator>quist</dc:creator>
		<pubDate>Mon, 31 Oct 2011 15:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-30</guid>
		<description>What is the default operation of the syslog  daemon on flashrd? Does it differ from the standard OpenBSD configuration?

Russell</description>
		<content:encoded><![CDATA[<p>What is the default operation of the syslog  daemon on flashrd? Does it differ from the standard OpenBSD configuration?</p>
<p>Russell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by chris</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-29</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 28 Oct 2011 14:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-29</guid>
		<description>I believe the flashrd edition for 4.9-current should work fine on 5.0 release. I&#039;ll mark it as so on the web site.</description>
		<content:encoded><![CDATA[<p>I believe the flashrd edition for 4.9-current should work fine on 5.0 release. I&#8217;ll mark it as so on the web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by quist</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-28</link>
		<dc:creator>quist</dc:creator>
		<pubDate>Fri, 28 Oct 2011 12:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-28</guid>
		<description>What is the status of flashrd for OpenBSD 5.0? Do you wait for the official release and then start the testing/porting at that time? Or have you already been testing.

Russell</description>
		<content:encoded><![CDATA[<p>What is the status of flashrd for OpenBSD 5.0? Do you wait for the official release and then start the testing/porting at that time? Or have you already been testing.</p>
<p>Russell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by Sam Vaughan</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-26</link>
		<dc:creator>Sam Vaughan</dc:creator>
		<pubDate>Mon, 10 Oct 2011 22:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-26</guid>
		<description>Hi Chris, thanks very much for flashrd, I&#039;ve fallen in love with single board computers now!

I&#039;m using 20110303 and finding that even though tardirs is commented out in /etc/rc.shutdown, /var gets tarred anyway by default.  (except in single user mode when rc.shutdown is skipped)

I think this is because /etc/rc sources /etc/rc.conf, which sources /etc/rc.conf.local, which defines tardirs to &quot;var&quot;.  The solution is to explicitly define tardirs to the empty string in /etc/rc.shutdown instead of leaving it commented out.

The reason I started looking into this was because I was occasionally getting a partially populated /var on boot, presumably as a result of the power being cut whilst /var was being tarred.

Can I suggest that you change /etc/rc.shutdown to a) define an empty tardirs variable and b) tar the files to a temporary file that gets moved to the destination file on completion instead of overwriting the existing file?

Cheers and thanks again for flashrd.</description>
		<content:encoded><![CDATA[<p>Hi Chris, thanks very much for flashrd, I&#8217;ve fallen in love with single board computers now!</p>
<p>I&#8217;m using 20110303 and finding that even though tardirs is commented out in /etc/rc.shutdown, /var gets tarred anyway by default.  (except in single user mode when rc.shutdown is skipped)</p>
<p>I think this is because /etc/rc sources /etc/rc.conf, which sources /etc/rc.conf.local, which defines tardirs to &#8220;var&#8221;.  The solution is to explicitly define tardirs to the empty string in /etc/rc.shutdown instead of leaving it commented out.</p>
<p>The reason I started looking into this was because I was occasionally getting a partially populated /var on boot, presumably as a result of the power being cut whilst /var was being tarred.</p>
<p>Can I suggest that you change /etc/rc.shutdown to a) define an empty tardirs variable and b) tar the files to a temporary file that gets moved to the destination file on completion instead of overwriting the existing file?</p>
<p>Cheers and thanks again for flashrd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on flashrd by chris</title>
		<link>http://www.nmedia.net/chris/flashrd/#comment-23</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 16 May 2011 04:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nmedia.net/chris#comment-23</guid>
		<description>the FAQ lists some simple upgrade methods, get openbsd.vnd from a 4.9 image and it would be fairly easy

you have to configure the kernel image for sd0 if you don&#039;t use wd0 as your default disk device</description>
		<content:encoded><![CDATA[<p>the FAQ lists some simple upgrade methods, get openbsd.vnd from a 4.9 image and it would be fairly easy</p>
<p>you have to configure the kernel image for sd0 if you don&#8217;t use wd0 as your default disk device</p>
]]></content:encoded>
	</item>
</channel>
</rss>

