<?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>Vladimir Vuksan&#039;s blog &#187; Linux</title>
	<atom:link href="http://blog.vuksan.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vuksan.com</link>
	<description>Documenting the systems and network infrastructure madness</description>
	<lastBuildDate>Tue, 03 Jan 2012 03:50:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Customizing iomega StorCenter ix4-200d with ipkg</title>
		<link>http://blog.vuksan.com/2010/04/28/customizing-iomega-storcenter-ix4-200d-with-ipkg/</link>
		<comments>http://blog.vuksan.com/2010/04/28/customizing-iomega-storcenter-ix4-200d-with-ipkg/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:16:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.vuksan.com/?p=179</guid>
		<description><![CDATA[I have the iomega StorCenter ix4-200d. It is a nice little NAS with a number of decent features including rsync server etc. Unfortunately there were couple things I wanted fixed since for example rsync was at version 2.6.9 which does not support incremental updates. Machine runs a custom Linux distribution so I figured someone must [...]]]></description>
			<content:encoded><![CDATA[<p>I have the iomega StorCenter ix4-200d. It is a nice little NAS with a number of decent features including rsync server etc. Unfortunately there were couple things I wanted fixed since for example rsync was at version 2.6.9 which does not support incremental updates. Machine runs a custom Linux distribution so I figured someone must have figured out how to customize it. I found part of the answer here</p>
<p><a href="http://www.krausam.de/?p=33">www.krausam.de/?p=33</a></p>
<p>To enable SSH you need to log in as administrator to your StorCenter then go to https://&lt;storcenterIP&gt;/support.html. Turn on SSH access. StorCenter will reboot. Then you will be able to ssh into the box as root where password is your admin password with soho prepended ie. if your web gui password is secret then root password is sohosecret.</p>
<p>Post has a way to bootstrap Debian on the box however I found an easier solution ie. StorCenter ships with ipkg utility which is similar to apt-get and yum commands. To enable proper repositories I searched and found them here</p>
<p><a href="http://forum.synology.com/enu/viewtopic.php?f=40&amp;t=5823">http://forum.synology.com/enu/viewtopic.php?f=40&amp;t=5823</a></p>
<p>Easy way to add them is cut and paste following</p>
<pre>cat &lt;&lt;EOF &gt; /etc/ipkg.conf
src cross http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable
src native http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable
EOF</pre>
<p>Then type</p>
<pre>ipkg update</pre>
<p>After that you can check the list of available packages by typing</p>
<pre>ipkg list | less</pre>
<p>To install packages type</p>
<pre>ipkg install &lt;package_name&gt;</pre>
<p>Please note that packages are installed in /opt so adjust paths properly ie. screen is installed in</p>
<p>/opt/bin/screen</p>
<p>Hope this helps someone</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vuksan.com/2010/04/28/customizing-iomega-storcenter-ix4-200d-with-ipkg/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

