Page 1 of 1

Detailed - Failure to Move Finished Torrents - Seeking Help

Posted: Tue Feb 24, 2015 9:25 pm
by cr77
Hello,

I had committed to solely using deluge over alternative options on the Linux platform.
Deluge has run smooth until recently, now it's just a gamble as to whether it will function at all or not.
___________________________________________________
ERRORS/BUGS
  • 1) File -> Quit ends in non-responsive application
    2) Moving a finished/completed file ends in either a frozen 0.00% state or input/ouput error state.


    2a) This is not a permissions issue: I can manually move the file from the downloaded-to-folder to folderxyz
    2b) This is not a permissions issue: as this does not occur on all finished downloads only some.
    2c) This is not a permissions issue: as on finished-torrents that remain at 0.00% move state, I can create folder in their present directory and attempted move fails.
    e.g. mnt/device/yada/pending_downloads/finished_torrrent.file
    mkdir mnt/device/yada/pending_downloads/testing_dir/
    attempt to move file from parent to sub-folder testing_dir; move status remains at 0.00%

Yesterday I lost nearly half of downloads to 0.00%
I ran a re-check but it did no good.
Why it chose some over others, I do not know.
___________________________________________________
Tue Feb 24 12:11:25 PST 2015
  • deluged: 1.3.6
    libtorrent: 0.16.13.0
___________________________________________________
Plugins
  • AutoAdd
    Label
    MoveTools MoveTools-0.2.0.2-py2.7.egg
    Notifications
    Scheduler
___________________________________________________
OS/Kernel
Linux Mint 17.1 Rebecca
Linux 3.13.0-37-generic #64-Ubuntu
___________________________________________________
Desktop Environment
xfce4-display-settings 4.11.2 (Xfce 4.10)
___________________________________________________
Hardware
vendor_id : GenuineIntel
cpu family : 6
model : 62
model name : Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz
stepping : 4
microcode : 0x416
cpu MHz : 1200.000
cache size : 15360 KB
___________________________________________________
cat /proc/cpuinfo | grep processor | wc -l
24
___________________________________________________
movetools.conf
{
"file": 1,
"format": 1
}{
"timeout": {
"success": -1.0,
"error": -1.0
},
"general": {
"estimated_speed": 10000000000.0,
"remove_empty": false
}
}
___________________________________________________
ui.conf


{
"file": 1,
"format": 1
}{
"default_ui": "gtk"
}
___________________________________________________

Thank you for trying.

Re: Detailed - Failure to Move Finished Torrents - Seeking H

Posted: Wed Feb 25, 2015 7:18 am
by cr77
Deluge went delug-ional on me.

When it wants to move a file it'll move it, when it doesn't it plays stubborn.

How do I know it's stubborn? Because it'll queue the other pile-up behind the one that it doesn't want to move.

I'll create a folder right next to wherever it downloaded to and if it doesn't want to move the file then it won't.

If I've sent a batch of torrents for re-checking ... it'll act like it's calculating Pi the arc for re-entry and take up all it's mighty power and pretty much cease dowloading or seeding or moving until it's down re-checking. Two (2) Xeons, 32 GB of 1866 MHz and more storage than it needs and it's not a team player.

I've tried Auto-Managed ON, Auto-Managed Off ... usually what gets it to work is a forced quit (because it's probably a zombie) and then re-move after opening.

__________________________________________________________________________

$ ifconfig -a

bond0 Link encap:Ethernet HWaddr 00:25:90:d5:b2:e1
inet addr:192.168.1.92 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:223166119 errors:0 dropped:43600 overruns:0 frame:0
TX packets:115489406 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:293604030130 (293.6 GB) TX bytes:53914212648 (53.9 GB)

eth0 Link encap:Ethernet HWaddr 00:25:90:d5:b2:e1
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:42461481 errors:0 dropped:5 overruns:0 frame:0
TX packets:52003222 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44059831484 (44.0 GB) TX bytes:46186028990 (46.1 GB)
Interrupt:16 Memory:fb900000-fb920000

eth1 Link encap:Ethernet HWaddr 00:25:90:d5:b2:e1
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:180704638 errors:0 dropped:3 overruns:0 frame:0
TX packets:63486184 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:249544198646 (249.5 GB) TX bytes:7728183658 (7.7 GB)
Interrupt:17 Memory:fb800000-fb820000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:80029 errors:0 dropped:0 overruns:0 frame:0
TX packets:80029 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10663921 (10.6 MB) TX bytes:10663921 (10.6 MB)


__________________________________________________________________________


$ sudo cat /proc/net/bonding/bond0

Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 100
Down Delay (ms): 100

802.3ad info
LACP rate: fast
Min links: 0
Aggregator selection policy (ad_select): stable
Active Aggregator Info:
Aggregator ID: 1
Number of ports: 2
Actor Key: 17
Partner Key: 62
Partner Mac Address: 00:26:f1:39:2e:00

Slave Interface: eth1
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:25:90:d5:b2:e1
Aggregator ID: 1
Slave queue ID: 0

Slave Interface: eth0
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:25:90:d5:b2:e0
Aggregator ID: 1
Slave queue ID: 0
__________________________________________________________________________

Re: Detailed - Failure to Move Finished Torrents - Seeking H

Posted: Wed Feb 25, 2015 7:28 pm
by cr77
Officially done with Deluge. Best of luck to all; developers and clients.

Fun while it lasted.