Search found 21 matches

by Sentinel
Sat Oct 25, 2014 3:04 am
Forum: Support
Topic: deluge-gtk doesn't see running daemon
Replies: 6
Views: 5922

Re: deluge-gtk doesn't see running daemon

I'm having this issue as well. I checked and it's not the different users' config problem. It seems to have been introduced in the latest 1.3.10 client. I see the deluged client listening on the port, and I connect from another machine (which is running the 1.3.6 windows client) but I can't connect ...
by Sentinel
Fri Mar 07, 2014 6:55 am
Forum: Support
Topic: Deluge does not start after force-rebooting (Xubuntu 13.04)
Replies: 4
Views: 3848

Re: Deluge does not start after force-rebooting (Xubuntu 13.

rm ~/.config/deluge/ipc/deluge-gtk.lock

Easy peasy. It's the lockfile that prevents multiple instances of the gtk interface that didn't get cleaned up because of a hard reboot.
by Sentinel
Thu Aug 20, 2009 6:57 am
Forum: Development
Topic: Copy Completed Torrents
Replies: 10
Views: 15879

Re: Copy Completed Torrents

#!/bin/bash # Assumes that newly-finished torrent files are automatically # moved to the SEEDING directory # directory of finished torrents that are seeding SEEDING=/mnt/Vault/Seeding/ # blacklist BLACKLIST=/mnt/Vault/Finished/blacklist.txt # where to move files for archival staging # files can be ...
by Sentinel
Wed Jun 17, 2009 4:58 am
Forum: Support
Topic: how to ignore duplicate torrents?
Replies: 2
Views: 2312

Re: how to ignore duplicate torrents?

I would attack this problem at the script level. Make your script check for duplicates before it downloads the torrent.
by Sentinel
Wed Jun 17, 2009 4:55 am
Forum: Support
Topic: Move Completed Moves Files That Should Not Be Moved
Replies: 8
Views: 7349

Re: Move Completed Moves Files That Should Not Be Moved

Cool! As far as I can tell, this issue has been resolved. I will continue to look out for strange behavior and let you know, but I think we're good now, so thank you.
by Sentinel
Tue Jun 09, 2009 1:36 am
Forum: Support
Topic: Move Completed Moves Files That Should Not Be Moved
Replies: 8
Views: 7349

Re: Move Completed Moves Files That Should Not Be Moved

To be honest, I'm not sure how to grab that revision. I can say the problem still exists in 1.1.8. I'll try to figure out how to get the newest revision and let you know how it goes. If you don't hear from me, assume I'm waiting until 1.1.9
by Sentinel
Mon Jun 08, 2009 10:05 pm
Forum: Support
Topic: Move Completed Moves Files That Should Not Be Moved
Replies: 8
Views: 7349

Re: Move Completed Moves Files That Should Not Be Moved

Has anything changed that would suggest it would be fixed? If it's not fixed, it will take me an hour to move all my files again.
by Sentinel
Mon Jun 08, 2009 10:03 pm
Forum: Support
Topic: deluge not working
Replies: 4
Views: 5102

Re: deluge not working

Alright, some of the backend libraries were updated in whatever Ubuntu repo I use, and now everything works.