rtorrent stop to work
Home › Forums › GeeXboX on ARM SoCs › rtorrent stop to work
This topic contains 2 replies, has 2 voices, and was last updated by
skelos 1 day, 7 hours ago.
-
AuthorPosts
-
Hello,
currently my rtorrent stop to work. I didn’t see a particular event that do this. When I try to connect via rutorrent website said:[04.03.2015 09:56:03] WebUI started. [04.03.2015 09:56:05] No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.but port and settings are ok: If I restart rtorrent I see all in rutorrent website.
And If I try to recover session using “screen -r” I got:
root@geexbox:~# screen -r There is a screen on: 2252.rtorrent (Dead ???) Remove dead screens with 'screen -wipe'. There is no screen to be resumed.and rtorrent status is :
root@geexbox:~# systemctl status rtorrent rtorrent.service - rtorrent daemon Loaded: loaded (/usr/lib/systemd/system/rtorrent.service; disabled) Active: active (exited) since Wed 2015-03-04 08:00:01 GMT; 57min ago Process: 8405 ExecStop=/usr/bin/stoprtorrent (code=exited, status=1/FAILURE) Process: 8412 ExecStart=/usr/bin/runrtorrent (code=exited, status=0/SUCCESS) Main PID: 8412 (code=exited, status=0/SUCCESS) CGroup: /system.slice/rtorrent.serviceI can’t explain me the ‘FAILURE’ word….
Someone has ideas? I have latest snapshots…
Thank you.
8405 ExecStop=/usr/bin/stoprtorrent (code=exited, status=1/FAILURE)
it seems there is no process that this script can kill, once the failurecan you post the result of
journalctl -a | grep rtorrent?and what is the content of directory /rtorrent/session/
Tom,
i discovered that rtorrent goes down because I had a file .torrent not good. So, I moved al contents of session/ folder in other directory and re-put file in session/ one for time until I found the bad one.This not crear why I have ‘FAILURE’ message. Actually rtorrent status is :
root@geexbox:~# systemctl status rtorrent rtorrent.service - rtorrent daemon Loaded: loaded (/usr/lib/systemd/system/rtorrent.service; disabled) Active: active (exited) since Thu 2015-03-05 07:00:02 GMT; 1h 17min ago Process: 4733 ExecStop=/usr/bin/stoprtorrent (code=exited, status=4) Process: 4740 ExecStart=/usr/bin/runrtorrent (code=exited, status=0/SUCCESS) Main PID: 4740 (code=exited, status=0/SUCCESS) CGroup: /system.slice/rtorrent.service ââ€Å“ââ€â‚¬4745 /usr/bin/SCREEN -dmS rtorrent rtorrent -n -o import=/etc/rtorrent.rc ââ€â€Ã¢â€â‚¬4746 rtorrent -n -o import=/etc/rtorrent.rcand I see (code=exited, status=4) in red.
I tryied also to do ‘journalctl -a | grep rtorrent’
but no output. -
AuthorPosts
You must be logged in to reply to this topic.