• April 24, 2024, 06:50:47 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: FFP/Addons: DNS346 like DNS345  (Read 4509 times)

MakOS

  • Level 1 Member
  • *
  • Posts: 2
FFP/Addons: DNS346 like DNS345
« on: July 07, 2015, 01:07:12 AM »

Hello everyone!
I search here topic about dns346, but can't find anything...(
Have problem with install FFP and addons from 345 to 346.
What i already try:
Enable standard telnet, and see, that mount point is different between 345 and 346. In 346 it like "/mnt/vg1/lvnas_default". After this i power down standart telnet.
1)  I add ln -s /mnt/vg1/lvnas_default /mnt/HD_a2 in FFP install file, but have a lot of "tar: WARNING: Converting hard link to symlink" in log file and FFP telnet not work.
2) Add another lines, like "mkdir /mnt/HD_a2 mount --bind /mnt/vg1/lvnas_default /mnt/HD_a2" but it's not working too.
3) All addons don't working when i try to install it in admin web interface.

Questions: How i can resolve this installation FFP problem? Or i can modify addon's for installing on my device? Interesting 2 addons: aria and owncloud.
THX a lot for help!
« Last Edit: July 07, 2015, 06:57:27 AM by MakOS »
Logged

MakOS

  • Level 1 Member
  • *
  • Posts: 2
Re: FFP/Addons: DNS346 like DNS345
« Reply #1 on: July 20, 2015, 06:42:25 AM »

Hello everyone!
Good news for users with 346: I alrdy install FFP and successfully activate Telnet/SSH!
Now i have only one problem^
When i try to do
wget http://wolf-u.li/u/233 -O /ffp/start/optware.sh
chmod a+x /ffp/start/optware.sh
/ffp/start/optware.sh start

I have this in ssh:
root@DNS-346:~# /ffp/start/optware.sh start
*   Installing optware...
*     Retrieving http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ipkg-opt_0.99.163-10_arm.ipk ...
Connecting to ipkg.nslu2-linux.org (140.211.169.161:80)
ipkg-opt_0.99.163-10 100% |*******************************| 74474  00:00:00 ETA
*     Linking or Mounting /ffp/opt/optware to /opt ...
    Running: mkdir -p /opt
    Running: mount --bind /ffp/opt/optware /opt
ln: /usr/bin/env: Read-only file system
*     Installing /ffp/opt/optware/ipkg-opt_0.99.163-10_arm.ipk ...
./
./opt/
./opt/bin/
./opt/bin/ipkg
./opt/bin/ipkg-opt
./opt/bin/update-alternatives
./opt/etc/
./opt/etc/ipkg.conf
./opt/lib/
./opt/lib/libipkg.so
./opt/lib/libipkg.so.0
./opt/lib/libipkg.so.0.0.0
./opt/share/
./opt/share/ipkg/
./opt/share/ipkg/intercept/
./opt/share/ipkg/intercept/depmod
./opt/share/ipkg/intercept/ldconfig
./opt/share/ipkg/intercept/update-modules
*     Adding default feed "src cs08q1armel http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable" to /opt/etc/ipkg.conf
/ffp/start/optware.sh: line 278: /ffp/etc/profile.d//ffp/etc/profile.d/optware.sh: not found
*     Installed optware profile at /ffp/etc/profile.d/optware.sh
*     Retrieving optware packages currently available:
        /opt/bin/ipkg update
/ffp/start/optware.sh: line 278: /opt/bin/ipkg: not found
*     Optware packages available for installation:
        /opt/bin/ipkg list
     To install an optware package:
        /opt/bin/ipkg install <package_name>
      Replace <package_name> with package name(s) you want to install. ipkg automatically manages
      dependencies. For example, installing rtorrent will automatically install libtorrent.

And command IPKG/slacker not work. IPKG say "IPKG not found", but files be in /ffp/opt/optaware/bin/ Also i can't start IPKG in this folder. The same error. MB i do something wrong?
« Last Edit: July 20, 2015, 06:44:17 AM by MakOS »
Logged