Yesterday was the, DSM 5.0 Synology has finally released. Thanks to the many cloud features I wanted to quickly get the update. But as with any update, I have two important questions for me:
Works IPKG then?
Works pyLoad then?
I can now respond to both questions is "YES". It must be installed but again but that should be no problem. Here are the steps that need to go through their.
Danger: The following procedure is only for NAS with Marvell Kirkwood CPU! What you have in your device can be found in this table.
Disclaimer: Basically, much of it from the Synology Wiki. However, it has not done anything yet on DSM 5.0 taken into account and at the pyLoad installation is still a mess. Therefore, here in beautiful structured way.
install IPKG
connect via SSH to the NAS
1 |
cd /volume1/public |
(Create if not available with mkdir / volume1 / public)
wget http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/syno-x07-bootstrap_1.2-7_arm.xsh
1 2 3 |
sh syno-x07-bootstrap_1.2-7_arm.xsh cd bootstrap vi bootstrap.sh |
I tap on Insert, in line 21 the 3 Remove mark "-KW" (without "")
then with ESC and :exit and save wq
1 2 |
sh bootstrap.sh vi /root/.profile |
PATH and export PATH with # uncomment
then reboot the system
1 |
/etc/rc.optware start |
- Thus starting her IPKG
install pyLoad
1 2 3 |
ipkg update ipkg install screen nano wget unzip unrar psmisc ipkg install python py25-crypto py25-curl libcurl py25-openssl py25-django py25-pil tesseract-ocr tesseract-ocr-lang-eng ossp-js |
Now the system is prepared so far and can be installed pyLoad, this best manually.
1 2 3 4 5 6 |
cd /opt wget http://get.pyload.org/get/src/0.4.9/ unzip pyload-src-v0.4.9.zip cd pyload/ chmod +x /opt/pyload/pyLoadCore.py python /opt/pyload/pyLoadCore.py |
You will receive a wizard with the make her the first settings can. Important: If you pyLoad you had ever installed, give the right to Configpfad (the path where settings are stored as well as all downloads), because then you can make off with the settings of your old installation.
pyLoad is now installed and can also be used at http://NAS_IP:8000 - I would recommend you have a startupscript. Here best follow this link.