Hi all,
Just installed deluge 1.1.6 on a remote server (no screen, no graphical interface -> just console access [ssh, web server, etc..]).
But I can't find any informations on how to configure deluge (nb. running deluge as daemon with -u web).
the faq tell us to:
Go to http://localhost:8112/ default-password = "deluge"
If you are using deluge only as a server or without gui on that machine you can change ~/.config/deluge/ui.conf to set your default.
Great, but a netstat doesn't show me anything listening on 8112 and if I try to connect *remotely* to other ports listening & used by deluge, I get either "document contains no data" or an error.
Now I was looking to configure ui.conf (for eventually an interface to bind, or some other config settings) but by default it's empty...
Where do I find the syntax and options to configure this file (and others in .config directory) ?
Thanks !
Deluge 1.1.6 Configuration & Web UI
Re: Deluge 1.1.6 Configuration & Web UI
hmm seems that gentoo init.d script is not fully working (will try to figure out why, but if someone already know feel free to answer ^^)...
starting deluge manually deluge -u web binded port 8112 but now when trying to connect, I get this error:
--
--Deluge Error--
NoCoreError : 'The core proxy is invalid.'
path : /connect
file : /usr/lib/python2.5/site-packages/deluge/ui/client.py in call, line 123
--Input--
<Storage {'other_uri': '', 'uri': 'http://localhost:58846', 'submit': 'Connect'}>
--Versions--
WebUi : 1.1.6r
Python 2.5.2 (r252:60911, Apr 3 2009, 10:43:43)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)]:
--Traceback--
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
result = func()
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/pages.py", line 334, in POST
utils.daemon_connect(uri)
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/utils.py", line 211, in daemon_connect
webui_plugin_manager.start()
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/components.py", line 151, in start
aclient.get_enabled_plugins(self._on_get_enabled_plugins)
File "/usr/lib/python2.5/site-packages/deluge/ui/client.py", line 373, in async_proxy
return self.core.call(method_name, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/deluge/ui/client.py", line 124, in call
raise deluge.error.NoCoreError("The core proxy is invalid.")
--
starting deluge manually deluge -u web binded port 8112 but now when trying to connect, I get this error:
--
--Deluge Error--
NoCoreError : 'The core proxy is invalid.'
path : /connect
file : /usr/lib/python2.5/site-packages/deluge/ui/client.py in call, line 123
--Input--
<Storage {'other_uri': '', 'uri': 'http://localhost:58846', 'submit': 'Connect'}>
--Versions--
WebUi : 1.1.6r
Python 2.5.2 (r252:60911, Apr 3 2009, 10:43:43)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)]:
--Traceback--
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
result = func()
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/pages.py", line 334, in POST
utils.daemon_connect(uri)
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/utils.py", line 211, in daemon_connect
webui_plugin_manager.start()
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/components.py", line 151, in start
aclient.get_enabled_plugins(self._on_get_enabled_plugins)
File "/usr/lib/python2.5/site-packages/deluge/ui/client.py", line 373, in async_proxy
return self.core.call(method_name, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/deluge/ui/client.py", line 124, in call
raise deluge.error.NoCoreError("The core proxy is invalid.")
--
Re: Deluge 1.1.6 Configuration & Web UI
ok solved my current problems, for reference if someone fall in this thread:
Gentoo script is working.
DELUGEUI_START should be enabled even for web as daemon.
core proxy problem is because deluge daemon was started as a user and deluge UI as another.
Gentoo script is working.
DELUGEUI_START should be enabled even for web as daemon.
core proxy problem is because deluge daemon was started as a user and deluge UI as another.