Guide: rTorrent + ruTorrent installation
|
Guide: rTorrent + ruTorrent installation
|
|
1st Dec, 2016, 05:10 AM
(This post was last modified: 1st Dec, 2016 07:00 AM by Nachteule.)
Post: #55
|
|||
|
|||
|
RE: Guide: rTorrent + ruTorrent installation
Tried to get it run and were successfully
![]() There are some issues which has to be solved: 1) libgd2-xpm package does not exist anymore, it has been renamed (probably replaced by libgd3) Solution (workaround): Use libgd2-xpm-dev instead, apt-get will resolve missing dependencies automatically. Not ideal, because a lot of dev packages will be installed - but it works 2) nginx does not start without ipv6 Solution: modprobe ipv6 before starting nginx or put it into file /etc/modules Code: # /etc/modules: kernel modules to load at boot time.Now rtorrent should start (as user root) and working properly 3) Run rtorrent as user xbian:xbian 3.1) change /etc/init.d/rtorrent Code: ...3.2 Remove execute ... lines in /home/xbian/.rtorrent.rc Code: # Start opening ports at a random position within the port range.(because of rtorrent does not run under root, it does no have right do execute commands chgrp and chmod. This has to be done in /etc/init.d/rtorrent (see above)) 3.3 change ownership of /home/xbian/rtorrent Terminal sudo chown -R xbian:xbian /home/xbian/rtorrent 3.4 restart rtorrent Terminal /etc/init.d/rtorrent restart If you get the errormessage Quote:Starting rtorrent: chmod: cannot access ‘/tmp/rtorrent.dtach’: No such file or directory please run Terminal sudo rm -f /tmp/rtorrent.sock and start rtorrent again 3.5 Reboot issue To make sure that starting rtorrent working properly after (re)boot please modify file /etc/default/rcS Code: # /etc/default/rcSTMPTIME must not be set to 0, because this flushes /tmp folder when system boots and rtorrent sockets has been vanished |
|||
|
« Next Oldest | Next Newest »
|