blinside995

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by blinside995

  1. 18 minutes ago, eagle470 said:

    I started using this about two weeks ago and its great! I eats the shit out of my CPU though. I'd love to see a utilization limiter or, better yet, a scheduler that auto pauses jobs outside the window. right now I run this during the week by turning the app on and off. I also have the app pinned to 4 of my 8 cores and that seems to work OK, but it would run much faster if I could let it use them all when everyone is asleep through a scheduler.

     

    Otherwise it's a really great tool! I'd also like to see it save the scan job from files to be converted so it doesn't have to scan the entire library every time I bring it online.

    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.  
     

  2. 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
     

  3. RC8 uploaded, hasn't been tested by myself as I normally do as I'm in the middle of a parity check.  Uploaded it in case someone else wants to test it first.
     
    [mention=73615]AnnabellaRenee87[/mention] Glad you like it!

    Working on my system seamlessly!
    Thank you for the speedy upload!!! :)


    Sent from my iPhone using Tapatalk
  4. On 3/26/2019 at 6:50 PM, CHBMB said:

    I can't tell you why your copy of that file is getting deleted, but that's what I would bet is causing it.  Try running the above command and see what the output is, both from a fresh boot and after the problem occurs.

    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!!!

  5. 5 minutes ago, CHBMB said:

    On boot the plugin runs this command.

    
    nvidia-smi --query-gpu=gpu_name,gpu_bus_id,gpu_uuid --format=csv,noheader | sed -e s/00000000://g | sed 's/\,\ /\n/g' > /tmp/nvidia

    and outputs to a file /tmp/nvidia

    When you go to the plugin page it reads the contents of that file to get the GPU info.

    
    cat /tmp/nvidia

    I can't tell you why your copy of that file is getting deleted, but that's what I would bet is causing it.  Try running the above command and see what the output is, both from a fresh boot and after the problem occurs.

     

    My guess is you have some cleanup script or process that is deleting stuff from /tmp

     

    So, running that did bring back all the info for the GPUs. I'll check an see if some script is messing with that. 

  6. 21 hours ago, blinside995 said:

    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

    Updated to the RC 6 and seems to still be having the same behavior. 

  7. 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

  8. 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. 

  9. 12 minutes ago, Cessquill said:

    Not a problem.  I'm not far ahead of you.

     

    I'm sure there's a more efficient way of scripting it, since I'm just literally converting each step of the manual process into a docker command.

    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. 

  10. 4 minutes ago, Cessquill said:

    Go back to the previous page where you got this script from and recreate it using that - it's been updated with the exec command in place.  Also note in the one you've just quoted there is a line break missing, so two commands are on a single line (in other words, replace it with the new version).

    Done an done. Thank you so much for making the script seems to work great.
    I'm clueless with scripting. 

  11. @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>"

     

    • Like 1