Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I was thinking about dns-323 and mldonkey and thinking... I wonder if anybody got nzb working on the dns.
I was thinking with the inclusion of httpd and php that a similar web interface would kick ass,
I was hoping someone had tried to get hellaworld/hellanzb (or similar web interface) working using fun_plug
Last edited by Freeballer (2007-08-10 02:26:30)
Offline
sabNZBd might also be an option if somebody can get either of these working, maybe fonz in his fun_plug. work be great.
or hellanzb with zussaweb as web-console.
Last edited by HighWater (2007-08-10 16:42:18)
Offline
that would be freakin' sweet!
anybody working on this?
Last edited by Freeballer (2007-09-10 05:36:22)
Offline
I decided to take the plunge on installing HellaNZB 0.13. Here are the exact steps I took to get it working but there are some problems...
1) apt-get install hellanzb
it will install all of the required files.
2) downloaded hellanzb_0.13-2_all.deb
2a) dpkg -i hellanzb_0.13-2_all.deb
3) downloaded unrar-arm.tar.bz2
3a) installed unrar into /usr/bin
4) edit /etc/hellanzb.conf
Change the settings for your server and where to save the files... and don't forget these:
Hellanzb.UNRAR_CMD = '/usr/bin/unrar'
Hellanzb.PAR2_CMD = '/usr/bin/par2'
Hellanzb.SKIP_UNRAR = False
5) run hellanzb
6) Queued up a file...downloaded... sitting in my working directory.. i can see the .RAR file but it wont decompress the file. I can manually go to the processing directory and run the par2 with the .par2 file and it successfully reapirs it. I can also manually unrar the file.
I am running fonz fun_plug v3 with the debian etch chroot environment. I am also trying out the 1.04b28 firmware. Not sure if that has anyting to do with it. I'm going to try a few things but I'm not sure what else I could do.
here's the error output:
[-] Unhandled Error
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/Hellanzb/Daemon.py", line 114, in initDaemon
startNZBLeecher()
File "/var/lib/python-support/python2.4/Hellanzb/NZBLeecher/__init__.py", line 262, in startNZBLeecher
reactor.run()
File "/usr/lib/python2.4/site-packages/twisted/internet/posixbase.py", line 218, in run
self.mainLoop()
File "/usr/lib/python2.4/site-packages/twisted/internet/posixbase.py", line 226, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.4/site-packages/twisted/internet/base.py", line 532, in runUntilCurrent
f(*a, **kw)
File "/usr/lib/python2.4/site-packages/twisted/internet/posixbase.py", line 279, in spawnProcess
processProtocol, uid, gid, usePTY)
File "/usr/lib/python2.4/site-packages/twisted/internet/process.py", line 735, in __init__
masterfd, slavefd = pty.openpty()
File "pty.py", line 29, in openpty
master_fd, slave_name = _open_terminal()
File "pty.py", line 70, in _open_terminal
raise os.error, 'out of pty devices'
exceptions.OSError: out of pty devices
Any thoughts?
Offline
I got something similar myself... but honestly don't have the error saved.
Offline
I've now got SABnzbd running in a debian chroot environment, after I had tried Hellanzb. I like SABnzbd more.
I used this link to install SABnzbd: http://drbyte.wiki.xs4all.nl/index.php? … ity_Portal
Dik
Offline
Just about got SABnzbd working on the 323 but the version of unrar says it is not for the ARM? how did you get this bit working? Also struggling with yenc. When I install it gives LOTS of errors! Par 2 does not appear to be working correctly either but is is installed. If you have any tips it would be appreciated.
Also something I cannot get my head around... How do you keep the SABnzbd running? When I disconnect the telnet session from my Umbuntu machine SABnzbd stops running on the 323?! Any thoughts appreciated? (thinking about installing SCREEN on my Umbuntu machine).
Is there a way of getting an NZB downloader working without debian etch from the funplug?
Offline
Ok - if anyone needs to know how to persist a program after closing the telnet window - use the command nohup..... &.
Trux
Offline
Only thing left to sort is that unrar does not work correctly. Also unrar from my Ubuntu machine doesn't work. linux unrar seems to need a password to unrar the files...? However I can unrar the files successfully from my vista machine...
Anyone any ideas?
Trux
Offline
Have a look at unRAR at:- http://dns323.kood.org/forum/t935-archivator-unit.html
I have been using it and not yet had any issues. Saves sending large volumes of data back and forth to PC for unraring.
Is there a possibility of an app that will work newsgorups, thats is compliled directly for dns-323 rather than debian or gentoo?
Index.
Offline
This is exactly what I am looking for.
I will start reading the cross compile wiki and let you now how I get on....
Thanks
Trux
Offline
Right, if its to anyone's interest i got this solved by installing the pty devices using makedev in my chrooted envoirment.
Offline