wgstarks

Members
  • Posts

    5116
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by wgstarks

  1. Was replacing an old HDD yesterday and tried using the locate button in this plugin to verify which slot the disk was installed in but never could get it to do anything obvious. I’m assuming that the button would be providing a signal via the disk activity light but never saw anything that stood out. Of course most of the lights were blinking with random activity. Exactly what should I be looking for?
  2. Perhaps @binhex has some idea regarding the log entry. The fact that it's [info] makes me think it's not a concern though.
  3. Here’s a link to a YouTube video regarding routing a docker through another’s vpn. https://youtu.be/znSu_FuKFW0?si=_jqO_o0R8ztegPmM Sorry, don’t know anything about HexChat. I would suggest posting in their support thread.
  4. Just to be sure you understand, this is a proxy server that will allow other dockers to use the vpn connection (Sonarr, Radarr, etc).
  5. That file should have been populated when you enabled privoxy with default settings. Most are commented but I know the listen port is enabled.
  6. appdata/binhex-qbittorrentvpn/privoxy/config
  7. The only thing I see out of the ordinary is that you have defined VPN ports. That’s not normally necessary.
  8. Are you sure it’s not a path mapping problem? It’s possible you could be creating directories in ram and writing files to them. You can post your docker run command if you’re not sure. Be sure to redact users/passwords.
  9. You can roll back to any version using the dockerhub tag numbers in the repository field of the docker configuration. The format is <repository name>:<tag number>. The repository name should already be entered so just type a colon and then a tag number and hit apply. Looks like the last 4.5 tag was 4.5.5-1-04.
  10. The OpenVPN credentials are the right ones to use but your logs would show “auth failed” if it was your credentials.
  11. That warning is standard. The only requirement for port forwarding with this docker is to use a server that supports port forwarding. If you provide some details someone may be able to help.
  12. I’m not seeing anything obvious. I wonder if it could be a server issue???
  13. Attach your supervisord log to your next post as well as your docker run file. Be sure to redact users and passwords.
  14. Pinned at the top of the page 2nd one down.
  15. How are you entering the password? If you're using copy/paste maybe try typing it into the password field. Also, are you sure you're using the correct credentials? I know PIA has separate credentials for VPN login and website login.
  16. You could test this by disabling 2FA. There could also be other reasons- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md Scroll down to Q16.
  17. https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md scroll down to Q21 Yes you can route other dockers through the vpn. Search YouTube and you should find several videos for this. I believe SpaceInvaderOne made one specifically for this docker.
  18. You can set a canary delay. I think mine is 72 hours.
  19. Do you have Inform Host set to the IP of your controller? I’ve never had to adopt my AP’s more than once.
  20. Mine seems to work just fine after the latest update. Everyone does need to delete empty paths with the current version of unRAID though.
  21. It works great for me. Seems to show me every post containing the search terms.
  22. Honestly, I got this docker running just to see if I could but I have deleted it a switched to peteasking version.
  23. Intel Xeon E3-1241 Haswell. Rather underpowered for this. I would recommend you setup a test library with maybe a dozen or so videos and see how yours does before starting your main library.
  24. On my machine it takes about 20 minutes. ~40% You won’t see as much file size reduction from low quality files but if they’re all in the same directory it might be easier just to convert everything. It’s possible but you should test this first. You may decide that you don’t want to overwhelm your CPU for weeks or months. Sorry, can’t give you any advise on the nvidia cards.
  25. My experience has been that the transcodes take longer than file moves so a fast drive may not speed things up. I just use a directory on my array. Completed files are moved while others are processing and not seeing any bottle necks there. As far as your main question, I've got a new library processing right now. Looks like the process is that a new file is created at your transcode location. All changes are made to that new file. Then the new file is moved to the original location overwriting the original. I can see from the file creation times that only one file is being created in my transcode folder.