trepmag / ds213j-optware-bootstrap

Synology ds213j (manual) optware bootstrap
95 stars 23 forks source link

add compability for DS214 #2

Open alberthild opened 10 years ago

alberthild commented 10 years ago

Thx for this snippet, saved my life!

You could add a DS214 as compatible with your manual. Just tested, seems to work fine and ipkg is installing stuff like expected.

alberthild commented 10 years ago
I’m trying to do the same (with my DS214), but it doesn’t seem to be working for me (if I ssh to my DS and type ipkg I get -ash: ipkg: not found). How did you do it? I followed the instructions exactly from Create optware root directory and then I restarted the DS...
I didn’t really understand the first three paragraphs, so maybe I missed something? What can I do to debug? 

you should add the path variable to your ssh users .profile like this:

PATH=/opt/bin:/opt/sbin:$PATH >> ~/.profile

and then you can just reconnect ssh or

source ~/.profile

Hope it solves your issues

alberthild commented 10 years ago

Hey there!

see comment on github plz: https://github.com/trepmag/ds213j-optware-bootstrap/issues/2#issuecomment-32306719

Am 14.01.14 21:59, schrieb Martin Eneqvist:

Hey @alberthild https://github.com/alberthild! I’m trying to do the same (with my DS214), but it doesn’t seem to be working for me (if I ssh to my DS and type |ipkg| I get |-ash: ipkg: not found|). How did you do it? I followed the instructions exactly from Create optware root directory https://github.com/trepmag/ds213j-optware-bootstrap#create-optware-root-directory and then I restarted the DS... I didn’t really understand the first three paragraphs, so maybe I missed something? What can I do to debug?

— Reply to this email directly or view it on GitHub https://github.com/trepmag/ds213j-optware-bootstrap/issues/2#issuecomment-32306719.