Search found 4 matches

by Noko
Mon Aug 17, 2009 8:19 pm
Forum: Support
Topic: More than one demon simultaneously
Replies: 7
Views: 5290

Re: More than one demon simultaneously

1.1.9, from debian repositories.
by Noko
Mon Aug 17, 2009 4:21 am
Forum: Support
Topic: More than one demon simultaneously
Replies: 7
Views: 5290

Re: More than one demon simultaneously

Oh, it's a directory. ~/.config/deluge is a directory, I'm copying it with -r.
by Noko
Mon Aug 17, 2009 4:03 am
Forum: Support
Topic: More than one demon simultaneously
Replies: 7
Views: 5290

Re: More than one demon simultaneously

Yeah, well, that's what I am doing: $ cp -r ~/.config/deluge ~/1.cfg $ cp -r ~/.config/deluge ~/2.cfg $ deluged -p 1025 -c ~/1.cfg $ deluged -p 1026 -c ~/2.cfg $ deluge <connecting to :1025, going to settings window, setting download directory to ~/1; connecting to :1026, going to settings window, s...
by Noko
Sun Aug 16, 2009 8:55 pm
Forum: Support
Topic: More than one demon simultaneously
Replies: 7
Views: 5290

More than one demon simultaneously

Is there a way to run few demons simultaneously, and have few clients connect, each one to own demon, so their settings and downloads are not shared? I tried running them with different port and config dir, and everything works like a charm until I kill demons. Next time I launch them (with same par...