blinside995

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by blinside995

  1. Hello everyone, I was wondering if anyone was successful with getting content caching to work on their VM. If found this GitHub that seems to provide a workaround, but not really sure how to apply this change.. https://github.com/ofawx/VmAssetCacheEnable Thanks in advance for your time and patience
  2. Yes, please! This would be really nice!
  3. Fair enough. WireGuard was incredibly simple to deploy. Sent from my iPhone using Tapatalk
  4. These are some awesome plugins. That I am just now discovering. I am running into an issue that the openvpn server won't start. I don't know if it is my config or if I am just missing the start button. I am running unraid 6.8 appreciate the work on this plugin look forward to seeing it work.
  5. You can create a little script to turn the docker on and off. I'm not good with scripting so, I made 2 scripts. The first one is to tell it when to turn it on. Then the second when to turn it off. I know there is a far more eloquent way of doing this, but I am okay with this for now sense it works. My script is simply docker start unmanic for the first one. Then docker stop unmanic in the second then custom cron jobs on both to make them run at the times I desire.
  6. Awesome work Josh. The container has been working really well for me.
  7. Hello, First I would like to thank you for reading my post that means a lot to me. I am posting this only because Fix Common Problems suggested it and I seem to have a handful of issues. Here are a couple of things that might help diagnose my problems. It appears that I need to fix a lot of shares. Let me know what you think would be a good way of dealing with all of this. Again, thanks for coming by and reading my post and for providing any advice! tower-diagnostics-20190506-1614.zip https://pastebin.com/NEx5NRiz
  8. Working on my system seamlessly! Thank you for the speedy upload!!! Sent from my iPhone using Tapatalk
  9. You have to make the container yourself. Look on the first page an make your template like his. Sent from my iPhone using Tapatalk
  10. The issue was the recycle bin plugin. I didn't have it excluding the /tmp folder. The recycle bin plugin was prompting the cleaning of that folder and removing GPU data on the Nvidia plugin page. Thanks for all your work that you put into this as well all the containers you maintain. LSIO team rocks!!!
  11. So, I updated my BIOS and the error went away! Thanks so much.
  12. I don't really know what would be cleaning it.. Any ideas why?
  13. So, running that did bring back all the info for the GPUs. I'll check an see if some script is messing with that.
  14. Updated to the RC 6 and seems to still be having the same behavior.
  15. Thanks, I'll check for an update on my board an see if it's all gone. Appreciate the reply!
  16. Hello everyone! Thanks, again LSIO team for putting this together with an keeping it alive as well for work jointly with this community! You all rock! So, I notice something strange behavior with the plugin today. Note* I am running unRAID RC5 6.7.0 After reboot, my GPUs information is right where it needs to be with all the appropriate information. Though after about an hour the info disappears. The driver appears to be working correctly and still does transcoding with plex. I am not sure what all information would be helpful, but I'll give you whatever I can to help figure out what is going on. Bellow, I have attached my diagnostic file. ( I did not see anything concerning, but another set of eyes wouldn't hurt.) tower-diagnostics-20190326-0048.zip
  17. tower-diagnostics-20190324-1929.zip Hello! First I would like to thank you for reading my brief post an for helping me in any way! You are fantastic, and I appreciate you. Now, onto business. I am running RC5 of unRAID 6.7.0 (Nvidia plugin build) As far I can tell the system seems to be functioning perfectly fine. Though I could be missing something, let me know if you think I should ignore this error. My diagnostic is posted.. If you need something else that will help diagnose the issue just drop a comment.
  18. I have been using this for last couple days and it's working great. Thanks for the work you have done. Do you have a tip jar? Sent from my iPhone using Tapatalk
  19. I'm sure if someone has a better way they'll let you know. It's the internet after all. haha. My plex seems to of died. It won't play anything.
  20. Thanks for the super fast reply! Cessquill, updated the script posted earlier so, I grabbed that.
  21. Done an done. Thank you so much for making the script seems to work great. I'm clueless with scripting.
  22. @Pducharme What would the whole script look like? I don't really know where to add that extra line to fix the parsing of decoding. I appreciate the help! #!/bin/sh con="plex" echo "" echo "<font color='red'><b>Applying hardware decode patch...</b></font>" echo "<hr>" docker exec -i $con mv "/usr/lib/plexmediaserver/Plex Transcoder" "/usr/lib/plexmediaserver/Plex Transcoder2"docker exec -i $con /bin/sh -c 'printf"#!/bin/sh\n/usr/lib/plexmediaserver/Plex\ Transcoder2 -hwaccel nvdec "\""\$@"\""" > "/usr/lib/plexmediaserver/Plex Transcoder";' docker exec -i $con chmod +x "/usr/lib/plexmediaserver/Plex Transcoder" docker exec -i $con chmod +x "/usr/lib/plexmediaserver/Plex\ Transcoder2 -hwaccel nvdec "$@"" docker restart $con echo "" echo "<font color='red'><b>Done!</b></font>"
  23. Checked Fix common problems today and I got this error. Your server has issued one or more call traces. This could be caused by a Kernel Issue, Bad Memory, etc. Then followed by a message telling me to post my diagnostics on the form and get help. Thanks in advance for taking a look at my diagnostic file. Hopefully, my system isn't into bad of a situation. . tower-diagnostics-20180410-1414.zip