Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] binhex - rTorrentVPN

Featured Replies

You forget port 8118 in the template for unraid.

 

thanks for this, port added.

 

My Docker is running great but I am getting an error found message from Fix Common Problems Plug In "Docker Application binhex-rtorrentvpn, Container Port 8118 not found or changed on installed application"

 

I have already restarted the Docker and then rerun Fix Common Problems Plug In with not change. Do I need to select "Ignore Error" then re scan?

 

  • Replies 3k
  • Views 609.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • OK guys, multi remote endpoint support is now in for this image please pull down the new image (this change will be rolled out to all my vpn images shortly).   What this means is that the im

  • @binhex Any plans to update this docker now when ruTorrent 4.0.1 is released? Seems like a very nice update from them.

  • its very possible that there was an issue with autodl-irssi at the time of the build (pulls from master branch), and this issue has now been resolved, so subsequent builds are ok, i will create a new

Posted Images

  • Author

You forget port 8118 in the template for unraid.

 

thanks for this, port added.

 

My Docker is running great but I am getting an error found message from Fix Common Problems Plug In "Docker Application binhex-rtorrentvpn, Container Port 8118 not found or changed on installed application"

 

I have already restarted the Docker and then rerun Fix Common Problems Plug In with not change. Do I need to select "Ignore Error" then re scan?

 

although ive added the port to the template any template changes dont get pushed out, so in short if you want to fix the issue then go to untaid gui, left click icon, select edit, click on advanced view (top right), then add in port 8118, this will fix the warning.

You forget port 8118 in the template for unraid.

 

thanks for this, port added.

 

My Docker is running great but I am getting an error found message from Fix Common Problems Plug In "Docker Application binhex-rtorrentvpn, Container Port 8118 not found or changed on installed application"

 

I have already restarted the Docker and then rerun Fix Common Problems Plug In with not change. Do I need to select "Ignore Error" then re scan?

 

although ive added the port to the template any template changes dont get pushed out, so in short if you want to fix the issue then go to untaid gui, left click icon, select edit, click on advanced view (top right), then add in port 8118, this will fix the warning.

Thank you. Love the docker.

 

Sent from my Nexus 5X using Tapatalk

 

 

Is there a way to attach to the tmux session to view what the daemon is doing?

 

Myk

 

  • Author

Is there a way to attach to the tmux session to view what the daemon is doing?

 

Myk

 

yep, firstly jump inside the running container as user nobody:-

 

docker exec --user="nobody" -it binhex-rtorrentvpn /bin/bash

 

then re-attach to the session:-

 

script -c "tmux attach -d"

 

disclaimer - the above commands MAY cause tmux to quit when you quit the session your viewing, so be aware of this.

  • 3 weeks later...

Any easy way to move the torrents I have and are seeding in the ruTorrent docker (w/o VPN)?

Why not just turn the VPN off? No need to change dockers...or maybe I'm not understanding you correctly.

  • Author

Why not just turn the VPN off? No need to change dockers...or maybe I'm not understanding you correctly.

I think what he's trying to say is how can I carry on seeding with my current docker container (LS version) and move to this one, correct?

 

Sent from my SM-G900F using Tapatalk

 

 

Yes. :) I am currently running linuxserver/rutorrent:latest

  • 2 weeks later...

Hi binhex - This docker is awesome. Thanks for developing it.

 

I'm having some trouble with the docker image growing full as I download torrents. Any suggestions?

 

Thanks

  • Author

Hi binhex - This docker is awesome. Thanks for developing it.

 

I'm having some trouble with the docker image growing full as I download torrents. Any suggestions?

 

Thanks

 

have you configured autotools by any chance? (see attachment), if you have then you need to make sure its set to /data/<folder of your choice>

Screen_Shot_2016-08-23_at_12_05_05.png.7b82f97e7342c7dd3fd7f3a874198900.png

Hi binhex - This docker is awesome. Thanks for developing it.

 

I'm having some trouble with the docker image growing full as I download torrents. Any suggestions?

 

Thanks

 

have you configured autotools by any chance? (see attachment), if you have then you need to make sure its set to /data/<folder of your choice>

 

Negative, autotools are disabled

  • Author

Hi binhex - This docker is awesome. Thanks for developing it.

 

I'm having some trouble with the docker image growing full as I download torrents. Any suggestions?

 

Thanks

 

have you configured autotools by any chance? (see attachment), if you have then you need to make sure its set to /data/<folder of your choice>

 

Negative, autotools are disabled

 

ok so does /data/incomplete exist on your unraid host and can you see incomplete downloads in there?

Hi binhex - This docker is awesome. Thanks for developing it.

 

I'm having some trouble with the docker image growing full as I download torrents. Any suggestions?

 

Thanks

 

have you configured autotools by any chance? (see attachment), if you have then you need to make sure its set to /data/<folder of your choice>

 

Negative, autotools are disabled

 

ok so does /data/incomplete exist on your unraid host and can you see incomplete downloads in there?

 

"/data/incomplete" doesn't specifically exist on my host but i mapped the /data folder to /mnt/user/media/downloads. however, i do see /incomplete within /mnt/user/media/downloads.

 

I do see something interesting though. I downloaded a movie and it went to /mnt/user/media/downloads/incomplete. Great. I'm currently trying to download a tv show and its going to the docker img according to

find /var/lib/docker/btrfs -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'

, but it also has a label "TV" whereas the movie did not have a label.

 

Ill see if that has anything to do with it.

 

  • Author

Hi binhex - This docker is awesome. Thanks for developing it.

 

I'm having some trouble with the docker image growing full as I download torrents. Any suggestions?

 

