console and scheduler

General support for problems installing or using Deluge
Post Reply
anothergene

console and scheduler

Post 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.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: console and scheduler

Post by johnnyg »

The easiest way would be to use the remote GTK UI: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient
bryan2015

Re: console and scheduler

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