running deluged as another user (and service)
Posted: Mon Jan 31, 2011 11:09 am
hello.
i'm trying to setup deluged on a windows 2003 server to run as the user "deluged" via the srvany tool included in the windows resource kit.
The following error occurs when running as a service
[ERROR ] 21:59:59 __init__:1080 object of type 'NoneType' has no len()
Traceback (most recent call last):
File "deluge\main.py", line 214, in start_daemon
File "deluge\core\daemon.py", line 52, in __init__
File "deluge\configmanager.py", line 130, in get_config_dir
File "deluge\configmanager.py", line 93, in get_config_dir
File "deluge\configmanager.py", line 51, in config_directory
File "deluge\common.py", line 151, in get_default_config_dir
File "ntpath.py", line 96, in join
TypeError: object of type 'NoneType' has no len()
The same error occurs when trying to run deluged while logged in as another user via runas
so i think it's just not able to run as a user other than that currently logged in.
The application runs fine when logged in to the computer as my "deluged" user.
Has anyone been able to run it as another user? or a service?
[ http://dev.deluge-torrent.org/ticket/1504 ]
i'm trying to setup deluged on a windows 2003 server to run as the user "deluged" via the srvany tool included in the windows resource kit.
The following error occurs when running as a service
[ERROR ] 21:59:59 __init__:1080 object of type 'NoneType' has no len()
Traceback (most recent call last):
File "deluge\main.py", line 214, in start_daemon
File "deluge\core\daemon.py", line 52, in __init__
File "deluge\configmanager.py", line 130, in get_config_dir
File "deluge\configmanager.py", line 93, in get_config_dir
File "deluge\configmanager.py", line 51, in config_directory
File "deluge\common.py", line 151, in get_default_config_dir
File "ntpath.py", line 96, in join
TypeError: object of type 'NoneType' has no len()
The same error occurs when trying to run deluged while logged in as another user via runas
so i think it's just not able to run as a user other than that currently logged in.
The application runs fine when logged in to the computer as my "deluged" user.
Has anyone been able to run it as another user? or a service?
[ http://dev.deluge-torrent.org/ticket/1504 ]