Page 1 of 1

console and scheduler

Posted: Thu Jun 03, 2010 3:47 am
by anothergene
I have deluge running on my headless ubuntu server (9.10 64bit server). how do I go about adjusting the scheduler app (via deluge-console or just editing a config file)?

I've managed to get it activated, but I can't figure out how to change the schedule.

Re: console and scheduler

Posted: Thu Jun 03, 2010 8:33 am
by johnnyg
The easiest way would be to use the remote GTK UI: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient

Re: console and scheduler

Posted: Wed Jun 09, 2010 10:11 am
by bryan2015
I am attempting to run the following command at the command prompt. However it hangs and does not return.

Code: Select all

deluge-console  "config --set max_active_downloading 0"
If I run the command I am taken to what appears to be a console session:

Code: Select all

deluge-console 
If I enter the following command in this session:

Code: Select all

config --set max_active_downloading 0
... the response is:

Code: Select all

>>> config --set max_active_downloading 0
Not connected to a daemon, please use the connect command first.
I am running deluge 1.2.2 on a 64 bit Ubuntu system. Any assistance in getting deluge-console working would be appreciated. Things used to work fine before upgrading Deluge as part of the Ubuntu 10.4 release.