Thanks

 

have you configured autotools by any chance? (see attachment), if you have then you need to make sure its set to /data/<folder of your choice>

 

Negative, autotools are disabled

 

ok so does /data/incomplete exist on your unraid host and can you see incomplete downloads in there?

 

"/data/incomplete" doesn't specifically exist on my host but i mapped the /data folder to /mnt/user/media/downloads. however, i do see /incomplete within /mnt/user/media/downloads.

 

I do see something interesting though. I downloaded a movie and it went to /mnt/user/media/downloads/incomplete. Great. I'm currently trying to download a tv show and its going to the docker img according to

find /var/lib/docker/btrfs -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'

, but it also has a label "TV" whereas the movie did not have a label.

 

Ill see if that has anything to do with it.

 

ok so it probably is related to adding a label then, have you configured the unpack settings by any chance? (see attachment) this also allows you to define a different path, if its blank i would recommend setting this to your incomplete folder, so /data/incomplete

Screen_Shot_2016-08-23_at_13_36_32.png.06e9c1f7ed6132a2ab8ed307b47b893b.png

Hi binhex - This docker is awesome. Thanks for developing it.

 

I'm having some trouble with the docker image growing full as I download torrents. Any suggestions?

 

Thanks

 

have you configured autotools by any chance? (see attachment), if you have then you need to make sure its set to /data/<folder of your choice>

 

Negative, autotools are disabled

 

ok so does /data/incomplete exist on your unraid host and can you see incomplete downloads in there?

 

"/data/incomplete" doesn't specifically exist on my host but i mapped the /data folder to /mnt/user/media/downloads. however, i do see /incomplete within /mnt/user/media/downloads.

 

I do see something interesting though. I downloaded a movie and it went to /mnt/user/media/downloads/incomplete. Great. I'm currently trying to download a tv show and its going to the docker img according to

find /var/lib/docker/btrfs -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'

, but it also has a label "TV" whereas the movie did not have a label.

 

Ill see if that has anything to do with it.

 

ok so it probably is related to adding a label then, have you configured the unpack settings by any chance? (see attachment) this also allows you to define a different path, if its blank i would recommend setting this to your incomplete folder, so /data/incomplete

 

so it wasnt related to the label, however, sonarr was incorrectly configured. sorry for the confusion and thanks for the help.

  • Author

Hi binhex - This docker is awesome. Thanks for developing it.

 

I'm having some trouble with the docker image growing full as I download torrents. Any suggestions?

 

Thanks

 

have you configured autotools by any chance? (see attachment), if you have then you need to make sure its set to /data/<folder of your choice>

 

Negative, autotools are disabled

 

ok so does /data/incomplete exist on your unraid host and can you see incomplete downloads in there?

 

"/data/incomplete" doesn't specifically exist on my host but i mapped the /data folder to /mnt/user/media/downloads. however, i do see /incomplete within /mnt/user/media/downloads.

 

I do see something interesting though. I downloaded a movie and it went to /mnt/user/media/downloads/incomplete. Great. I'm currently trying to download a tv show and its going to the docker img according to

find /var/lib/docker/btrfs -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'

, but it also has a label "TV" whereas the movie did not have a label.

 

Ill see if that has anything to do with it.

 

ok so it probably is related to adding a label then, have you configured the unpack settings by any chance? (see attachment) this also allows you to define a different path, if its blank i would recommend setting this to your incomplete folder, so /data/incomplete

 

so it wasnt related to the label, however, sonarr was incorrectly configured. sorry for the confusion and thanks for the help.

 

ahh fair enough, thanks for posting the resolution, hopefully it will help somebody else out who might have the same issue, enjoy the docker container :-)

I was going to suggest looking at sickrage/beard/sonarr for "download to" folder settings.

Any ideas why my downloads dont start downloading?

 

docker run --restart always \
    --cap-add=NET_ADMIN \
    -p 9080:9080 \
    --name=rtorrent \
    -v /docker/fileshare/Downloading/:/data \
    -v /docker/container-data/deluge:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e VPN_ENABLED=yes \
    -e VPN_USER=username \
    -e VPN_PASS=password \
    -e VPN_REMOTE=nl.privateinternetaccess.com \
    -e VPN_PORT=1198 \
    -e VPN_PROTOCOL=udp \
    -e VPN_PROV=pia \
    -e STRONG_CERTS=no \
    -e ENABLE_PRIVOXY=no \
    -e LAN_NETWORK=192.168.0.0/24 \
    -e DEBUG=false \
    -e PHP_TZ=Europe/Stockholm \
    -e PUID=1000 \
    -e PGID=1000 \
    binhex/arch-rtorrentvpn

  • 3 weeks later...

I'm having an issue where rtorrent is not starting after upgrading to unRAID 6.2 Here is what is displayed in the log file. I have tried reinstalling but that didn't fix the issue. Any help would be appreciated. Thanks

 

rtorrent_errors.jpg.5142e3123dfbbc41baed0cb0363a6c3b.jpg

I have gone back to 6.1.9 still having issues with this docker. I have deleted the rtorrent folder from appdata and re-entered all the information from scratch when installing the docker. Nothing has fixed the issue. Same errors as the last picture.

Fixed my issue. It turns out it was that the port had changed. I searched the thread and saw where you had posted this info. Can I suggest that you put this important info in the first post or one of your reserved posts? Thanks for the great docker!

Hey binhex!

 

Have you ever seen something like "passkey not found"

 

Seems to be an issue with some trackers and I have done some tcpdumping and it seems like the announce url is beeing changed by the VPN or the client, not sure which.

 

anyway if youve heard of a smiliar issue lemme know.

Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.