Blocklist not enablet to webgui

Suggest, post, or discuss plugins for Deluge
Post Reply
xavier

Blocklist not enablet to webgui

Post by xavier »

Hi all,
in firs sorry for my bad english.

I install deluge in gentoo system without gui or DE.

Version deluge install in my system : 1.2.0-rc4

I manage my download trought web gui, but i have a problem, when i enabled blocklist plugin in preferences, this plug-in not enabled.

in my folder /home/myUser/.config/deluge i found blocklist.conf and i try delete this and try now re-enabled plugin always through the preferences of the web page, but blocklist plug-in not enabled.

When i solve this trouble?

Thanks for all
Ale
killsome

Re: Blocklist not enablet to webgui

Post by killsome »

Hi,

I have the same problem, the peerblock plugin just wont start.
I got the latest version from "ppa.launchpad.net/deluge-team/ppa/ubuntu karmic main" repository installed.
Headless Ubuntu 9.10

tia
Gregor

Re: Blocklist not enablet to webgui

Post by Gregor »

+1 with exactly the same problem on Ubuntu 9.10 server 32 bit and blocklist. here is log below.

Code: Select all

[ERROR   ] 20:20:28 config:354 invalid load key, '
'.
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/deluge/config.py", line 352, in load
    self.__config.update(pickle.loads(data))
UnpicklingError: invalid load key, '
'.
[WARNING ] 20:20:28 config:355 Unable to load config file: /var/lib/deluge/scheduler.conf
[WARNING ] 20:20:28 config:344 Unable to open config file /var/lib/deluge/label.conf: [Errno 2] No such file or directory: '/var/lib/deluge/label.conf'
[WARNING ] 20:20:29 config:344 Unable to open config file /var/lib/deluge/web_plugin.conf: [Errno 2] No such file or directory: '/var/lib/deluge/web_plugin.conf'
[WARNING ] 22:17:23 config:402 Unable to open config file: /var/lib/deluge/blocklist.conf
says unable to open, file exist (all of them...)

ta
scarybiscuits666
New User
New User
Posts: 4
Joined: Thu Feb 11, 2010 12:45 pm

Re: Blocklist not enablet to webgui

Post by scarybiscuits666 »

I also am experiencing this on headless Ubuntu 9.10 karmic using 1.2.0 from the deluge repositary - enabling blocklist plugin (also others) does not stick when you click apply, ok and then go back in.

At present connecting remotely using the GTK is not an option for me (to see if can configure through that) as workaround - I am using the hostname:port HTTP interface, which works great, but like others checking the enable option doesn't save. Alternatively, is there a way I can implement some other type of system-wide blocking system that works with the nipfilter and pipfilters, as I'm concerned about 'going naked' without blocklist capability in this version.

Edit - here are some log extracts, getting a lot of cannot open errors - maybe somebody can help shed some light on this?

I'm using the /etc/init.d/deluge-daemon script to automatically load delugd and the webui at boot (mostly setup using this) - torrents working fine, access through HTTP file, just this issue with blocklist.

sudo cat /var/log/deluged.log

Code: Select all

[WARNING ] 12:58:40 config:344 Unable to open config file /var/lib/deluge/web_plugin.conf: [Errno 2] No such file or directory: '/var/lib/deluge/web_plugin.conf'
sudo cat /var/log/deluge-web.log

Code: Select all

[WARNING ] 12:58:42 config:344 Unable to open config file /var/lib/deluge/hostlist.conf.1.2: [Errno 2] No such file or directory: '/var/lib/deluge/hostlist.conf.1.2'
Thanks in advance - if necessary I can open a bug, could not find one relevent to this open at mo.

I have tried sudo chmod -R 777 /var/lib/deluge* - keeps resettings permissions on, for example, core.conf to -rw-r--r-- upon restart. Both web_plugin.conf and hostlist.conf aren't being created / don't exist in that dir.
Post Reply