wgstarks

Members
  • Posts

    5133
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by wgstarks

  1. 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.
  2. The OpenVPN credentials are the right ones to use but your logs would show “auth failed” if it was your credentials.
  3. 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.
  4. I’m not seeing anything obvious. I wonder if it could be a server issue???
  5. Attach your supervisord log to your next post as well as your docker run file. Be sure to redact users and passwords.
  6. Pinned at the top of the page 2nd one down.
  7. 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.
  8. 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.
  9. 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.
  10. You can set a canary delay. I think mine is 72 hours.
  11. Do you have Inform Host set to the IP of your controller? I’ve never had to adopt my AP’s more than once.
  12. Mine seems to work just fine after the latest update. Everyone does need to delete empty paths with the current version of unRAID though.
  13. It works great for me. Seems to show me every post containing the search terms.
  14. Honestly, I got this docker running just to see if I could but I have deleted it a switched to peteasking version.
  15. 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.
  16. 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.
  17. 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.
  18. This isn’t necessarily true. The location used is wherever you have it mapped to in the container configuration.
  19. I’m not seeing anything obvious other than the app shutdown immediately after starting. Maybe someone else will spot something. Also, your VPN user name and password are contained in the log. You should contact your VPN provider and change them. Sorry, I should have mentioned that you would need to redact them.
  20. Great idea. I probably wouldn’t overwrite this drive since it’s named UNRAID but why take a chance.
  21. Since I don’t really have a use for it yet I’m reluctant to actually add any configurations, plugins etc. I guess the best course would be to leave it empty other than the key file and just download the current version of unRAID when I get set to actually use the flash. I may store the key file in a seperate directory that won’t get overwritten when I unpack the unRAID OS zip file though.
  22. I have a spare (licensed) unraid flash drive that I bought in a two for one deal when I first setup my unraid server. LT's recently announced pricing changes for their licenses started me thinking about possibly putting this license to some use but not really sure how yet. For now I'm just trying to work out a method for keeping it up-to-date. It has some very old config that I would like to remove. I know bzroot, bzimage and the pro.key files need to remain. Is there anything else? Once I have the vanilla file system what would be the best way to keep it updated? It's not installed in any hardware currently but could I mount it in my current unraid server and run some sort of automated sync with each unraid update? Maybe just a manual sync is less headache? Any ideas?
  23. Attaching the supervisord.log to your next post would be a good starting point for troubleshooting.