Page 1 of 1

Deluge crashing on Cubian Cubieboard 2

Posted: Wed Jul 09, 2014 11:10 am
by pstryk
Hi,

I have a problem with Deluge on Cubieboard 2 (Cubian/Linux OS - very fresh installation). The Deluged Daemon keeps crashing when download any files (no matter 1 torrent or 10), but the deluge-web is running fine. When idle (no files in queue) it runs ok.

Code: Select all

root@mini:/# deluged -v
deluged: 1.3.6
libtorrent: 0.15.10.0

root@mini:/#uname -a
Linux mini 3.4.79-sun7i #13 SMP PREEMPT Thu Jul 3 06:34:55 CST 2014 armv7l GNU/Linux
Files DL, config and UL files are stored on SATA drive - I can pst them if required.

Only info in log showing any problems is:

Code: Select all

[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: send buffer watermark too low (upload rate will suffer)
[DEBUG   ] 12:59:49 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: max outstanding disk writes reached
[DEBUG   ] 12:59:50 alertmanager:123 performance_alert: The.Walking.Dead.S04.Special.Inside.the.Walking.Dead.HDTV.x264-W4F[rarbg]: performance warning: send buffer watermark too low (upload rate will suffer)
and

Code: Select all

[WARNING ] 12:57:31 config:361 Unable to open config file /hdd/deluge-conf/.config/deluge/hostlist.conf.1.2: [Errno 2] No such file or directory: '/hdd/deluge-conf/.config/deluge/hostlist.conf.1.2'
Currently cache is set to: 10240 with 1800 time and default settings also crashed the installation...

I tried anything but no luck. Can any one help?

Re: Deluge crashing on Cubian Cubieboard 2

Posted: Wed Jul 09, 2014 2:33 pm
by Cas
It's simple you search for crashing deluge and find that you should try upgrading libtorrent!

Re: Deluge crashing on Cubian Cubieboard 2

Posted: Thu Jul 10, 2014 12:25 pm
by pstryk
Thanks.
Updating to liborrent 0.16.5.0 helped - I just had to compile it from the source with manual I found on this forum (can't remember which one...)