Deluge 1.3.3 doesn't load the config file.

General support for problems installing or using Deluge
Post Reply
jorricks
Member
Member
Posts: 21
Joined: Sun Apr 14, 2013 11:33 am

Deluge 1.3.3 doesn't load the config file.

Post 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
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

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

Post 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?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
jorricks
Member
Member
Posts: 21
Joined: Sun Apr 14, 2013 11:33 am

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

Post by jorricks »

Could u explain to me how to -c function would work?
something like
$ deluged -c /home/pi/.config/deluge/core.conf
??
jorricks
Member
Member
Posts: 21
Joined: Sun Apr 14, 2013 11:33 am

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

Post 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?
Post Reply