-
Dynamix WireGuard VPN
Has anyone else experienced almost unusable speeds with the Wireguard VPN? I'm not exaggerating when I say my connection drops to about 1% of my home network speed. PC home network, no VPN:, Google speed test: As soon as I enabled the Wireguard VPN, Same PC, Same speed test: I don't understand what would cause this considering there is little in terms of configuration to make this work.
-
[Support] binhex - DelugeVPN
I actually have another question. Previously in Transmission I was able to rename folders / torrents. I have my Media folder structure set up like: /mnt/Media/series/MyShow/My Show Season 01/my.show.720p.hdtv.mkv When I download a season torrent because I want to seed it, or let's say I'm missing a few episodes of a season, in Transmission I was able to: Download the torrent as My.Show.S03.720p.hdtv.mkv.torrent Add the torrent in a paused state with Destination: /mnt/Media/series/MyShow/ Rename the torrent to: My Show Season 01 Force Re-Check I can't seem to find a method to to do anything similar in Deluge. I seem to be stuck with trying to download My.Show.S03.720p.hdtv.mkv.torrent which is making it difficult to fix missing episodes.
-
[Support] binhex - DelugeVPN
Thanks, my problem was the UTP settings. With that one change I've gone from 100KB/s to 20MB/s. Mad.
-
[Support] binhex - DelugeVPN
I just configured this Docker yesterday. Have it set using PIA VPN and Privoxy enabled which is wroking great. However I'm not sure why I am getting pitiful speeds (Less than 100 KB/s majority of time). Speeds will randomly jump up to ~300KB/s before falling back below 100KB/s again. I am using an endpoint that is port forwarding enabled as per the supervisord log: 2022-02-05 23:30:16,618 DEBG 'start-script' stdout output: [info] PIA endpoint 'man.privacy.network' is in the list of endpoints that support port forwarding I've tried a few different OVPN profiles but it doesn't change anything. Is there any "Tips and tricks" to get Deluge working faster? Transmission (My previous client) was downloading in MB/s at least, but Deluge is much better in terms of usability and functionality so I am eager to swap, but these download speeds are unusable.. I tried to download an Ubuntu ISO and it actually spiked to 6MiB/s very briefly before again falling down below 100KiB/s.
-
[Support] Linuxserver.io - Plex Media Server
I've managed to figure it out. I set up an SSH tunnel as per instructions here: https://support.plex.tv/articles/200288586-installation/ https://www.skyverge.com/blog/how-to-set-up-an-ssh-tunnel-with-putty/ Then followed this sequence: 1. Stop the container 2. Delete the preferences.xml 3. Restart the container 4. Access the URL: http://localhost:8888/web/index.html Good learning experience
-
[Support] Linuxserver.io - Plex Media Server
I've manually added my PlexOnlineToken value to my Preferences.xml and restarted the container. This gave some success as the other fields such as PlexOnlineUsername and PlexOnlineEmail were populated successfully into the Preferences.xml file. However I am still not seeing a server...
-
[Support] Linuxserver.io - Plex Media Server
On container startup I see this when viewing the log: ##################################################### # Login via the webui at http://<ip>:32400/web # # and restart the docker, because there was no # # plex token found in the preference file # ##################################################### I assume this is referring to: `/mnt/user/Docker Config/Plex/Library/Application Support/Plex Media Server/Preferences.xml` I've tried deleting this and restarting the container again but it doesn't make a difference.
-
[Support] Linuxserver.io - Plex Media Server
I feel like I'm being stupid but I can't get Plex running anymore. I've had Plex running perfectly using binhex' container for about two years now, but a recent 'oops' moment has resulted in me setting up all my containers again. I've tried re-installing the binhex container using the same template but it failed to find my server. After some frustration I just decided to try a new container (this one). So I've 1. Set up the container with my path mappings 2. Started the container and launched the web ui (:32400/web) 3. Logged in using my credentials Now I see a message "A server could not be found. Download and install Plex Media Server, and it will appear here." I had cleared all of my authorised devices earlier, and then changed my password. Now when I look at my authorised devices all I see is my web browser - Where I would expect to see a server instance. Have I missed a step somewhere? EDIT: It might be worth noting that I am accessing my server remotely through OpenVPN. I'm access the web interface at: http://192.168.0.73:32400
-
[Support] Clowrym's Docker Repository
Yeah that repo writes the credentials out to a plain text file in start.sh for openvpn: # add OpenVPN user/pass if [[ "${OPENVPN_USERNAME}" == "**None**" ]] || [[ "${OPENVPN_PASSWORD}" == "**None**" ]] ; then if [[ ! -f /config/openvpn-credentials.txt ]] ; then echo "OpenVPN credentials not set. Exiting." exit 1 fi echo "Found existing OPENVPN credentials..." else echo "Setting OPENVPN credentials..." mkdir -p /config echo "${OPENVPN_USERNAME}" > /config/openvpn-credentials.txt echo "${OPENVPN_PASSWORD}" >> /config/openvpn-credentials.txt chmod 600 /config/openvpn-credentials.txt fi I have no idea why though. It doesn't seem to get referenced again after that *.txt is initially created. Baffling!
-
[Support] Clowrym's Docker Repository
I've just installed transmission-openvpn docker and got it running with NordVPN. I do not recommend anyone to use NordVPN as they do not support port forwarding so my speeds are abysmal. They are refusing to issue me with a refund for the unused subscription time as I no longer need Nord. Anyway, onto why I'm here.. I've noticed two plain text files in this config folder containing the credentials for Transmission and the credentials for my NordVPN account. They are named: openvpn-credentials.txt transmission-credentials.txt This seems like a pretty serious security vulnerability? Password should never be stored in plain text... ๐คจ
-
-
[Support] binhex - Couchpotato
I am experiencing a bit of an odd issue with my media management, and I am fairly positive it is couchpotato causing problems... 1. My torrent client downloads everything to /mnt/user/TorrentDownloads 2. Couchpotato scans this directory and moves completed downloads to /mnt/user/Movies 3. Once the files are moved to the Movies directory their file extensions are either removed or renamed to 'random' For example, see the 3 most recent downloads: The.Purge.Election.Year.2016.720p.BluRay.x264: The.Purge.Election.Year.2016.720p.BluRay.x264 (Missing file extension) The.Infiltrator.2016.720p.BluRay.x264: The.Infiltrator.2016.720p.BluRay.x264.random-G46KXD79 (File extension changed to random) The.Infiltrator.2016.720p.BluRay.x264 (Missing file extension) Free.State.of.Jones.2016.720p.BluRay.x264: Free.State.of.Jones.2016.720p.BluRay.x264(Missing file extension) Free.State.of.Jones.2016.720p.BluRay.x264.random-TWYPS7AV (Changed to random) Free.State.of.Jones.2016.720p.BluRay.x264.random-YXBR4VAY (Changed to random) I have no idea why this started happening, or when EDIT Looks like the <ext> got removed from the file renamer settings. Testing now to see if this helps.
-
[Support] binhex - Deluge
Poked around myself and found the following: root@Tower:/var/lib/docker/containers/aa0bda2f86b259215b3b0a7cb838a81d0dc1f7c06a67f8ee8498f5816c2886dc# tail -10 aa0bda2f86b259215b3b0a7cb838a81d0dc1f7c06a67f8ee8498f5816c2886dc-json.log {"log":"exec: \"/bin/bash\": stat /bin/bash: no such file or directory\n","strea m":"stderr","time":"2016-04-05T15:42:21.381497653Z"} {"log":"exec: \"/bin/bash\": stat /bin/bash: no such file or directory\n","stream":"stderr","time":"2016-04-05T15:46:29.070251196Z"} {"log":"exec: \"/bin/bash\": stat /bin/bash: no such file or directory\n","stream":"stderr","time":"2016-04-05T15:46:41.201684919Z"} {"log":"exec: \"/bin/bash\": stat /bin/bash: no such file or directory\n","stream":"stderr","time":"2016-04-05T15:48:15.962342685Z"} {"log":"exec: \"/bin/bash\": stat /bin/bash: no such file or directory\n","stream":"stderr","time":"2016-04-05T15:53:22.460459001Z"} When I tried to 'Force update' from the GUI I get the following output: Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="Deluge" --net="bridge" -e TZ="Europe/London" -p 54322:54322/tcp -p 8112:8112/tcp -p 58846:58846/tcp -p 58946:58946/tcp -p 58946:58946/udp -v "/mnt/disk1/Docker Config/":"/config":rw -v "/mnt/user/TorrentDownloads/":"/data":rw -v "/mnt/user/Movies/":"/movies":rw -v "/mnt/user/Series/":"/series":rw -v "/mnt/user/Downloads/":"/downloads":rw binhex/arch-deluge ded0786c09f1cdec6cac4f610d34195c3a2e78962ba01fdad4d2496d723fe747 Error response from daemon: Cannot start container ded0786c09f1cdec6cac4f610d34195c3a2e78962ba01fdad4d2496d723fe747: [8] System error: exec: "/bin/bash": stat /bin/bash: no such file or directory The command failed.
-
[Support] binhex - Deluge
Hey binhex, Since the latest update I can't get this docker to start. There is nothing in the "log" view from the unRAID GUI (it's empty). Is there some other log file I can look at to help determine the problem?
-
[support] gfjardim's Docker Repository
Think I've figured this out. Looks CouchPotato / Me was to blame. I had set CouchPotato to use Transmission as it's download client. I had set the download location as /data from the CP GUI thinking that it would translate to the /data directory mapped to CP (/mnt/user/Downloads). However it just told Transmission to download to /data.. which is not a directory mapped to Tranmission so it obviously just chose /var/lib/docket/btrfs/subvolumes/<TransmissionID>/data. Testing now..
-
[support] gfjardim's Docker Repository
No idea on what's happening. It's being an era since I updated this container, and I'm considering deprecating it. I do recommend you to migrate to Linuxserver's one. Best regards. Okay cool, thanks for getting back so quick
danger781
Members
-
Joined
-
Last visited