Ich habe einen Synology NAS-Server und versuche, diese Anweisungen zu befolgen, um Boostrap zu installieren: http://forum.synology.com/wiki/index.php/Überblick über die Änderung des Synology-Servers, Bootstrap, IPKG usw.#Installing_compiled.2Fbinary_programs_using_ipkg
Soweit bin ich bisher gekommen:
nas> sh syno-x07-bootstrap_1.2-7_arm.xsh
Optware Bootstrap for syno-x07.
Extracting archive... please wait
bootstrap/
bootstrap/bootstrap.sh
bootstrap/ipkg-opt.ipk
bootstrap/ipkg.sh
bootstrap/optware-bootstrap.ipk
bootstrap/wget.ipk
1226+1 records in
1226+1 records out
Backup your configuration settings, then type:
rm -rf /volume1/@optware
rm -rf /usr/lib/ipkg
This will remove all existing optware packages.
You must *reboot* and then restart the bootstrap script.
BusyBox v1.16.1 (2012-05-10 02:27:56 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
nas> rm syno-x07-bootstrap_1.2-7_arm.xsh
rm: can't remove 'syno-x07-bootstrap_1.2-7_arm.xsh': No such file or directory
nas> Connection to 192.168.0.124 closed by remote host.
Connection to 192.168.0.124 closed.
macpro:~ monster$ ssh [email protected]
[email protected]'s password:
BusyBox v1.16.1 (2012-05-10 02:27:56 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
nas> ipkg update
-ash: ipkg: not found
Ich bin mir nicht sicher, was ich gegen diesen Fehler tun soll. Hat jemand eine Idee? Es sieht so aus, als ob ipkgArtinstalliert, aber nach dem Neustart des NAS-Servers verschwindet es im Grunde...?
Antwort1
Ich habe hier die Lösung gefunden: http://forum.synology.com/enu/viewtopic.php?f=40&t=23246#p140224
- Ich habe @optware gelöscht – „rm -rf /volume1/@optware“
- Ich habe ipkg gelöscht – „rm -rf /usr/lib/ipkg“
- Ich habe Bootstrap gelöscht: „rm -rf /volume1/bootstrap“
- Ich habe syno-x07-bootstrap_1.2-7_arm.xsh gelöscht – „rm -rf /volume1/syno-x07-bootstrap_1.2-7_arm.xsh“
- Habe die CPU meines NAS hier überprüft:http://forum.synology.com/wiki/index.php/Welche_Art_von_CPU_hat_mein_NASund habe herausgefunden, dass ich ein "Marvell Kirkwood mv6281" habe -> das heißt, ich muss herunterladen http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/syno-mvkw-bootstrap_1.2-7_arm.xsh
Habe die Anweisungen in diesem Beitrag befolgt (Link oben).