Code: Select all
echo "username:password:level" >> ~/.config/deluge/auth
echo "bob:letMEin:10" >> ~/.config/deluge/auth
deluged -u console
config -s allow_remote True
config allow_remote
deluged ( no webui access or thinclient access )
deluge-web
The deluge connection manager running on windows is just not seeing the deluged daemon running on FreeBSD
the same if I try and use Windows webui connection manager to see if it can find the FreeBSD webui
( tried IP address internal / external and machine name )
or is their some FreeBSD firewall option I am over looking ?
*edit* ok I solved it
Code: Select all
deluged -d
Code: Select all
FreeBSD# pkill deluged
FreeBSD# pkill deluge
Code: Select all
FreeBSD# deluged -d
[ERROR ] 10:27:48 main:221 There is a deluge daemon running with this config directory!
[ERROR ] 10:27:48 main:222 You cannot run multiple daemons with the same config directory set.
[ERROR ] 10:27:48 main:223 If you believe this is an error, you can force a start by deleting /root/.config/deluge/deluged.pid.
FreeBSD# rm /root/.config/deluge/deluged.pid
FreeBSD# deluged -d
[ERROR ] 10:28:17 init:50 Unable to enable plugin!
[ERROR ] 10:28:17 init:51 string indices must be integers
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.3-py2.7.egg/deluge/plugins/init.py", line 48, in enable
self.plugin.enable()
File "build/bdist.freebsd-9.0-RC2-amd64/egg/autoadd/core.py", line 108, in enable
if os.path.abspath(self.core_cfg['autoadd_location']) == watchdir['abspath']:
TypeError: string indices must be integers