bombz

Members
  • Posts

    613
  • Joined

  • Last visited

Everything posted by bombz

  1. Using officiial plexinc/pms-docker
  2. Hello, Reaching out as I am having concerns with Plex using the GPU for hw transcode playback. I have Jellyfin also installed and transcoding works with the GPU, is there something I am missing ? Extra Parameters: --runtime=nvidia NVIDIA DC: Container Variable: NVIDIA_DRIVER_CAPABILITIES all NVIDIA VD: Container Variable: NVIDIA_VISABLE_DEVICES GPU-ID HERE Not sure why, this seems to work with all other dockers expect for plex Any feedback would be apprecaited.
  3. so i had to drop the DIR back to /mnt for plex to see the share ? I don't get why I can't point to the actual share I want plex to use, and have to go trough 2 subfolders for the docker to see it? Previously host path was /mnt/user/media Now set to /mnt/ Which allows plex docker to see it, so strange I will see what other concern I run into, took hours to figure this one out :-(
  4. so i had to drop the DIR back to /mnt for plex to see the share ? I don't get why I can't point to the actual share I want plex to use, and have to go trough 2 subfolders for the docker to see it? Previously host path was /mnt/user/media Now set to /mnt/ Which allows plex docker to see it, so strange I will see what other concern I run into, took hours to figure this one out :-(
  5. I am also having this same issue, I cannot access my shared within the plex docker. the plex docker app does not see the media folder when set /mnt/user/MEDIA/ When I load the docker and try to add a library, the dir is / which shows subfolders any ideas why plex is not seeing /mnt/user/MEDIA/ ? docker run -d --name='Plex-Media-Server' --net='eth1' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="UnRAID" -e HOST_CONTAINERNAME="Plex-Media-Server" -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'NVIDIA_VISABLE_DEVICES'='GPU-867b6976-8663-b63c-234e-59c42267ad88' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web' -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png' -v '/transcode':'/transcode':'rw' -v '/mnt/user/MEDIA/':'/data':'rw' -v '/mnt/user/CACHE_PLEX/appdata/Plex-Media-Server':'/config':'rw' --runtime=nvidia 'plexinc/pms-docker' c88d1b1e5697921566baf5f1f6d130a68b08e1d9a29dd5bae8ff4e965d901ccd The command finished successfully! Any ideas?
  6. here is the docker run docker run -d --name='Plex-Media-Server' --net='eth1' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="UnRAID" -e HOST_CONTAINERNAME="Plex-Media-Server" -e 'PLEX_CLAIM'='REDACTED -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'NVIDIA_VISABLE_DEVICES'='GPU-867b6976-8663-b63c-234e-59c42267ad88' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web' -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png' -v '/transcode':'/transcode':'rw' -v '/mnt/user/MEDIA/':'/data':'rw' -v '/mnt/user/CACHE_PLEX/appdata/Plex-Media-Server':'/config':'rw' --runtime=nvidia 'plexinc/pms-docker' d871c406e392525671583e21c5500f68f840b7da59a18870b9984219d2fbe9b8 The command finished successfully!
  7. Hello, I am having the same concern, the plex docker app does not see the media folder when set /mnt/user/MEDIA/ When I load the docker and try to add a library, the dir is / which shows subfolders Here is the docker setup any ideas why plex is not seeing /mnt/user/MEDIA/ ?
  8. Hello, You have altered your go file @ \\UNRAID\flash\config\go which I am assuming looks like this? #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & echo ; >/usr/local/sbin/mover mkdir /tmp/PlexRamScratch chmod -R 777 /tmp/PlexRamScratch mount -t tmpfs -o size=16g tmpfs /tmp/PlexRamScratch From there you add the path variable within the plex docker? /tmp/PlexRamScratch Then within the PLEX GUI set the same transcode DIR? Would this requirement still be needed in EXTRA PERAMETERS? EXTRA PARAMETERS: --runtime=nvidia --device=/dev/dri --mount type=tmpfs,destination=/transcode,tmpfs-size=17179869184 --no-healthcheck Use Nvidia GPU -runtime=nvidia Use CPU for Trancodes --device=/dev/dri Use 16GB RAM for Transcode --mount type=tmpfs,destination=/transcode,tmpfs-size=17179869184 --no-healthcheck Look forward to the feedback for clarity
  9. Same issue here All my other docker containers have no issues resolving and IP using the docker container network what's the difference with plex? Any assistance is appreciated.
  10. I have a follow up to this Currently I cannot use my custom docker container networks for plex. When I attempt to tell the plex docker to use my custom docker network, it does not apply an IP to it. Any other docker container i apply this network to works. NIC1 = Gateway1 - unraid nic 10.200.x.x NIC2 = Gateway2 - plex nic 192.168.x.x At the preset time plex is setup using 'eth1' and talking to the outside world successfully However, my local lan 10.200.x.x cannot hit plex internal IP. This hinders local LAN traffic not being able to route to NIC2 ... so when viewing plex on the internal network , all traffic is going to the WAN NIC1 back to WAN NIC2 How can I access plex internally on another gateway and NIC so traffic doesn't leave the internal network? I also tried to put plex on the same network to test... to leave it on the same gateway as my other dockers with the same custom docker network, and it doesn't get an IP, so not sure why that is?
  11. Hello, I am also attempting to configure this setup in the same instance. I have 2x gateways, with 2x NICs NIC 1 = production LAN on a 10. address NIC 2 = second gateway on a 192 address I would like the 10. address to talk to the docker on the 192. address so all traffic internally doesn't leave the LAN. Currently I can get to the 192. docker only over the WAN from the 10. network My switch does support VLANs I am not sure how to get this configuration operational so the docker on the 192. network can talk directly to the 10. network (2 different gateways) while keeping 192. talking to the outside world on that interface
  12. Hello, Attempted that previously too. Deleted cookies, attempted incog. mode same concern occurs. Select > Edit > un-check eye ball > disable edit The disk disappears Upon changes menu sections, or refreshing the page, the disk reappears. Thanks.
  13. Hello, Reaching out as I just came across this docker image looking for a method to monitors power wattage and electracy usage. I haven't stumbled across this yet within this docker app. However, I must say it's quite incredible application here! I will keep investigating as I just deployed this image, there is A TON of useful monitoring tools here! Props to the dev-team! Thank you!
  14. Hello, Using the 'edit' button and hiding the disk function works. However if you leave the page or refresh the page, the drive/disk reappears again. Thought I'd let you know. Cheers.
  15. 10-4. I was looking at some previous backups of the flash drive and they were far larger, noticed some random files on the drive that have since disappeared (perhaps via version updates). I will clean up what I can manually to keep the device in check. Thank you again for your time!
  16. Hello, Thank you for your prompt follow-up. I am going to assume looking at flash\config\shares (.cfg.) files that any of these files that no longer exist can be removed or moved to a subfolder... i.e. flash\config\shares\archive ? Also took note of flash\config\modprobe.d which is an empty directory, is there any use for this? Thanks.
  17. Hello, Reaching out to ask if there is any tool/plugin, or recommended manual method to clean up the unraid flash drive of 'useless -or- old files'? Over the years data has been added to the flash drive; reviewing the flash drive itself, it would seem there are some files/folders that (to me) don't seem necessary. However, not 100% sure if some of these files are required? I may be overthinking this concern... and kindly requesting if there is a 'best practice' to slim down the data on the flash drive to clean it up. Thank you.
  18. Hello, Grabbed the new version today. Looking forward to seeing further developments of this plugin, really appreciate your time and support. I will keep an eye on this thread and post if any concerns come up moving forward.
  19. Hello, Apologies for the delay. sdb sdi Are SSD, so they will not spin down Visual here I am not quite sure why your plugin is seeing another SK_hynix -- maybe it grabbed the info when it was plugged into UD, and since unmounted it resides in the db as a logged device? I currently have some nvme in UD as well, staged to become pool devices... haven't got around to deploying them as of yet. I also recently disabled 'Dynamix Cache Directories' to possibly rule that out, been doing some reading on that plugin to see if it performs drive spin ups to cache, which it shouldn't... but it's new to me. As for the connection type, all disk are plugged into the LSI card previously stated: LSI SAS 9300-16I HBA *IT MODE* Learning on the fly with your assistance of things to try, to hopefully assist with overall feedback to tweak this plugin, and to attempt to test the concerns you would like feedback on. Appreciate your time on this and the assistance :-)
  20. Hello, Circling back on this initial concern. I will be attempting to re-initialize the ZFS cache pool with the same steps performed earlier this week. Hoping that this issue doesn't reoccur. I will post diags if it does. Thanks.
  21. Ran this earlier: Starting Sleep Tests ============================== Testing /dev/sdb: [ 1 | 1 | 1 | 1 | 0 | 1 ] Testing /dev/sdc: [ 0 | 0 | 0 | 0 | 0 | 0 ] Testing /dev/sdd: [ 0 | 0 | 0 | 0 | 0 | 0 ] Testing /dev/sde: [ 0 | 0 | 0 | 0 | 0 | 1 ] Testing /dev/sdf: [ 0 | 0 | 0 | 0 | 0 | 0 ] Testing /dev/sdg: [ 0 | 0 | 0 | 0 | 0 | 1 ] Testing /dev/sdh: [ 0 | 0 | 0 | 0 | 0 | 0 ] Testing /dev/sdi: [ 1 | 1 | 1 | 1 | 0 | 1 ] Testing /dev/sdj: [ 1 | 1 | 1 | 1 | 0 | 1 ] Testing /dev/sdk: [ 0 | 0 | 0 | 0 | 0 | 1 ] Testing /dev/sdl: [ 0 | 0 | 0 | 0 | 0 | 1 ] Testing /dev/sdm: [ 0 | 0 | 0 | 0 | 0 | 1 ] Testing /dev/sdn: [ 0 | 0 | 0 | 0 | 0 | 1 ] Testing /dev/sdo: [ 0 | 0 | 0 | 0 | 0 | 1 ] note there were some drive awake when this was ran.
  22. Hello, Here are the results of replacing X with sdM Put Drive to Sleep /dev/sdm: issuing standby command /dev/sdm: drive state is: standby Try hdparm -I /dev/sdm: drive state is: active/idle Try smartctl -i -n never /dev/sdm: drive state is: active/idle I saw it woke the disk after the command Nov 21 18:43:01 emhttpd: read SMART /dev/sdm hope that helps? Thanks.
  23. I am currently using: LSI SAS 9300-16I HBA *IT MODE* Apologies, I am a little new to some of the scripts with the plugin. Do you have to have to enter this in console? As I don't see anywhere in the plugin options to enter custom scripts. Here are the logs from since 12AM of the disk spin up, reading SMART Nov 21 00:14:38 emhttpd: spinning down /dev/sdj Nov 21 01:11:57 emhttpd: spinning down /dev/sdn Nov 21 01:30:54 emhttpd: read SMART /dev/sdm Nov 21 02:17:46 emhttpd: read SMART /dev/sdd Nov 21 03:04:25 emhttpd: read SMART /dev/sdl Nov 21 03:04:40 emhttpd: read SMART /dev/sdn Nov 21 03:04:50 emhttpd: read SMART /dev/sdk Nov 21 03:05:41 emhttpd: read SMART /dev/sdf Nov 21 03:05:53 emhttpd: read SMART /dev/sdj Nov 21 03:22:57 emhttpd: read SMART /dev/sde Nov 21 03:22:57 emhttpd: read SMART /dev/sdo Nov 21 04:10:07 emhttpd: spinning down /dev/sde Nov 21 04:10:07 emhttpd: spinning down /dev/sdo Nov 21 05:24:57 emhttpd: read SMART /dev/sde Nov 21 05:24:57 emhttpd: read SMART /dev/sdo Nov 21 06:01:05 emhttpd: spinning down /dev/sdl Nov 21 06:01:07 emhttpd: spinning down /dev/sdn Nov 21 06:01:50 emhttpd: spinning down /dev/sdf Nov 21 06:11:53 emhttpd: spinning down /dev/sde Nov 21 06:11:53 emhttpd: spinning down /dev/sdo Nov 21 06:31:40 emhttpd: spinning down /dev/sdd Nov 21 06:37:40 emhttpd: spinning down /dev/sdk Nov 21 06:40:17 emhttpd: spinning down /dev/sdj Nov 21 06:46:08 emhttpd: spinning down /dev/sdm Nov 21 07:33:30 emhttpd: read SMART /dev/sdn