Installing Optware and SABnzbd+ on the iomega ix2-200 Cloud Edition

Katılım
14 Ağustos 2010
Mesajlar
79.057
Makaleler
289
Çözümler
2.268
Yer
İstanbul
Daha fazla  
Cinsiyet
Erkek
Profil Kapağı
1522743131
First of all, enable SSH an SFTP: Enable SSH and SFTP on StorCenter ix2-200 Cloud Edition

Now download PuTTY, run it and enter the IP address of the ix2-200 Cloud Edition.

Username: root
Password: soho (+ your admin password if you have one. e.g.: soho1234)

ScreenShot028.jpg


Now you have root, we are going to install ipkg. We will use those codes:

Kod:
export feed=http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable
export ipk_name=`wget -qO- $feed/Packages | awk '/^Filename: ipkg-opt/ {print $2}'`
wget $feed/$ipk_name
tar -xOvzf $ipk_name ./data.tar.gz | tar -C / -xzvf -
mkdir -p /opt/etc/ipkg
echo "src cross $feed" > /opt/etc/ipkg/feeds.conf

You should now already have Optware installed and configured as per the section above. Now we are going to update and install nano:


Kod:
export PATH=/opt/bin:$PATH
 ipkg update
 ipkg install nano

You need to set /opt/bin to permanently be in your PATH environment variable. On this device for the root user you should add the following to the bottom of /root/.profile

Kod:
export PATH=/opt/bin:$PATH

Install Optware:

Kod:
cat > /etc/ipkg.conf
src cross http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstablesrc native http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable[press Ctrl + D to save and exit]

Update ipkg:
Kod:
ipkg update

Check which packages are available:
Kod:
ipkg list

Install SABnzbd+
Kod:
ipkg install sabnzbdplus
 
Thanks for this!

Although, I think you have a typo for future viewers.
You said:
Kod:
cat < /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

and I think it should be:
Kod:
cat > /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
[press Ctrl + D to save and exit]

At least that's what I had to do (cat > to create the conf file).

Also, with the old ix2-200 non-cloud version, there was a way to set up optware auto-start script located in /opt/etc/init.d by modifying the thumbnails portion of /mnt/apps/usr/local/cfg/sohoProcs.xml. I don't see the thumbnails part of the xml included in this cloud version. Is this still needed to auto-start optware scripts?
 
Uyarı! Bu konu 12 yıl önce açıldı.
Muhtemelen daha fazla tartışma gerekli değildir ki bu durumda yeni bir konu başlatmayı öneririz. Eğer yine de cevabınızın gerekli olduğunu düşünüyorsanız buna rağmen cevap verebilirsiniz.

Yeni konular

Geri
Yukarı