I've set up my home desktop to run as a VNC/FTP server using tightvnc and filezilla for torrents on Windows XP and everything was super fast and worked great but I wanted to switch everything to linux
Installed Mint 14 (I know not ubuntu but I like this forum and it's debian based anyway) desktop and made it a SSH/FTP box instead. Used sshd and ftpd. Those work pretty well.
Check the journal after a reboot for error messages related to your rtorrent.service, like this:journalctl -b _SYSTEMD_UNIT=rtorrent.serviceor maybe this:journalctl -b | grep rtorrentJust a hunch (I could be wrong), but it's possible that during boot-up systemd tries to start rtorrent.service before the network is up, causing rtorrent to bail out.
This works for me, YMMV:/etc/systemd/system/screen.service[Unit]
Description=Detached screen session
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
User=tomk
ExecStart=/usr/bin/screen -dm
[Install]
Wants=network.target
WantedBy=multi-user.target ~/.screenrc...
screen -t rtorrent 5 /usr/bin/rtorrent
...
tomk
https://bbs.archlinux.org/profile.php?id=1822
2013-03-
How do I get rtorrent to use a socks5 proxy?
I've tried to get socks5 to work with rtorrent, but it doesn't seem to have any impact.
Setup the socks5 proxy on port 9800:
ssh -ND 9800 user@otherhost
in .rtorrent.rc
http_proxy=127.0.0.7:9800
proxy_address=127.0.0.7:9800
It cannot download any data from tracker.
Tracker: [Server returned nothing (no headers, no data)]
And my ip does not app
I installed rTorrent manually (through compiling and such), but now I need to upgrade it.
I had a look at whether my system recognised rTorrent being 'installed', and it said it wasn't, so if I did 'sudo apt-get install rtorrent' it'd install an entirely new package.
Hi there,
We are switching from an uncapped 512kb line to a 4MB line at the office... One catch though. The 4MB line will only be linked to a 30GB account, without the option to top up.
Al tratar de instalar rtorrent desde el CCR:$ ccr - S rtorrentLuego de instalar sus dependecias respectivas y cuando va directamente a instalar el rtorrent me tira este errorAlguna sugerencia.Saludos.
I have server with torrent clients. I run 20 torrent clients - rtorrent. Some times server hangs. How can I find problem - why server is hangs?
I use Slackware linux 12.2. On hard disk I use ext3 and ext4.
Ubuntu 10.10 LAN Torrent Seedbox With Avalanche-rt, Lighttpd, Rtorrent, Vsftpd And Samba
This tutorial is based on a LAN setup, but it should also be
applicable for an Internet seedbox (e.g. on a vps or rootds), but some
additional steps may need to be performed (firewall, securing rpc-mount,
generally hardening of the server).