Search found 11 matches

by Jaxon
Wed Nov 16, 2011 6:14 pm
Forum: Support
Topic: Torrent stuck at 100% Downloading
Replies: 4
Views: 15090

Re: Torrent stuck at 100% Downloading

I'll enable my debug logs and hopefully I see the problem in the next couple of days before the log grows overly large.
by Jaxon
Wed Nov 16, 2011 7:46 am
Forum: Support
Topic: Torrent stuck at 100% Downloading
Replies: 4
Views: 15090

Re: Torrent stuck at 100% Downloading

Deluge: 1.3.3-1ubuntu1 Libtorrent: 0.15.8-2~oneiric~ppa1 Running on Ubuntu Oneiric. Plugins: Autoadd, Execute, WebUi, Label Filesystem: ext3 Installed using aptitude sourced from the Deluge PPA. If config files are necessary then let me know which ones so I can edit out the appropriate information. ...
by Jaxon
Tue Nov 15, 2011 4:27 am
Forum: Support
Topic: Torrent stuck at 100% Downloading
Replies: 4
Views: 15090

Torrent stuck at 100% Downloading

I've been getting this fairly routinely but I can't narrow down a specific cause. Sometimes a torrent will hit 100% downloading but not switch over to seeding. Because it's not "complete" it won't move to the completed directory or run any of my Torrent Finished commands. If I select the t...
by Jaxon
Sun Oct 02, 2011 4:11 am
Forum: Plugins
Topic: How to configure plugin Execute manually ?
Replies: 3
Views: 6007

Re: How to configure plugin Execute manually ?

My core.conf file has this in it: "enabled_plugins": [ "WebUi", "Label", "AutoAdd", "Execute" ], My web_plugin.conf has this in it: { "file": 1, "format": 1 }{ "ssl": false, "enabled": true, "port": 1...
by Jaxon
Tue May 24, 2011 3:48 am
Forum: Plugins
Topic: Post your execute plugin scripts!
Replies: 47
Views: 339618

Re: Post your execute plugin scripts!

I use this to automatically copy/extract anything within a directory (I use the series label to move them to a different spot) into a sync folder. If you use this, your SOURCE folder needs to have a .done subdirectory. #!/bin/bash DEST= SOURCE= IFS=$(echo -en "\n\b") #sleep 10s cd $SOURCE ...
by Jaxon
Tue Oct 12, 2010 2:21 pm
Forum: Support
Topic: "DO NOT DOWNLOAD" why it doesn't work? I am angry!!!
Replies: 8
Views: 7211

Re: "DO NOT DOWNLOAD" why it doesn't work? I am angry!!!

From what I remember, you are unable to use the priority settings on a per file basis if you aren't using full allocation. If you are set to allocate drive space as needed then anything thrown at the priority settings will be ignored.
by Jaxon
Fri Sep 17, 2010 7:37 pm
Forum: Support
Topic: 1.3.0_rc1 deluge-web Excessive CPU Usage
Replies: 19
Views: 11086

Re: 1.3.0_rc1 deluge-web Excessive CPU Usage

It seems to me growing of cpu-usage depends on number or/and frequency of http connections as if deluge-web remembers all http-sessions/connections and goes on to work with them all I've been messing around with this as well. Various forms of hitting the Logout button when I'm done with the web UI ...
by Jaxon
Sat Aug 28, 2010 7:16 am
Forum: Support
Topic: 1.3.0_rc1 deluge-web Excessive CPU Usage
Replies: 19
Views: 11086

Re: 1.3.0_rc1 deluge-web Excessive CPU Usage

to those still facing this issue, mine seems to be working now. What I did was recompile deluge 1.3.0rc1 with libtorrent 0.14.10. Cause libtorrent 0.15 have a serious bug that comes from some eglibc package. The CPU usage hasn't slowly risen? My CPU use is coming from the deluge-web process and at ...
by Jaxon
Mon Jul 12, 2010 10:19 pm
Forum: Support
Topic: 1.3.0_rc1 deluge-web Excessive CPU Usage
Replies: 19
Views: 11086

1.3.0_rc1 deluge-web Excessive CPU Usage

I've been running this for a couple of weeks and I've noticed that the deluge-web process is using a non-insignificant percentage of my CPU and that the amount slowly increases over time even when there isn't any active http connection to the web interface. There are two Deluge clients running their...
by Jaxon
Fri Nov 20, 2009 6:26 pm
Forum: Development
Topic: LibTorrent Peer ID?
Replies: 21
Views: 14546

Re: LibTorrent Peer ID?

I've run into this problem with private trackers as well. One is fairly quick to add new client versions to their whitelist but another has quite retarded admins. They say that they have to do a full compile on their tracker software in order to incorporate any changes to the whitelist. Which is pro...