Search found 364 matches

by bro
Sat Oct 15, 2016 2:43 pm
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

The test for kernel version is complete nonsense, as it has nothing to do with the output format of ifconfig. If you have the old version of ifconfig installed, changing the if test to pass should solve the problem.
by bro
Sat Oct 15, 2016 8:06 am
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

I presume you are running LInux kernel >= 3.3? If so, this is the reason it doesn't work: https://github.com/ftao/python-ifcfg/bl ... t__.py#L37
by bro
Fri Oct 14, 2016 8:40 pm
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

Hmm...trying it out now it can't get it to work. I wonder what I've been doing...
by bro
Fri Oct 14, 2016 7:18 pm
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

Ahh, I think I know the problem. The wiki page had a formatting error in *eth0* . You should only enter tun0 in the interface field. Edit: Looking in /usr/lib/python2.7/dist-packages/deluge/ shows root being the owner, and file permissions are set to -rw-r--r-- on every file. Feels weird though that...
by bro
Fri Oct 14, 2016 9:35 am
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

IFaceWatch will check the IP regularly (the specified interval), so if the VPN interface changes IP, the IP in Deluge settings should be updated automatically on the next interval update. The log window should inform about what is happening. What interval have you specified and how long did you wait...
by bro
Sun Apr 24, 2016 6:03 pm
Forum: Windows OS
Topic: UI Locking up
Replies: 3
Views: 3713

Re: UI Locking up

You can try to disable classic mode in preferences, and run with daemon and thin client.
by bro
Sun Apr 24, 2016 6:01 pm
Forum: Support
Topic: How to set listening ip for deluge-web to 127.0.0.1:8112?
Replies: 4
Views: 3848

Re: How to set listening ip for deluge-web to 127.0.0.1:8112?

Next major version (v2) will have an option to set the IP.
by bro
Thu Apr 21, 2016 10:45 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 12990

Re: cant get my plugin to log

When running with daemon and GTKUI as thin client you have to separate processes. Naturally, you will not see the log statements from another process. You must specify one log file for the daemon and another for for the GTKUI and you should see all your log statments.
by bro
Mon Dec 14, 2015 12:04 am
Forum: Windows OS
Topic: High CPU usage
Replies: 4
Views: 6053

Re: High CPU usage

You can try running with daemon and connect with thin client (unhook classic mode in preferences).
by bro
Wed Nov 18, 2015 1:06 pm
Forum: Plugins
Topic: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Replies: 757
Views: 1241297

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Great plug-in, works flawlessly on Ubuntu 14.10 upgraded to 15.04. 1 Question though, is it possible to have a subscription evaluate 2 RSS Feeds ? Or do a "Group RSS" similar to what rutorrent does ? Would it be as simple as modifying the following value in the conf: "rssfeed_key&quo...