Page 2 of 2

Re: [Unofficial] rTorrent (pre-release)

Posted: Tue Jul 05, 2016 3:50 pm
by mafredri
I've pushed a new release 0.9.6-r1 to Github (still pre-release), see release for details.

Re: [Unofficial] rTorrent (pre-release)

Posted: Wed Jul 06, 2016 12:19 am
by tango
I've installed 0.9.6-r1 now and try to set up folders for rutorrent via terminal, and get some errors.
I tried connecting as root and admin but doesn't seem to work :/

admin@ASUSTOR:/volume1/home/admin $ sudo mkdir -p /opt/rtorrent{session,watch,download}
-sh: sudo: not found


Is doing this blocked by the Nas OS?
I don't really want to try any further, as I'm not really good at this stuff, and don't want to mess something up.
I just want a stable torrent daemon with rss :P

Thanks

Re: [Unofficial] rTorrent (pre-release)

Posted: Wed Jul 06, 2016 12:42 am
by mafredri
I actually researched this a bit further, and just enabling the scgi_port in rTorrent is not enough. rTorrent expects the communication to happen over the SCGI protocol which means that you cant do regular HTTP communication with it. A web server, e.g. nginx or lighttpd needs to sit in front of it and receive the http communication, that is then passed to rTorrent.

More information can be found here and here.

rTorrent is definitely stable as a daemon, don't know much about its RSS capabilities though. Other good daemons are Deluge, qBittorrent and Transmission. Deluge has RSS through the YaRSS2 plugin, with qBittorrent and Transmission there is no such luck. Have you looked into e.g. Sonarr as an alternative to traditional RSS?

At one point I was planning on releasing FlexGet for ASUSTOR as well, but abandoned it as I didn't have need for it anymore.

Re: [Unofficial] rTorrent (pre-release)

Posted: Wed Jul 06, 2016 12:47 am
by mafredri
tango wrote: admin@ASUSTOR:/volume1/home/admin $ sudo mkdir -p /opt/rtorrent{session,watch,download}
-sh: sudo: not found


Is doing this blocked by the Nas OS?
Actually, there's no need to create the session folder, unless it's specific for ruTorrent and not rTorrent. rTorrent has one at /usr/local/AppCentral/rtorrent/config/session.

Also, there's no sudo command available on ASUSTOR. Just log in as root over SSH if you need additional permissions (same password as admin).

Re: [Unofficial] rTorrent (pre-release)

Posted: Sat May 26, 2018 4:39 am
by gerinho
Hello

I'm using Deluge in my NAs, but I think it would be awesome to have rtorrent + rutorrent available in Asustor Nas...

Best regards

Re: [Unofficial] rTorrent (pre-release)

Posted: Tue Apr 23, 2024 1:43 am
by comix21
Hi, i see this is an old post. Still i found it not working in 2024.
I want to share with others, like me who want rtorrent+rutorrent on their nas (mine AS5202T).

1) Get docker and portainer
2) Log in ssh on your nas with root (sudo-i)
3) just paste

docker run --name rutorrent -dt \
-e UID=your UID\
-e GID=your GID\
-e PORT_RTORRENT=46000 \
-e HTTP_AUTH=true \
-p *desired port*:8080 \
-p 46000:46000 \
-v /your/configfolder:/config \
-v /your /data folder:/data \
mondedie/rutorrent:latest

example
docker run --name rutorrent -dt \
-e UID=1000 \
-e GID=100 \
-e PORT_RTORRENT=46000 \
-e HTTP_AUTH=true \
-p 8300:8080 \
-p 46000:46000 \
-v /data/config:/config \
-v /data/:/data \
mondedie/rutorrent:latest

mondedie is the only image i found, that work and have a passw setup, and it is keept up to date from mondedie.

4) docker exec -it rutorrent gen-http-passwd
it will ask to instert username pass and repeat pass.
5)once image is running, go for yourlocalip:desiredport

I know there are others clients, like qbit native, still its crashing time to time, and i have to reload torrent and options.
And somehow rtorrent connect to all peers(expeccialy where there are a few), while qbit transmission ecc, have some problems, at least for me. Port forwarded.