uaeproz

Members
  • Posts

    104
  • Joined

  • Last visited

About uaeproz

  • Birthday October 13

Converted

  • Gender
    Male

Recent Profile Visitors

1557 profile views

uaeproz's Achievements

Apprentice

Apprentice (3/14)

1

Reputation

  1. Can you tell me where to stop: cd /usr/lib/plexmediaserver mv "Plex Transcoder" "Plex Transcoder2" apt-get update apt-get install nano nano Plex Transcoder #!/bin/sh /usr/lib/plexmediaserver/Plex\ Transcoder2 -hwaccel nvdec "$@" Add Transcoder after Plex chmod +x "Plex Transcoder"
  2. I nuked the docker.img This video was posted on youtube 7 months ago. Since when GPU NVDEC was enabled, it must be very recent?
  3. I was following this guy's instructions to enable NVDEC on youtube: https://www.youtube.com/watch?v=bz16M67z0uM Do you have any pointers to undo the "damages" I made? lol. Transcoding "some" 4k videos is just buffering and not playing now. By the way, in chmod I realized that I used wrong folder name (the "Plex Transcoder" was missing the r). If NVDEC is enabled, how to undo the damage now? I tried clicking on force update but nothing happens
  4. Guys I'm trying to make the GPU do the hard work for encoding/decoding but I'm getting this issue in the screen shot that I attached. I tried to restore the permissions from the "New Permissions" under settings but still getting the same error. I tried "Docker Safe New Perms" under settings but again same issue still. What should I do?
  5. I faced similar issue but I solved it. In my case, its a supermicro motherboard, and the motherboard was considering GPU as primary onboard card. No matter what I did, nothing could've solved the issue. After a while, I removed all the cards (GPU, HBA, NIC, etc.) off the motherboard and updated bios (reflashed it) and unchecked all preserve options. The issue disappeared. GPU is working and drivers are recognized. Maybe you should try this too?
  6. Got it. Thank you so much @johnnie.black I will order it right away
  7. My concern was about speed/bandwidth and also compatibility. I don't wish to compromise on speed. That is the reason I wanted to buy that card so from my configuration point of view, what would be the fastest card speed wise in your opinion?
  8. Did the 9400-16i work out of the box? and what unraid version? Also is it connected to backplane or direct to HDD?
  9. @johnnie.black I've read your post about the HBA speed test. It had great info but I need your opinion for this HBA 9305-24i connected to this backplane BPN-SAS3-846EL1, is this the best combination in your opinion with dual SAS cables connected to it? or is there any better combination? Please note I have currently 22 HDD mounted to the backplane. In comparison to HBA 9400-16i connected to backplane BPN-SAS3-846EL1 I have attached user guides/manuals for BPN-SAS3-846EL1; 9305-24i; and 9400-16i 9400-16i.pdf 9305-24i.pdf BPN-SAS3-846EL.pdf
  10. I'm I limited with these chipsets? I was told SAS 9305-24i works great in FreeNAS but not sure about unraid.
  11. Hello guys, Can you list the compatible HBA's from this link: https://www.broadcom.com/products/storage/host-bus-adapters/#12gb%2fs-sas-adapters This is my motherboard: https://www.supermicro.com/products/motherboard/Xeon/C620/X11DPH-Tq.cfm Many thanks, Abdulla
  12. Hello everyone, I'm facing some issues updating from 6.5.3 not only to 6.7.1-rc2 but also any version above 6.5.3. Whenever I update, the drives will not mount and simply when I revert back to 6.5.3, the drives mount like nothing happened. I requested lime tech support but they couldn't identify the issue and it was suspected that the issue was related to Kernel. Later on with the help of one of the forum member who is expert (I don't want to mention his name for privacy purposes but he's welcome to add to this post), we have removed all the drive for testing purposes and made a new config with just an empty drive. The issue was appearing again after the update. So we narrowed down the issue and the conclusion was, when we have encrypted drives, the issue appears but it disappears when we remove the encryption. It was clear to us that the encryption was the key to this issue but we are not sure what is the root cause or how can we fix it. I have attached the log for the system when trying to mount the drive. Hopefully someone could spot something here and point us toward the solution. I would appreciate any input. Many thanks, Abdulla VM SERVICE_array not start.zip
  13. Ok guys now just something weird happened to my plex aside from the issue I mentioned in the above post. I just changed my server boot mode from legacy to UEFI Add this to my go file: #!/bin/bash #Setup drivers for hardware transcoding in Plex modprobe i915 chmod -R 777 /dev/dri # Start the Management Utility /usr/local/sbin/emhttp &  Add this this in the docker extra parameters: --device /dev/dri:/dev/dri Also tried this: --device=/dev/dri Now the weird thing is that some of TV episode is showing UNAVAILABLE in red box but some is playing fine. Also when I press scan TV SHOWS, it scan for literally 2 - 3 seconds and stops and it says scan is complete. I checked the share and drive mappings, nothing changed. I tried to transcode of the cache, same issue. What went wrong and how to fix this? Many thanks, Abdulla tower-diagnostics-20190611-2346.zip
  14. Hi guys.. I have LinuxServer.io docker and ran into some issues. Plex does not transcode supported audio for iOS or tvOS. So I searched everywhere on google and Plex forums, they mentioned this issue is common and it can be fixed through XML. XML can be found easily when Plex is installed on windows but I couldn't find it in unraid directory. Even though there were some threads responses on the same issue stating a directory but other replies indicated that the XML is now hidden and not available. I've seen some ways to copy the file through CLI then paste it somewhere else, make the edits and then replace the original but I failed or unable to do it. I'm not of an IT background but I try my best to follow steps from here and there so I would appreciate some clarity in the instructions Thanks in advance