ติดตั้ง Bootstrap ในเซิร์ฟเวอร์ NAS หรือไม่


1

ฉันมีเซิร์ฟเวอร์ NAS ของ Synology และพยายามทำตามคำแนะนำเหล่านี้เพื่อติดตั้ง Boostrap: http://forum.synology.com/wiki/index.php/Overview_on_modifying_the_Synology_Server,_bootstrap,_ipkg_etc#Installing_compiled.2Fbinary_programs_using_ipkg

ฉันมาถึงตอนนี้:

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 root@192.168.0.124
root@192.168.0.124'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

ฉันไม่แน่ใจว่าจะทำอย่างไรกับข้อผิดพลาดนี้ ไม่มีใครมีความคิดใด ๆ ดูเหมือนว่าเป็น ipkg ชนิด ของการติดตั้ง แต่หลังจากรีบูตเซิร์ฟเวอร์ NAS มันจะหายไป ... ?

คำตอบ:


1

ฉันพบวิธีแก้ปัญหาที่นี่: http://forum.synology.com/enu/viewtopic.php?f=40&t=23246#p140224

  1. ฉันลบ @optware - "rm -rf / volume1 / @ optware"
  2. ฉันลบ ipkg - "rm -rf / usr / lib / ipkg"
  3. ฉันลบ bootstrap: "rm -rf / volume1 / bootstrap"
  4. ฉันลบ syno-x07-bootstrap_1.2-7_arm.xsh - "rm -rf /volume1/syno-x07-bootstrap_1.2-7_arm.xsh"
  5. ตรวจสอบ CPU ของ NAS ที่นี่: http://forum.synology.com/wiki/index.php/What_kind_of_CPU_does_my_NAS_have และพบว่าฉันมี "Marvell Kirkwood mv6281" - & gt; หมายความว่าฉันต้องดาวน์โหลด http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/syno-mvkw-bootstrap_1.2-7_arm.xsh

ปฏิบัติตามคำแนะนำในโพสต์นั้น (ลิงค์ด้านบน)

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.