Everything posted by cypres0099
-
[Support] Linuxserver.io - Plex Media Server
I'll grab a screen shot if it happens again. Zip attached Yeah, I created that share a long time ago. Can't remember specifically why. mongo-diagnostics-20200111-1659.zip
-
[Support] Linuxserver.io - Plex Media Server
Cool, just changed it. Thanks! Will monitor to make sure that's fixed the problem.
-
[Support] Linuxserver.io - Plex Media Server
-
[Support] Linuxserver.io - Plex Media Server
Sorry, I'm not sure how to find the docker run command. Is it in the logs?
-
[Support] Linuxserver.io - Plex Media Server
I'm not sure what to provide here. What kind of evidence do we need? I can stream multiple streams at once with the RAM usage hardly being affected. But the RAM will be 99% used when there are no active streams. A simple restart of the docker takes the RAM back to normal.
-
[Support] Linuxserver.io - Plex Media Server
-
[Support] Linuxserver.io - Plex Media Server
-
[Support] Linuxserver.io - Plex Media Server
I just recently switched from Binhex to Linuxserver distro of Plex. I'm noticing that every few days Plex builds up to using 99% of RAM, approximately 60gb. I restart Plex and it goes back down to 1% or something. What could be causing this?
-
[Support] Linuxserver.io - Plex Media Server
Quick update... It turns out that I was apparently not running the linuxserver docker of plex, but rather the Plexinc version. That's a tidbit I found out after removing the docker to try reinstalling. So anyway, I attempted to reinstall with the linuxserver version, but I was getting an error saying my certification has expired and it wouldn't pull the docker. Poked around on google and unraid forms and found out that error can come from an incorrect date/time setting. Upon checking, my date and time setting had been set to the date on which the updated bios had been released (Aug 3, 2019). So I manually corrected the date/time and the docker pulled and installed correctly. My guess is that my problems with the original plex install were likely related to this too, but it's too late since I deleted it. All the appdata is showing up correctly, but I had to re-add the libraries before it would play any of the content correctly becuase the linuxserver distro uses path mapping. So that was fun!
-
[Support] Linuxserver.io - Plex Media Server
- [Support] Linuxserver.io - Plex Media Server
PLEX SERVER UNREACHABLE AFTER RYZEN 9 UPGRADE Today I upgraded from an old AMD processor to a Ryzen 9 3900x and a ASrock x370 Professional Gaming Motherboard. I got everything up and running, but Plex is acting strangely, Selecting the webui shows the server as unreachable. Sometimes I can access the plex server from my phone or Nvidia shield on the local network momentarily and then it drops again. Any idea what could be going on? UPDATE: Now clicking on Webui from the docker no longer takes me to plex admin. It's just showing "site can't be reached"- [Support] Linuxserver.io - Plex Media Server
Gotcha. Thanks for the help everyone!- [Support] Linuxserver.io - Plex Media Server
Thanks for finding that @wgstarks I used that version number but it still is not changing the version on the webui general settings page. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'PLEX_CLAIM'='claim-cpzsQgMWvkqB7uW3qnSd' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='1.13.9.5456-xxxxxxxxx' -v '/mnt/user':'/mnt/user':'rw' -v '/mnt/user/appdata/plex/Plex Media Server/':'/config':'rw' 'plexinc/pms-docker:plexpass' 8e45b193f3fd58c00d18a675e504aa1763dd0160d9bb3e91774c8832855f723- [Support] Linuxserver.io - Plex Media Server
Where do you find the full version number on this page? https://forums.plex.tv/t/plex-media-server/30447/236- [Support] Linuxserver.io - Plex Media Server
Yes, it did execute a docker run command. I forced it again for good measure, but it's still on the same version. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'PLEX_CLAIM'='claim-cpzsQgMWvkqB7uW3qnSd' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='1.13.9.5456' -v '/mnt/user':'/mnt/user':'rw' -v '/mnt/user/appdata/plex/Plex Media Server/':'/config':'rw' 'plexinc/pms-docker:plexpass' f8010f53a44ed3d95137304c335dfecd0a6d0e4ba6f4cae26d7dfca64834690 The command finished successfully!- [Support] Linuxserver.io - Plex Media Server
Ah ok, I did find it and was able to change it. But after restarting the docker and logging out and back into the webui, the version is still 1.14.0.5465- [Support] Linuxserver.io - Plex Media Server
@Hoopster Thanks for the help. I went to the setting up section of those pages, but I don't see any option in my WebUI to change the version number like it's suggesting to do in the Setting Up Section. Am I looking in the wrong place?- [Support] Linuxserver.io - Plex Media Server
Hey All, I need to roll back plex to the previous version. @Squid gave me the following advice. "You need to "tag" the repository with an appropriate version number instead of leaving it black (which defaults to :latest) Ask in the particular support thread for what tag you should be utilizing." How do I execute on this?- [Support] Linuxserver.io - Sonarr
I just switched all my plugins (SABnzbd, Sonarr, Plex) over to dockers and added Radarr as a docker and most things are working correctly, but I'm running into a couple of snags with Radarr and Sonarr I've been using Sonarr for some time use the Drone Factory for my TV download folder that SAB puts TV downloads into. While I was updating things, I saw that Sonarr and Radarr now have "Complete Download Handling". From what I understand, you can turn off the drone folder and just have SAB and Radarr/Sonarr communicating when downloads are finished. Then Radarr will process the movie, move it to the movie folder, and clean up the folders. PROBLEMS 1. TV Series are no longer processing. I think I can sometimes get them to process when it's in the drone folder, but not consistently 2. After they are processed I'm left with folder containing leftover junk files. They don't get cleaned up. 3. If I try to use complete download handling the movies/tv shows get downloaded to the appropriate folders, but then nothing happens. See configuration in image attached. I'd really appreciate any help!- [Support] Linuxserver.io - Radarr
I just switched all my plugins (SABnzbd, Sonarr, Plex) over to dockers and added Radarr as a docker and most things are working correctly, but I'm running into a couple of snags with Radarr and to some degree Sonarr. I've been using Sonarr for some time use the Drone Factory for my TV download folder that SAB puts TV downloads into. While I was updating things, I saw that Sonarr and Radarr now have "Complete Download Handling". From what I understand, you can turn off the drone folder and just have SAB and Radarr/Sonarr communicating when downloads are finished. Then Radarr will process the movie, move it to the movie folder, and clean up the folders. PROBLEMS 1. The only way my movies are getting processed is if I setup the drone folder. 2. After they are processed I'm left with folder containing leftover junk files. They don't get cleaned up. 3. If I try to use complete download handling the movies/tv shows get downloaded to the appropriate folders, but then nothing happens. See configuration in image attached. I'd really appreciate any help! - [Support] Linuxserver.io - Plex Media Server