Editing Overview on modifying the Synology Server, bootstrap, ipkg etc

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 90: Line 90:
For Marvel Kirkwood mv6282 ARM models (which are compatible with the mv6281 for as far as we can tell)
For Marvel Kirkwood mv6282 ARM models (which are compatible with the mv6281 for as far as we can tell)
a modified syno-mvkw-bootstrap_1.2-7_arm.xsh with a bit more relaxed CPU checking:  
a modified syno-mvkw-bootstrap_1.2-7_arm.xsh with a bit more relaxed CPU checking:  
[http://web.archive.org/web/20121005035819/http://wizjos.endofinternet.net/synology/archief/syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh http://web.archive.org/web/20121005035819/http://wizjos.endofinternet.net/synology/archief/syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh] which uses [http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/] as its feed.
[http://wizjos.endofinternet.net/synology/archief/syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh http://wizjos.endofinternet.net/synology/archief/syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh] which uses [http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/] as its feed.
 
For Freescale PowerPC QorIQ P1022 - Please use the same boostrap as for 8543 and 8553 PPC CPUs. Since they are all e500 CPUs, they share the same compiled binaries.


The steps to install the bootstrap (provided as .xsh files) are below, you should replace the text in '''bold''' with the relevant text for your CPU's bootstrap file (listed above).
The steps to install the bootstrap (provided as .xsh files) are below, you should replace the text in '''bold''' with the relevant text for your CPU's bootstrap file (listed above).
Line 102: Line 100:
#Now run the .xsh script, e.g. if you have an mv5281 ARM model and used the bootstrap above enter the command "sh '''syno-x07-bootstrap_1.2-7_arm.xsh'''"
#Now run the .xsh script, e.g. if you have an mv5281 ARM model and used the bootstrap above enter the command "sh '''syno-x07-bootstrap_1.2-7_arm.xsh'''"
#After the script has finished you can delete the script file, e.g. for mv5281 ARM users using the bootstrap above enter the command "rm '''syno-x07-bootstrap_1.2-7_arm.xsh'''"
#After the script has finished you can delete the script file, e.g. for mv5281 ARM users using the bootstrap above enter the command "rm '''syno-x07-bootstrap_1.2-7_arm.xsh'''"
#'''NEW:''' If you have DSM 4.0 there is an additional step. In the file /root/.profile you need to comment out (put a # before) the lines "PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin" and "export PATH". To do this enter the command "vi /root/.profile" to open the file in [http://forum.synology.com/wiki/index.php/Linux_VI_Editor vi]. Now change [http://forum.synology.com/wiki/index.php/Linux_VI_Editor vi] to edit mode by pressing the "i" key on your keyboard. Use the down cursor key to move the cursor to the start of the line "PATH=/sbin..." and put a "#" infront of this line so it is now "#PATH=/sbin...". Do the same for the line below so it is now "#export PATH". Now press the escape key (to exit edit mode) and type "ZZ" (note they are capitals) to tell [http://forum.synology.com/wiki/index.php/Linux_VI_Editor vi] to save the file and exit. For background info on why this is neccessary for DSM 4 refer to http://forum.synology.com/enu/viewtopic.php?p=185512#p185512 <p>(Alternatively, you can modify the PATH statement by prepending the existing $PATH. You can do this in vi by typing the following while in command mode: ":%s/PATH=/PATH=$PATH:/" and then "ZZ" to save and exit (or ESC and then ":q!" to quit without saving if you made a mistake.))</p>
#'''NEW:''' If you have DSM 4.0 there is an additional step. In the file /root/.profile you need to comment out (put a # before) the lines "PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin" and "export PATH". To do this enter the command "vi /root/.profile" to open the file in [http://forum.synology.com/wiki/index.php/Linux_VI_Editor vi]. Now change [http://forum.synology.com/wiki/index.php/Linux_VI_Editor vi] to edit mode by pressing the "i" key on your keyboard. Use the down cursor key to move the cursor to the start of the line "PATH=/sbin..." and put a "#" infront of this line so it is now "#PATH=/sbin...". Do the same for the line below so it is now "#export PATH". Now press the escape key (to exit edit mode) and type "ZZ" (note they are capitals) to tell [http://forum.synology.com/wiki/index.php/Linux_VI_Editor vi] to save the file and exit. For background info on why this is neccessary for DSM 4 refer to http://forum.synology.com/enu/viewtopic.php?p=185512#p185512  
#Note 1: If you have the following error: "Cannot satisfy the following dependencies for wget-ssl: libidn", you need to manually download libidn and install with ipkg: Eg. for Synology DS108j: "wget '''<nowiki>http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/libidn_1.21-1_powerpc.ipk</nowiki>'''" (wget should be already present on the system) and enter the command "ipkg install '''libidn_1.21-1_powerpc.ipk'''". Run the ipkg bootstrap process again (press yes when it asks to overwrite config file). For a procedure to install ipk packages without ipkg, see [http://buffalo.nas-central.org/wiki/Install_an_.ipk_package_without_having_the_ipkg_package_management_system_(for_end-users) http://buffalo.nas-central.org/wiki/Install_an_.ipk_package_without_having_the_ipkg_package_management_system_(for_end-users)]
#Note 1: If you have the following error: "Cannot satisfy the following dependencies for wget-ssl: libidn", you need to manually download libidn and install with ipkg: Eg. for Synology DS108j: "wget '''<nowiki>http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/libidn_1.21-1_powerpc.ipk</nowiki>'''" (wget should be already present on the system) and enter the command "ipkg install '''libidn_1.21-1_powerpc.ipk'''". Run the ipkg bootstrap process again (press yes when it asks to overwrite config file). For a procedure to install ipk packages without ipkg, see [http://buffalo.nas-central.org/wiki/Install_an_.ipk_package_without_having_the_ipkg_package_management_system_(for_end-users) http://buffalo.nas-central.org/wiki/Install_an_.ipk_package_without_having_the_ipkg_package_management_system_(for_end-users)]
#Note 2: When you have an error that /opt cannot be mount, unmount the previous mount ("umount -f /opt" check with command "mount") and delete both old /opt and /volume1/opt folders.   
#Note 2: When you have an error that /opt cannot be mount, unmount the previous mount ('umount -f /opt' check with command 'mount') and delete both old /opt and /volume1/opt folders.   
#Note 3: When 'ipkg update' fails, it can be that the older existing wget is used. Ensure that the right paths are selected in classpath with '$PATH', if not: 'export PATH=$PATH:/opt/bin:/opt/sbin'. Install wget manually: for Synology DS108j: "wget '''<nowiki>http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/wget_1.12-2_powerpc.ipk</nowiki>'''" Check version with '/opt/bin/wget -V'.       
#Reboot the NAS and login again to the [[Modifications|Command Line Interface]] as user "root"
#Reboot the NAS and login again to the [[Modifications|Command Line Interface]] as user "root"
#Update the ipkg list of available packages using the command "ipkg update"
#Update the ipkg list of available packages using the command "ipkg update"
#Note 1: When "ipkg update" fails, it can be that the older existing wget is used. Ensure that the right paths are selected in classpath with "$PATH", if not: "export PATH=$PATH:/opt/bin:/opt/sbin". Install wget manually: for Synology DS108j: "wget '''<nowiki>http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/wget_1.12-2_powerpc.ipk</nowiki>'''" and "ipkg install '''wget_1.12-2_powerpc.ipk'''". Check version with "/opt/bin/wget -V". Check location with "which wget".     
#Upgrade any ipkg installed packages to the latest versions using the command "ipkg upgrade"
#Upgrade any ipkg installed packages to the latest versions using the command "ipkg upgrade"
#Finished, you can now install ipkg packages using the command "ipkg install xxxx" where xxxx is the name of the package. You can list all the available packages using the command "ipkg list". As this is a long list you can filter it using the command "ipkg list | grep xxxx" where xxxx is the text you want to search for. Alternatively, you view one page at a time using the "more" pipe, e.g. "ipkg list | more"
#Finished, you can now install ipkg packages using the command "ipkg install xxxx" where xxxx is the name of the package. You can list all the available packages using the command "ipkg list". As this is a long list you can filter it using the command "ipkg list | grep xxxx" where xxxx is the text you want to search for. Alternatively, you view one page at a time using the "more" pipe, e.g. "ipkg list | more"
Line 132: Line 130:
*[http://www.freeos.com/articles/3102 An overview of the Linux filesystem]
*[http://www.freeos.com/articles/3102 An overview of the Linux filesystem]
*[http://www.justlinux.com/nhf/Filesystems/Directory_Navigation.html An overview of the Linux Directory Structure]
*[http://www.justlinux.com/nhf/Filesystems/Directory_Navigation.html An overview of the Linux Directory Structure]
[[Category:SynologyWiki]]
[[Category:ToBeExported]]
Please note that all contributions to wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wiki:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)