Instalando Bootstrap no servidor NAS?

Instalando Bootstrap no servidor NAS?

Tenho um servidor Synology NAS e estou tentando seguir estas instruções para instalar o Boostrap: http://forum.synology.com/wiki/index.php/Overview_on_modifying_the_Synology_Server,_bootstrap,_ipkg_etc#Installing_compiled.2Fbinary_programs_using_ipkg

Cheguei a isso até agora:

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

Não tenho certeza do que fazer com esse erro. Alguém tem alguma idéia? Parece que ipkg étipode instalado, mas depois de reiniciar o servidor NAS ele basicamente desaparece...?

Responder1

Encontrei a solução aqui: http://forum.synology.com/enu/viewtopic.php?f=40&t=23246#p140224

  1. Eu apaguei @optware - "rm -rf /volume1/@optware"
  2. Eu apaguei o ipkg - "rm -rf /usr/lib/ipkg"
  3. Eu apaguei o bootstrap: "rm -rf /volume1/bootstrap"
  4. Eu apaguei syno-x07-bootstrap_1.2-7_arm.xsh - "rm -rf /volume1/syno-x07-bootstrap_1.2-7_arm.xsh"
  5. Verifiquei a CPU do meu NAS aqui:http://forum.synology.com/wiki/index.php/What_kind_of_CPU_does_my_NAS_havee descobri que tenho um "Marvell Kirkwood mv6281" -> o que significa que preciso fazer o download http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/syno-mvkw-bootstrap_1.2-7_arm.xsh

Seguiu as instruções nessa postagem (link acima).

informação relacionada