Page 1 of 1

Deluge 1.3.3 doesn't load the config file.

Posted: Sun Apr 14, 2013 11:38 am
by jorricks
Hello,

My deluge v1.3.3(with web UI) doesn't load the config file anymore.
I restarted the system and tried again but still doesn't load it.
If it restarts it start with all the default settings.
(Also it does not allow me to change the outgoing port..)

I've no idea how this happened.. I only know that I updated all my packages(with a lot of python packages)
And since the first time it happened I reinstalled everything(also because my ~/.config/deluged/ folder only had the core.conf left without any plugins etc..)
I'm at raspbian, a OS based on debian.

Kind regards,
Jorricks

Re: Deluge 1.3.3 doesn't load the config file.

Posted: Sun Apr 14, 2013 1:52 pm
by bro
Are you sure you running deluge with the correct user? What happens if you use the -c command line option to explicitly set the config dir?

Re: Deluge 1.3.3 doesn't load the config file.

Posted: Sun Apr 14, 2013 1:56 pm
by jorricks
Could u explain to me how to -c function would work?
something like
$ deluged -c /home/pi/.config/deluge/core.conf
??

Re: Deluge 1.3.3 doesn't load the config file.

Posted: Sun Apr 14, 2013 3:23 pm
by jorricks
I get 2 error messages.
1 is when I start enter:
$ deluged
$ deluge-web

and the error is:

--------------------------------------------------------------------------------
[ERROR ] 17:19:18 client:393 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, blabla sencored..)
--------------------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 259, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/deluge/core/authmanager.py", line 93, in authorize
raise BadLoginError("Password does not match")

BadLoginError: Password does not match
--------------------------------------------------------------------------------

The other error is when I press:
$ service deluged start
and I get the following:
Starting Deluge
start-stop-daemon: unable to open pidfile '/var/run/deluged.pid' for writing (Permission denied)



Maybe something to do with those?