<?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>Ionut's WebSpace &#187; OpenSolaris</title>
	<atom:link href="http://www.vioan.ro/wp/category/opensolaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vioan.ro/wp</link>
	<description>Exploring Creativity Is My Passion</description>
	<lastBuildDate>Wed, 05 Oct 2011 14:28:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My ZFS Home NAS/HTPC Box Build</title>
		<link>http://www.vioan.ro/wp/2010/01/19/my-zfs-home-nashtpc-box-build/</link>
		<comments>http://www.vioan.ro/wp/2010/01/19/my-zfs-home-nashtpc-box-build/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:43:19 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[*BSD]]></category>
		<category><![CDATA[Apple/OS X]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[HAS]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=408</guid>
		<description><![CDATA[


I was looking to build a NAS (Network Attached Storage) to store all my music, photos, files, e-books and important work related files. I also wanted to have a central place for my backups and to be used sometimes as HTPC. So, a &#8220;two in one&#8221; solution (NAS and HTPC).
Even if there are many ready-to-go [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking to build a NAS (Network Attached Storage) to store all my music, photos, files, e-books and important work related files. I also wanted to have a central place for my backups and to be used sometimes as HTPC. So, a &#8220;two in one&#8221; solution (NAS and HTPC).</p>
<p>Even if there are many ready-to-go NAS solutions I decided to build myself one and having the HTPC on the same machine. Here is mainly what I wanted:</p>
<ul>
<li>low powered system (64-bit microprocessor)</li>
<li>used as a media server (stream movies/music)</li>
<li>to be used sometimes as a HTPC, so I wanted HDMI (for HD video)</li>
<li>ZFS file system with all its goodies</li>
<li>gigabit ethernet interface to take advantage of the network bandwidth</li>
<li>nice chassis with four hot-swappable 3.5&#8243; SATA HDD (I am using just two HDD right now because the motherboard has only 3 SATA)</li>
</ul>
<p>My NAS/HTPC specs are here:</p>
<ul>
<li> <a href="http://www.chenbro.com/corporatesite/products_detail.php?sku=79">Chenbro ES34069 chassis</a></li>
<li><a href="http://www.zotacusa.com/zotac-ionitx-a-u-atom-n330-1-6ghz-dual-core-mini-itx-intel-motherboard.html">Zotac ION-ITX-A Wi-Fi Dual Core 1.6GHz</a> motherboard</li>
<li>2 GB Kingston DDR2 800MHz RAM</li>
<li>2 x Western Digital Caviar Green 1.0 TB</li>
<li>1x Toshiba 2.5&#8243; HDD 100 GB (for OS)</li>
</ul>
<p><img class="aligncenter size-medium wp-image-410" title="home_server1" src="http://www.vioan.ro/wp/wp-content/uploads/2010/01/home_server1-300x225.jpg" alt="home_server1" width="300" height="225" /><img class="aligncenter size-medium wp-image-411" title="es34069" src="http://www.vioan.ro/wp/wp-content/uploads/2010/01/es34069-214x300.jpg" alt="es34069" width="214" height="300" /></p>
<p>I choosed <a href="http://www.freebsd.org"><strong>FreeBSD</strong></a> as operating system, because I am more familiar with it than with Solaris. I recompiled <strong>mplayer</strong> with <strong>vdpau</strong> support (for HD video).</p>
<p>Here are the steps:</p>
<ul>
<li>download the latest mplayer snapshot from their website</li>
<li>download these two files (<a href="ftp://download.nvidia.com/XFree86/vdpau/include/vdpau/">ftp://download.nvidia.com/XFree86/vdpau/include/vdpau/</a>) and put them in <em>/usr/include/vdpau</em> (create that directory)</li>
<li>./configure &#8211;disable-x264-lavc &#8211;disable-x264 -–enable-vdpau</li>
<li>gmake</li>
<li>gmake install</li>
<li>check to see if you have vdpau support with: &#8220;<em>mplayer -vo help</em>&#8220;. If you see something like: &#8220;<em>vdpau VDPAU with X11</em>&#8221; then everything is ok.</li>
</ul>
<p>Some additional steps/configs:</p>
<ul>
<li>add zfs_enable=&#8221;YES&#8221; in /etc/rc.conf</li>
<li>add  the following in /boot/loader.conf:</li>
</ul>
<p>vm.kmem_size_max=&#8221;1024M&#8221;</p>
<p>vm.kmem_size=&#8221;1024M&#8221;</p>
<p>vfs.zfs.arc_max=&#8221;100M&#8221;</p>
<ul>
<li>zpool create storage mirror ad4 ad10</li>
<li>zfs create storage/archives</li>
<li>zfs create storage/backups</li>
<li>install samba, duplicity, rsnapshots, rsync, unison, ushare, &#8230;</li>
</ul>
<p>Right now, everything is working very well, I am very happy with the setup, but I still didn&#8217;t manage to have sound over HDMI, so, a temporary solution will be to connect an additional speaker system to it.</p>
<p>I don&#8217;t need any fancy remote control, I have a logitech wifi keyboard/mouse, because I like to be able to read the news in the morning (during cofee time) using google reader</p>
<p>The total power consumption is about 35W idle / 45W load which is pretty good, I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2010/01/19/my-zfs-home-nashtpc-box-build/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>I got OpenSolaris Live CD</title>
		<link>http://www.vioan.ro/wp/2008/05/22/i-got-opensolaris-live-cd/</link>
		<comments>http://www.vioan.ro/wp/2008/05/22/i-got-opensolaris-live-cd/#comments</comments>
		<pubDate>Thu, 22 May 2008 19:50:00 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=118</guid>
		<description><![CDATA[On 5th of May I asked for a free live cd on their website, and today after  about  two weeks I received it. Here is a picture:

Thanks Sun &#8230;
I will give a try and I will post a few screenshots soon &#8230;
]]></description>
			<content:encoded><![CDATA[<p>On 5th of May I asked for a free live cd on their website, and today after  about  two weeks I received it. Here is a picture:</p>
<p><img class="alignnone size-full wp-image-120" title="opensolariscd" src="http://www.vioan.ro/wp/wp-content/uploads/2008/05/opensolariscd.png" alt="" width="430" height="400" /></p>
<p>Thanks Sun &#8230;</p>
<p>I will give a try and I will post a few screenshots soon &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2008/05/22/i-got-opensolaris-live-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

