Currently I'm running ubuntu 9.04 amd64 and deluge is running fine except for a few things for me.
I'm running a headless server, hence, i'm running deluge-web
1. Everytime I restart my daemon, all the torrent that i was downloading disappears. Does this have to do with the error I'm getting "Error backing up old config"?
2. I can't seem to change the paths in "Download Folders". The only section I change is "Download to" while others are greyed out.
3. I can't seem to set the download limit for individual torrent on the fly (by right clicking on file), even if chose a lower number, it always maxed out
4. I can't seem to download only a certain files from a torrent. Even if I select "Do Not Download", it will still download the file
Any help is appreciated.
deluge 1.2.0 rc1, torrent disappers upon daemon restart
Re: deluge 1.2.0 rc1, torrent disappers upon daemon restart
For me tooremeron wrote: 1. Everytime I restart my daemon, all the torrent that i was downloading disappears. Does this have to do with the error I'm getting "Error backing up old config"?
Re: deluge 1.2.0 rc1, torrent disappers upon daemon restart
Are you using a fresh config? I've fixed an issue in svn where when using a fresh config the state will not save correctly. To fix this with RC1, run this command:
Code: Select all
mkdir ~/.config/deluge/state
Re: deluge 1.2.0 rc1, torrent disappers upon daemon restart
i built deluge from trunk yesterday. Thanks, it's work.
Re: deluge 1.2.0 rc1, torrent disappers upon daemon restart
Thanks andar, that worked like a charm.
Do you know how I could rectify the other issues?
The ability to individually select certain for downloads and limiting download speeds for each torrent is what I use most.
Do you know how I could rectify the other issues?
The ability to individually select certain for downloads and limiting download speeds for each torrent is what I use most.
Re: deluge 1.2.0 rc1, torrent disappers upon daemon restart
I believe some of those issues have already been resolved in svn.. There was a bug in the webui that caused the allocation setting to change to Compact instead of the default Full. You cannot select file priorities when using Compact allocation.remeron wrote:Thanks andar, that worked like a charm.
Do you know how I could rectify the other issues?
The ability to individually select certain for downloads and limiting download speeds for each torrent is what I use most.
Also, the Options tab in the Add Torrent Dialog was not enabled, but I think that is or has been worked on.
Re: deluge 1.2.0 rc1, torrent disappers upon daemon restart
Same for me in Win 7. I use Transmission in Fedora 11, but may end up switching to Deluge. But, the solution can't be applied to my Windows install. Any help for that OS?remeron wrote:Currently I'm running ubuntu 9.04 amd64 and deluge is running fine except for a few things for me.
I'm running a headless server, hence, i'm running deluge-web
1. Everytime I restart my daemon, all the torrent that i was downloading disappears. Does this have to do with the error I'm getting "Error backing up old config"?