Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Prerequisites:
funplug installed.
Download the compiled package from here, move to a public folder on the DNS-313.
Telnet to the DNS-313 and execute the following:
$ cd /mnt/HD_a2 $ wget http://kylek.is-a-geek.org:31337/files/curl-7.18.1.tgz $ funpkg -i curl-7.18.1.tgz $ cp /mnt/HD_a2/public/nzbget-0.8.0-web-1.4-CORZA.tgz /mnt/HD_a2/nzbget-0.8.0-web-1.4-CORZA.tgz $ tar -xzvf nzbget-0.8.0-web-1.4-CORZA.tgz $ cp newsbin/startweb.sh /ffp/start/ $ cp newsbin/startnzbget.sh /ffp/start/ $ /ffp/start/startweb.sh start $ /ffp/start/startnzbget.sh start
You can now access the web interface on: DNS-313:8000
Notes:
nzbget version: 0.8.0-r394 (testing)
nzbweb version: 1.4-3 (testing)
For stability keep the number of connection below 10.
This was compiled on a Patriot Corza NAS, that has the same CPU as DNS-313. So it should work, please report back if possible.
More info and credits:
http://nzbget.sourceforge.net/Main_Page
http://www.aroundmyroom.com/2009/05/22/ … ed-package
Offline
Thank you very much for this useful post ! I tried to build nzbget (version 0.5.1) from source 1-2 years ago (using Funplug build scripts available on svn) ... but about 80 % of downloaded files with nzbget were corrupted ...
Maybe your version is working better than mine :-)
Last edited by Electrocut (2011-10-21 00:25:29)
Offline
Electrocut wrote:
Thank you very much for this useful post ! I tried to build nzbget (version 0.5.1) from source 1-2 years ago (using Funplug build scripts available on svn) ... but about 80 % of downloaded files with nzbget were corrupted ...
Maybe your version is working better than mine :-)
I have downloaded several files (5~10GB each) and they downloaded and unrared too (didn't get moved to the completed folder though, might be some setting I am missing).
Offline
I again !
I was trying to get your version work ... but I'm missing libpar2:
root@terabox:/# nzbget nzbget: can't load library 'libpar2.so.0' root@terabox:/# ldd nzbget libxml2.so.2 => /ffp/lib/libxml2.so.2 (0x4000e000) libsigc-2.0.so.0 => /ffp/lib/libsigc-2.0.so.0 (0x4012f000) libssl.so.0.9.8 => /ffp/lib/libssl.so.0.9.8 (0x4013b000) libpar2.so.0 => not found libncurses.so.5 => /ffp/lib/libncurses.so.5 (0x40181000) libpthread.so.0 => /ffp/lib/libpthread.so.0 (0x401ca000) libstdc++.so.6 => /ffp/lib/libstdc++.so.6 (0x401e4000) libm.so.0 => /ffp/lib/libm.so.0 (0x4027a000) libgcc_s.so.1 => /ffp/lib/libgcc_s.so.1 (0x40295000) libc.so.0 => /ffp/lib/libc.so.0 (0x4029e000) libcrypto.so.0.9.8 => /ffp/lib/libcrypto.so.0.9.8 (0x402f9000) libdl.so.0 => /ffp/lib/libdl.so.0 (0x40430000) libz.so.1 => /ffp/lib/libz.so.1 (0x4043b000) libiconv.so.2 => /ffp/lib/libiconv.so.2 (0x40458000) ld-uClibc.so.0 => /ffp/lib/ld-uClibc.so.0 (0x40000000)
I've tried to build libpar2 from source ... but it says that I'm missing libsigc++
The strange think is that libsigc++ is already installed on my DNS-313:
root@terabox:/# tail libpar2-0.2-1.log checking if distcc g++ PIC flag -fPIC works... yes checking if distcc g++ static flag -static works... yes checking if distcc g++ supports -c -o file.o... yes checking whether the distcc g++ linker (/ffp/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for main in -lstdc++... yes checking for main in -lsigc-2.0... no configure: error: You need libsigc++ root@terabox:/# funpkg -i libsigc\+\+-2.0.18-1.tgz Skipping libsigc++-2.0.18-1.tgz (already installed) root@terabox:/# ls -l /ffp/lib/libsigc* -rw-r--r-- 1 root root 25714 Oct 10 2008 /ffp/lib/libsigc-2.0.a -rwxr-xr-x 1 root root 836 Oct 10 2008 /ffp/lib/libsigc-2.0.la lrwxrwxrwx 1 root root 20 Jun 8 2009 /ffp/lib/libsigc-2.0.so -> libsigc-2.0.so.0.0.0 lrwxrwxrwx 1 root root 20 Jun 8 2009 /ffp/lib/libsigc-2.0.so.0 -> libsigc-2.0.so.0.0.0 -rwxr-xr-x 1 root root 17260 Oct 10 2008 /ffp/lib/libsigc-2.0.so.0.0.0
Do you have a working libpar2 version for DNS-313 ?
Thanks
Offline