Custom Query (2447 matches)
Results (448 - 450 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#868 | Invalid | deluged is stalled | ||
Description |
Sometimes something happens to deluged and it stops responding. Nothing changes in the GUI and when I restart it (the GUI) it waits indefinitely for something. strace on deluged shows that it is waiting on futex... |
|||
#869 | Duplicate | concurrent downloads using same name are not handled | ||
Description |
There are sometimes two distinct torrents using the same download name, probably providing largely the same content, although not exactly identical. Deluge doesn't seem to handle this, so all files from both torrents are merged into a single download directory. Also, when one of the torrents finish, the directory might be moved and so causes the remaining torrent to fail when it has nowhere to continue writing its files. Deluge should handle this situation, at least by appending a ".[n]" to a duplicate directory name before it is created. Like numbered backups for the cp command. This assignment must be atomic. |
|||
#871 | Invalid | Check forced by saving/daylight time switch on FAT filesystem | ||
Description |
Today deluge forcibly re-checks the torrents whose data is stored on a FAT32 filesystem, due to time change from saving to daylight. This also happened half a year before with the opposite change. The files downloaded to ext3 filesystem are unaffected. It would be nice if deluge could detect this situation and avoid the re-check. |