<?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>Networknet.nl Blog &#187; Qnap</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/category/vendor/qnap/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Mon, 05 Jul 2010 17:50:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Qnap: SABnzbd+_0.4.11 QPKG package installation</title>
		<link>http://www.networknet.nl/apps/wp/archives/872</link>
		<comments>http://www.networknet.nl/apps/wp/archives/872#comments</comments>
		<pubDate>Sun, 25 Oct 2009 16:44:17 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Qnap]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[qpkg]]></category>
		<category><![CDATA[sabnzbd]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/872</guid>
		<description><![CDATA[My LAN IP addresses recently changed and therefore I needed to move my Qnap TS-109 NAS box to a new IP address. Since than I was not able to open the SABnzbd+ web interface on tcp port 8800. The Qdownload folder and sabnzb subfolder still worked when presenting an NZB file. The SABnzbd+ daemon worked [...]]]></description>
			<content:encoded><![CDATA[<p>My LAN IP addresses recently changed and therefore I needed to move my Qnap TS-109 NAS box to a new IP address. Since than I was not able to open the SABnzbd+ web interface on tcp port 8800. The Qdownload folder and sabnzb subfolder still worked when presenting an NZB file. The SABnzbd+ daemon worked but I was not able to use GUI.</p>
<p>After leaning that Qnap released their v3 firmware I download and installed the binaries on my NAS box. New SABnzbd+_0.4.11 QPKG package was released and I download it and wanted to install this plugin and solve my problem.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapSABnzbd_0.11QPKGpackageinstallation_F9DD/QnapTS109.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Qnap TS109" border="0" alt="Qnap TS109" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapSABnzbd_0.11QPKGpackageinstallation_F9DD/QnapTS109_thumb.png" width="644" height="459" /></a></p>
<p>As the screenshot above shows the process of installing this SABnzbd+_0.4.11QPKG plug-in/package hanged at 50%. I reboot the NAS box, disabled SABnzbd+, reboot, removed Python package and reinstalled Pyton and SABnzbd+_0.4.11 but nothing helped. I even renamed the file as suggested in the support forms; still it did not helped. Tried with IE7 with WIndows XP; still it stopped at 50%.</p>
<p>Until I found a post that SABnzbd+_0.4.11 package may have a bug and try to go back to a earlier version. That’s what I did.</p>
<p>I found a post how to install the SABnzbd+_0.4.11.qpkg package without the web interface. Use putty.exe or ssh (mac/linux) and 22/ssh port and login. Go to your share where you stored the package and run it.</p>
<pre class="csharpcode">[/share/Qtemp] <span class="rem"># sh SABnzbd+_0.4.11.qpkg</span>
Install QNAP package on TS-NAS ...
qinstall.sh
SABnzbd+.tgz
4852+1 records <span class="kwrd">in</span>
4852+1 records out
qinstall.sh: line 79: qpkg.cfg: No such file or directory
Installation Abort.</pre>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>As you can see it failed. Make sure you installed the IPKG QPKG package to run the following commands. Wget is needed to download remote files (ipkg install wget).</p>
<p><strong><font color="#ff0000">Update:</font></strong> 2 November 2009 –&gt; I changed wrong hyperlink to 0.4.9 version and added unzip step</p>
<p><span class="rem"><br />
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<pre style="width: 87.44%; height: 181px" class="csharpcode">[/share/Qtemp] # wget http:<span class="rem">//ftp.qnap.com/QPKG/TS-109/SABnzbd+_0.4.9_TS-109.zip </span>
[/share/Qtemp] # unzip SABnzbd+_0.4.9_TS-109.zip
[/share/Qtemp] # sh SABnzbd+_0.4.9_TS-109.qpkg
Install QNAP package on TS-NAS ...
qinstall.sh
SABnzbd+.tgz
4794+1 records <span class="kwrd">in</span>
4794+1 records <span class="kwrd">out</span>
Link service start/stop script: sabnzbd.sh
Set QPKG information to /etc/config/qpkg.conf
SABnzbd+ 0.4.9 has been installed <span class="kwrd">in</span> /share/HDA_DATA/.qpkg/SABnzbd+.</pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>Wow my SABnzb+ is working again and I can access the web interface on port tcp 8800. SABnzbd+_0.4.12 is released and no QPKG package so far but now I can do that from SSH shell.</p>
<pre style="width: 87.32%; height: 133px" class="csharpcode">[/share/Qtemp] # wget http:<span class="rem">//surfnet.dl.sourceforge.net/sourceforge/sabnzbdplus/SABnzbd-0.4.12-src.tar.gz</span>
[/share/Qtemp] # tar -vxzf SABnzbd-0.4.12-src.tar.gz
[/share/Qtemp] # /etc/init.d/sabnzbd.sh stop
[/share/Qtemp] # cp -R SABnzbd-0.4.12/* /share/HDA_DATA/.qpkg/SABnzbd+/
[/share/Qtemp] # /etc/init.d/sabnzbd.sh start</pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapSABnzbd_0.11QPKGpackageinstallation_F9DD/QnapTS109SABnzbd04.12install.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Qnap TS109 SABnzbd 04.12 install" border="0" alt="Qnap TS109 SABnzbd 04.12 install" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapSABnzbd_0.11QPKGpackageinstallation_F9DD/QnapTS109SABnzbd04.12install_thumb.png" width="644" height="459" /></a></p>
<p>After two weeks no GUI interface I found a solution how to get my SABnzb daemon up and running with the latest version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/872/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Qnap: Introducing the brand new GUI v3</title>
		<link>http://www.networknet.nl/apps/wp/archives/871</link>
		<comments>http://www.networknet.nl/apps/wp/archives/871#comments</comments>
		<pubDate>Sun, 25 Oct 2009 16:24:39 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Qnap]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[v3]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/871</guid>
		<description><![CDATA[Qnap released their new FIRMWARE V3 which brings the best user experience with the AJAX technology for their NAS users. &#160; Firmware v3 features: QNAP NAS now supports Virtual Disk which enables the NAS to connect to other iSCSI targets over the network by the built-in iSCSI initiator feature for flexible storage expansion. EXT4 file [...]]]></description>
			<content:encoded><![CDATA[<p>Qnap released their new FIRMWARE V3 which brings the best user experience with the AJAX technology for their NAS users.</p>
<p>&#160;</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/intro.gif"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Qnap firmware v3" border="0" alt="Qnap firmware v3" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/intro_thumb.gif" width="640" height="312" /></a> </p>
<p>Firmware v3 features:</p>
<ul>
<li>QNAP NAS now supports Virtual Disk which enables the NAS to connect to other iSCSI targets over the network by the built-in iSCSI initiator feature for flexible storage expansion.</li>
<li>EXT4 file system supports larger volume size (&gt;16TB) and higher performance than EXT3. For more information, please visit <a href="http://en.wikipedia.org/wiki/Ext4">http://en.wikipedia.org/wiki/Ext4</a>.</li>
<li>With UPnP discovery, you can discover your NAS from any OS that supports UPnP. With Bonjour enabled, you can use the Finder to find the NAS or its services, e.g. AFP, on Mac OS X. There is no need to enter the IP address or configure the DNS servers.</li>
<li>QPKG: The QPKG software package platform enables the users to maximize the usage of Turbo NAS by installing additional software packages developed from the users and community worldwide. This can be done by simple click &#8216;download &amp; clicking&#8217; without going through any complicated process.</li>
<li>IP Filter/Network Access Protection: It&#8217;s simply the best anti-hacking solution that you will never want to miss.</li>
<li>IP Filter/Network Access Protection: It&#8217;s simply the best anti-hacking solution that you will never want to miss.</li>
<li>The NAS records all sorts of events such as system errors, warning messages, and connection logs. You can manage the log record by right clicking the logs and block the host IP address.</li>
<li>QFinder for Windows &amp; Mac: The QFinder not only allows you to discover and configure your QNAP NAS, but also supports the other features, such as Wake-On-LAN (if applicable). And the brand new design QFinder4Mac is now available, a native OS X application for your QNAP NAS.</li>
<li>QGet for Windows &amp; Mac: The QGet is simply the best client application for Download Station, which allows you to control your download jobs remotely.</li>
<li>The new UI supports popular browsers, including Microsoft Internet 7 &amp; 8, Apple Safari 3 &amp; 4, Mozilla Firefox 3, and Google Chrome.</li>
<li>The wizard guides you through the configuration process and makes it simple and fast.</li>
<li>Resource Monitor: Provides you the live view of the CPU Usage, the Disk Usage pie chart, and the bandwidth transfer statistics.</li>
<li>Get the latest news from QNAP such as up-to-date firmware, application and QPKG packages by the built-in RSS feed.</li>
<li>You can switch the display language of the GUI in a flash.</li>
<li>Select your favorite theme color for the web interface of the NAS. The settings will be applied automatically.</li>
<li>With real-time list search, you can find the specific user, group or share folder within just a second.</li>
<li>TwonkyMedia: TwonkyMedia works with DLNA-certified digital media adapters or UPnP AV-compliant devices, such as AV systems, TVs, PCs, game consoles and mobile devices (e.g. Apple iPhone).</li>
</ul>
<p>List of features is so huge and unbelievable what the engineers of Qnap did. The upgrade on my TS-109 from v2 to 3.1.0 Build0708 went very smooth. The NAS box is even quicker.&#160; Memory usage is still the same and with my config only 3MB free now.</p>
<p>If you own this piece of master work from Qnap please check their website and update you own NAS box.</p>
<p>To give you a better impression please see my screenshots below:</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="qnap1" border="0" alt="qnap1" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap1_thumb.jpg" width="644" height="425" /></a> </p>
<p>a) When you enter the Qnap v3 Admin interface</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap2.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="qnap2" border="0" alt="qnap2" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap2_thumb.jpg" width="644" height="425" /></a> </p>
<p>b) Qnap new AJAX login window and options to rember username and password. how sweat.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap3.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="qnap3" border="0" alt="qnap3" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap3_thumb.jpg" width="644" height="425" /></a> </p>
<p>c) QNap Turbo NAS Overview. New icons and interface which I really like. Super!</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap4.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="qnap4" border="0" alt="qnap4" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap4_thumb.jpg" width="644" height="425" /></a> </p>
<p>d) Qnap Firmware Update screen</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap5.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="qnap5" border="0" alt="qnap5" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap5_thumb.jpg" width="644" height="425" /></a> </p>
<p>e) Qnap Volume Management screen</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap6.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="qnap6" border="0" alt="qnap6" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap6_thumb.jpg" width="644" height="425" /></a> </p>
<p>f) Qnap Network Service screen</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap7.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="qnap7" border="0" alt="qnap7" src="http://www.networknet.nl/apps/wp/wp-content/uploads/QnapIntroducingthebrandnewGUIv3_F51B/qnap7_thumb.jpg" width="644" height="425" /></a> </p>
<p>g) Qnap QPKG Plugins screen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/871/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
