Everything posted by bumperjeep
-
[Support] binhex - qBittorrentVPN
Is there a suggested health check setting? I'm new to docker health checks in general? -e HEALTHCHECK_COMMAND=<command> \ -e HEALTHCHECK_ACTION=<action> \ -e HEALTHCHECK_HOSTNAME=<hostname> \i see that, but there's also a docker compose health check setting, what are other people using for things that need to route through the vpn or privoxy?
-
[Support] binhex - qBittorrentVPN
I pulled the latest and it fixed my error too. Thanks Binhex! Is this still the right name servers? - NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1
-
[Support] binhex - qBittorrentVPN
Hi - I have a routing question. I'm thinking of doing a site to site vpn on my router. I wanted to make sure that there wasn't anything I could do at my router level that would override / mess up the iptables on the container. I'm referring to the iptable rules you describe here https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md. I'm sure that PIA uses a 10. network internally, and my site to site might also be joining to a remote 10. network. The container does not need to talk to the remote network ever, so I'm just double checking I won't break your core functionality.
-
[Support] binhex - qBittorrentVPN
Is there a preferred VPN provider specifically for this container? It looks PIA is the most supported, does AirVPN or Mullvad work better here?
-
[Support] binhex - qBittorrentVPN
Even if you move it to blue and force a recheck, it still tries to move back to red because the download isn't complete.
-
[Support] binhex - qBittorrentVPN
No, it's pointing to /media/red because that's where I want it saving 95% of the time. I only wanted to change the path for 1 download or ad hoc downloads where i explicitly override it
-
[Support] binhex - qBittorrentVPN
Hi I've been using the rtorrent container for a while, but switched here since it got deprecated. my default save path is /media/red, but it's pretty low on space, so I wanted to save some torrents to /media/blue. I set the save location when adding the torrent, but it keeps on downloading to red and only moving to blue when it's finished. Is there a way to avoid this behavior? For this specific torrent, I only want to write to blue. I know you could definitely do that with rtorrent, but I can't seem to figure that out with qbit. Thanks!
-
[Support] binhex - rTorrentVPN
So I added the following to my rtorrent.rc, execute = {/bin/bash,-c,mkdir -p /config/rtorrent/logs} log.open_file = "rtorrent", /config/rtorrent/logs/rtorrent.log log.open_file = "tracker", /config/rtorrent/logs/tracker.log log.open_file = "storage", /config/rtorrent/logs/storage.log # rTorrent logging verbosity for rtorrent, comment out if logs are too chatty log.add_output = "info", "rtorrent" log.add_output = "critical", "rtorrent" log.add_output = "error", "rtorrent" log.add_output = "warn", "rtorrent" log.add_output = "notice", "rtorrent" log.add_output = "debug", "rtorrent" # rTorrent logging for dht and tracker traffic log.add_output = "dht_debug", "tracker" log.add_output = "tracker_debug", "tracker" # rTorrent logging for storage log.add_output = "storage_debug", "storage" that wrote logs and told me that this line execute = {/bin/bash,-c,mkdir -p /data/incomplete} is causing the error. I never had a mount for /data, that line has always been there. I have no idea why all of a sudden it's been a problem. Might be cool to add those logs to supervisord.log. Anyway, I hope this helps somebody else!
-
[Support] binhex - rTorrentVPN
Actually I can't even get rtorrent runing. it's been very stable for a long time, nothing has changed
-
[Support] binhex - rTorrentVPN
I'm not using Unraid, I'm using Ubuntu 20.04. I definitely do not want to add / index everything again. In the past, I've moved the docker folder and got everything running fresh and then just moved the folder back and everything worked.
-
[Support] binhex - rTorrentVPN
I'm having the same problem, as of 6-14 or 6-15 it went down and I cannot get it back up.
-
[Support] binhex - rTorrentVPN
Hi - I just unpinned my Rtorrent version to pull latest, from image: binhex/arch-rtorrentvpn:rtorrent-ps-1.1.r54.ga787dd9-1-28 I'm having a bit of trouble understanding the changes needed in questions 25 and 26. I'm using Sonarr, Radarr and Jackett. Sonarr and Radarr are configured to use Jackett as a provider, but I also had an HTTPS proxy configured for Sonarr and Radarr. I'm using Ubuntu with docker compose. I'm only accessing the web ui for these apps via a VPN (wireguard hosted on this server). My main issue is that torrents from Jackett are not downloading once added to rtorrent Do I need to change or add values? VPN_OUTPUT_PORTS VPN_INPUT_PORTS - LAN_NETWORK=192.168.55.0/24,10.6.0.0/24 (LAN, Wireguard home vpn subnets) I'll try reading the instructions again. I'm also using 9443 for the web port instead of 9080 from the issues a few weeks ago. Since I'm using docker compose, do I need to add networks to my config? I don't have that set up. I can see all of the UIs for the apps, but now no torrents will download. EDIT: I did a little more research and when I download the .torrent directly from Jackett and add it myself to rtorrent, the downloads start in rtorrent, when sonarr adds the torrent to jackett, they don't.
-
[Support] binhex - rTorrentVPN
Switching from 9080 to 9443 definitely helped me as well, using the latest stable version. Can somebody explain in more detail what happened with nginx?
-
[Support] binhex - rTorrentVPN
I've been using this container for years, and I've been running into a lot of issues lately. I've pinned the container to the last working version: binhex/arch-rtorrentvpn:rtorrent-ps-1.1.r54.ga787dd9-1-28 For some reason, it's failing to start rtorrent. I did a dist upgrade from Ubuntu 18.04 and 20.04 a few weeks ago and I'm not sure if that's part of it. What else can I look through if Rtorrent is failing to start? Is there another log? I'm also getting this error: Unable to successfully download PIA json to generate token from URL 'https://10.0.0.1/authv3/generateToken' I'm also getting this a minutes after the last healthy log message: 2021-02-12 03:48:05,459 WARN received SIGTERM indicating exit request
-
[Support] binhex - rTorrentVPN
Thanks! Could this have any impact on Privoxy? My sonarr container is having trouble connecting to the internet through the rtorrent privoxy option.
-
[Support] binhex - rTorrentVPN
Can I have multiple LAN networks set? One is for my LAN and the other is for Wireguard/ pivpn clients, like so - LAN_NETWORK=192.168.50.0/24,10.0.6.0/24 Thanks!
-
[Support] binhex - rTorrentVPN
Haha i'm looking at the code https://github.com/binhex/arch-rtorrentvpn/commit/4aeb0bb40542d8450bfb21dcc1c16978c6640ff0 I see what you mean, this would have been much easier with a real programming language. Python would have worked perfectly for this. Anyway, thanks for your help. I managed to get it working a week ago and it hasn't disconnected since so I plan on updating when it goes down, thank!
-
[Support] binhex - DelugeVPN
I have a very long subscription with PIA - I think I paid $75 for 5 years, and I'm about 2 years in, so no big deal if I have to switch. Any downside to turning off port forwarding and waiting a few weeks or months hoping this gets fixed?
-
[Support] binhex - DelugeVPN
I tried to put in a support ticket as well, but the site is down.
-
[Support] binhex - rTorrentVPN
I'm getting an error that basically says that could not save state for AutodlState.xml, cannot write to /home/nobody/.autodl/AutodlState.xml
-
[Support] binhex - rTorrentVPN
I'm having some trouble with Auto Dl, is there a way to screen or tmux attach to the running instance of irssi on the container?
-
[Support] binhex - rTorrentVPN
Hi, long time user here: My container is getting stuck here and isn't coming back up. I've waited about 10 minutes. Any idea? 2019-11-28 13:32:55,119 DEBG 'watchdog-script' stdout output: [info] rTorrent not running 2019-11-28 13:32:55,124 DEBG 'watchdog-script' stdout output: [info] Privoxy not running 2019-11-28 13:32:55,124 DEBG 'watchdog-script' stdout output: [info] rTorrent incoming port 49160 and VPN incoming port 48349 different, marking for reconfigure 2019-11-28 13:32:55,124 DEBG 'watchdog-script' stdout output: [info] Removing any rTorrent session lock files left over from the previous run... 2019-11-28 13:32:55,126 DEBG 'watchdog-script' stdout output: [info] Attempting to start rTorrent... 2019-11-28 13:32:55,127 DEBG 'watchdog-script' stdout output: Script started, file is /home/nobody/typescript 2019-11-28 13:32:55,144 DEBG 'watchdog-script' stdout output: Script done, file is /home/nobody/typescript
-
[Support] binhex - rTorrentVPN
Is there a way to make sure that I copy max speed settings either to the ui or rtorrent.rc? I notice the file gets over written a lot. Thanks!
-
[Support] binhex - rTorrentVPN
@binhex Do you have any ideas on the modprobe errors - modprobe: FATAL: Module tun not found in directory /lib/modules/4.4.0-131-generic My container wasn't loading rtorrent last night, had a lot of issues. Didn't see anything obvious in supervisor.log other than the modprobe errors. I also looked at the FAQs in your signature.
-
[Support] binhex - rTorrentVPN
I'm getting the modprobe errors again and I completed removed the persistent container data and restarted like you suggested. Am I missing something? I haven't rebooted this machine in about 100 days, could that be the issue ?