December 24, 201213 yr Hi With successfull im install and run latest version of Flexget and Deluge (torrent client) proof http://o7.no/YDksI6 http://o7.no/W0XGn8 Tomorro when i wake up i write here instruction for other users I hope somebody make from this plugin UPDATE 24.12.2012 ---------------------------------------------------------------------------- ---------------------------> Flexget ---------------------------------------------------------------------------- add to "extra" folder package https://dl.dropbox.com/u/49442039/setuptools-0.6c11-i686-5sl.txz and install Add to "go" file curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python pip install flexget pip install transmissionrpc Execute Flexget every 15 min (Cron) (add to "go") crontab -l > /tmp/flexget; echo '#Run Flexget every min 15' >> /tmp/flexget; echo '*/15 * * * * flexget --cron -c /boot/config.yml >/dev/null 2>&1' >>/tmp/flexget; crontab /tmp/flexget; rm /tmp/flexget if you will be want upgrade flexget just eneter pip install -U flexget (then automatical update to latest version) you can add this to cron example execute once per week. ---------------------------------------------------------------------------- ---------------------------> Deluge update 30.12.12 ---------------------------------------------------------------------------- add to "extra" https://dl.dropbox.com/u/49442039/boost-1.45.0-i486-1.txz https://dl.dropbox.com/u/49442039/GeoIP-1.4.8-i486-1_PTr.txz https://dl.dropbox.com/u/49442039/setuptools-0.6c11-i686-5sl.txz https://dl.dropbox.com/u/49442039/deluge-depends2.txz (python stuff) https://dl.dropbox.com/u/49442039/deluge-1.3.5-i686-3PTr.txz for start /etc/rc.d/rc.deluged start (stop, restart etc.) (config file is hardcoded to /mnt/cache/.apps/deluge) after first start please over webui edit Download to: folder Enjoy (webui work on port 8112 - default password "deluge") NOTE: everything was compiled on latest version of libs/depends libtorrent-rasterbar-0.16.6 Twisted 12.30 etc. 31.12.12 Fixed depends package Nice if somobody make from this plugin
December 27, 201213 yr Nice! I might try it out even though I would like a plugin... The transmission client got some basic functions missing and hopefully deluge will cover them, deluge is also more aggressive on connecting to other peers which means it's easier to maintain ratio.. Edit: Just like transmission it doesn't seem to be possible to change the folder name you're downloading, quite a deal breaker since I want to keep my naming convention and still be able to seed what I'm downloading.
December 27, 201213 yr Author Im still work on this in last night im run with successful with latest Twisted 12.30 and now try make one package with depends for more easy install (after finish im update first post)
December 28, 201213 yr I've been reading about linux torrent clients that support proxy access and it seems Deluge [python] and Vuze [Java] are good for this. Have any of you been successful at connecting to a proxy with this install? With the recent problems of NZBMatrix going down, I'm considering switching back to torrents as my SAB/SB/CP/HP are mostly idle now. I don't have other friends into the usenet community, so I feel this Deluge might be more important than ever at getting TV shows and movies.
December 28, 201213 yr Author Yes this is true, but i dont use proxy so dont test yet, anything else fork perfect im make today rc.d start script for deluge, and some other improvments in compilation/optimization maybe tomorrow i release deluge with depends in one package UPDATE: already done enjoy
December 28, 201213 yr im make today rc.d start script for deluge, and some other improvments in compilation/optimization maybe tomorrow i release deluge with depends in one package Excellent! I'd be happy to test out the Deluge plugin once you create it.
January 25, 201313 yr Can you tell me what port the Daemon is configured to start on? I can't seem to connect to the daemon via the connection manager. EDIT: I figured it out was on the default port but it seems to be stopping immediately after I start it. Here's the log that it creates [ERROR ] 22:04:19 main:233 /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' n ot found (required by /usr/lib/python2.6/site-packages/libtorrent.so) Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/deluge/main.py", line 226, in start_dae mon Daemon(options, args) File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 141, in __ init__ from deluge.core.core import Core File "/usr/lib/python2.6/site-packages/deluge/core/core.py", line 36, in <modu le> from deluge._libtorrent import lt File "/usr/lib/python2.6/site-packages/deluge/_libtorrent.py", line 59, in <mo dule> import libtorrent as lt ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (requir ed by /usr/lib/python2.6/site-packages/libtorrent.so)
April 8, 201313 yr Any further progress on a plugin for this yet, am extremely interested in this Thanks
April 11, 201313 yr Having spoken to piotrasd, there is no plugin for this. Are they easy to make? would be nice to see it part of the influencer-unplugged range. I really hate being this useless and not able to contribute....
April 22, 201313 yr I have it up and running but there is no config file in the cache/.apps/deluge directory I cannot get the daemon to start. Or any settings to save
September 3, 201312 yr The prostuff flexget package on unmenu works fine Is it fine to install unmenu on unraid 5.0? Seem like a step backwards to install that again...
October 10, 201312 yr the link to: https://dl.dropbox.com/u/49442039/deluge-depends2.txz is broken, anyone have a working link?
November 16, 201312 yr If you remove the 2, it looks like deluge-depends.txz exists. Just started downloading now, hopefully it works.
November 16, 201312 yr I add the files and installed the deluge package but I cannot start /etc/rc.d/rc.deluged. It just responds with a [FAILED] status.
January 30, 201412 yr I add the files and installed the deluge package but I cannot start /etc/rc.d/rc.deluged. It just responds with a [FAILED] status. im having the same problem, has anyone got this working?
February 4, 201412 yr If you remove the 2, it looks like deluge-depends.txz exists. Just started downloading now, hopefully it works. The v2 of dependencies is a replacement for the unnumbered .txz file you mention above which is an incomplete depends version. I think the chardet package was added in the 2nd time around but unsure if others were also added. If you want to use the unnumbered depends package in the mean time, maybe try: # curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python # pip install chardet I won't be able to access my server for another week probably but I have all files and it works. This is how I got it working. # installpkg /boot/extra/boost-1.45.0-i486-1.txz /boot/extra/GeoIP-1.4.8-i486-1_PTr.txz /boot/extra/deluge-1.3.5-i686-3PTr.txz /boot/extra/deluge-depends2.txz # /etc/rc.d/rc.deluged start All of this info above is from previous help from PioTrasd so credit still goes to him for all the work.
February 12, 201412 yr I am unable to get this running. Could someone provide instructions? What I did: I downloaded these files: https://dl.dropbox.com/u/49442039/boost-1.45.0-i486-1.txz https://dl.dropbox.com/u/49442039/GeoIP-1.4.8-i486-1_PTr.txz https://dl.dropbox.com/u/49442039/setuptools-0.6c11-i686-5sl.txz https://dl.dropbox.com/u/49442039/deluge-depends.txz (https://dl.dropbox.com/u/49442039/deluge-depends2.txz returns a 404. Maybe this is the problem? Could anyone who has V2 provide it again?) https://dl.dropbox.com/u/49442039/deluge-1.3.5-i686-3PTr.txz I put all of them into /boot/packages/extra/ Then I rebooted. But there is no file at /etc/rc.d/rc.deluged What am I doing wrong?
February 17, 201412 yr @AndrewT: This is not working for me. I am having the same issue as described by 007brendan In deluge-depends.txz there is a package for chardet. Is installing it with pip still required?
March 6, 201412 yr Can someone tell me if you're able to download these? I've never shared any files from DropBox before. https://www.dropbox.com/s/xvte3d4fdx7ribp/deluge-1.3.5-i686-3PTr.txz https://www.dropbox.com/s/ykje1ih1ge1r83t/deluge-depends2.txz
March 6, 201412 yr Yes, I was able to download the files. Deluge is now running on my server. But it seems to have some bugs. The most obvious one is that I can't change any settings and I cant add any torrents either.
June 14, 201412 yr I've run into an issue after following this post. After starting up Delude via: /etc/rc.d/rc.deluged start The web client doesn't connect to the Daemon though. Whenever I browse to the client at port 8112, the connection manager appears and it seems offline. I get the following messages in the log: [ERROR ] 22:29:44 main:233 /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/python2.6/site-packages/libtorrent.so) Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/deluge/main.py", line 226, in start_daemon Daemon(options, args) File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 141, in __init__ from deluge.core.core import Core File "/usr/lib/python2.6/site-packages/deluge/core/core.py", line 36, in <module> from deluge._libtorrent import lt File "/usr/lib/python2.6/site-packages/deluge/_libtorrent.py", line 59, in <module> import libtorrent as lt ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/python2.6/site-packages/libtorrent.so) Is there any way to get the Daemon up and running?
Archived
This topic is now archived and is closed to further replies.