Jump to content

Restart rTorrent After It Has Crashed - Other Helpful Tutorials - InviteHawk - The #1 Trusted Source for Free Tracker Invites

Buy, Sell, Trade, or Find Free Invites for top private trackers like redacted, blutopia, losslessclub, femdomcult, filelist, Chdbits, Uhdbits, empornium, iptorrents, hdbits, gazellegames, animebytes, privatehd, myspleen, torrentleech, morethantv, bibliotik, alpharatio, blady, passthepopcorn, brokenstones, pornbay, cgpeers, cinemageddon, broadcasthenet, learnbits, torrentseeds, beyondhd, cinemaz, u2.dmhy, Karagarga, PTerclub, Nyaa.si, Polishtracker, and many more.

Restart rTorrent After It Has Crashed


Recommended Posts

Guest FAGuru

I'll be keeping this guide upto the point.

I hope it helps many out there ;)

This is the error which many of you have seen :-

RGC84qh.png

The solution for fixing the error is very easy.

1) Download PuTTY.

2) Run PuTTY.exe and enter your seedbox IP address provided to you.

Tq3peIM.png

3)Now this screen will appear asking you your Login Username. Enter your seedbox username

hvxXszH.png

4) Hit enter. Then it will be asking for the password. Enter it and hit enter.

BwwGhF0.png

5) You will be greeted with a screen similar like this.

PL84W5J.png

6) Enter this code , hit enter and wait for sometime :D

MvWy6o6.png

7) The seedbox will work like this :D

OzZ554e.png

8) Enjoy seeding ;)

Kindly tell me if it works for you or not...

Regards

Link to comment
https://www.invitehawk.com/topic/27676-restart-rtorrent-after-it-has-crashed/
Share on other sites

Guest terpasche

Might be worth mentioning that sometimes it fails to start when you boot your server, in which case:

sudo apt-get install dtach

then edit your rc.local

sudo nano /etc/rc.local

It's going to look like this:

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
 
exit 0

And this is what we want to add:

start-stop-daemon --start --chuid USERNAME --name rtorrent --exec /usr/bin/dtach -- -n /tmp/rtorrent.dtach /usr/local/bin/rtorrent

Like so:

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
 
 
start-stop-daemon --start --chuid USERNAME --name rtorrent --exec /usr/bin/dtach -- -n /tmp/rtorrent.dtach /usr/local/bin/rtorrent
 
exit 0

Guest
This topic is now closed to further replies.
  • Customer Reviews

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.