Rtorrent-Auto-Install
Rtorrent-Auto-Install copied to clipboard
After installation under Jessie and Wheezy, rTorrent does not automatically start.
root@localhost:/etc/init.d# ./rtorrent-init start
cannot find rtorrent binary in PATH /usr/bin:/usr/local/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin
root@localhost:/etc/init.d# find / -iname rtorrent
root@localhost:/etc/init.d# nano rtorrent-init
root@localhost:/etc/init.d# rtorrent-init restart
-bash: rtorrent-init: command not found
root@localhost:/etc/init.d# service rtorrent-init restart
cannot find rtorrent binary in PATH /usr/bin:/usr/local/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin
root@localhost:/etc/init.d# nano rtorrent-init
root@localhost:/etc/init.d# rtorrent
-bash: rtorrent: command not found
root@localhost:/etc/init.d# rtorrent
-bash: rtorrent: command not found
I had to manually install it
root@localhost:/etc/init.d# apt-get install rtorrent
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libtorrent14 libxmlrpc-core-c3
The following NEW packages will be installed:
libtorrent14 libxmlrpc-core-c3 rtorrent
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 1232 kB of archives.
After this operation, 3175 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Fetched 1232 kB in 0s (6579 kB/s)
Can't set locale; make sure $LC_* and $LANG are correct!
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package libtorrent14:amd64.
(Reading database ... 33996 files and directories currently installed.)
Unpacking libtorrent14:amd64 (from .../libtorrent14_0.13.2-1_amd64.deb) ...
Selecting previously unselected package libxmlrpc-core-c3.
Unpacking libxmlrpc-core-c3 (from .../libxmlrpc-core-c3_1.16.33-3.2_amd64.deb) ...
Selecting previously unselected package rtorrent.
Unpacking rtorrent (from .../rtorrent_0.9.2-1_amd64.deb) ...
Processing triggers for man-db ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up libtorrent14:amd64 (0.13.2-1) ...
Setting up libxmlrpc-core-c3 (1.16.33-3.2) ...
Setting up rtorrent (0.9.2-1) ...
root@localhost:/etc/init.d# service rtorrent-init start
Starting rtorrent: rtorrent.