Plex will not open ports after upgrade this morning

This morning I installed plexmediaserver_1.13.5.5291-6fa5e50a8_amd64.deb and plex no longer opens 32400 or any other ports on my server. I don’t know exactly where to find the problem, but if I attempt to start Plex manually (i think i am not getting the config file loaded in) it starts like a new install.

My server is Debian GNU/Linux 9.5 (stretch) running in LXC.

Logs and output

media01:/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs# systemctl status plexmediaserver
* plexmediaserver.service - Plex Media Server for Linux
   Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2018-08-02 09:12:11 CDT; 3min 20s ago
 Main PID: 3681 (sh)
    Tasks: 5 (limit: 4915)
   CGroup: /system.slice/plexmediaserver.service
           |-3681 /bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server"
           `-3682 /usr/lib/plexmediaserver/Plex Media Server

Aug 02 09:12:11 media01 systemd[1]: Starting Plex Media Server for Linux...
Aug 02 09:12:11 media01 systemd[1]: Started Plex Media Server for Linux.
Aug 02 09:12:23 media01 systemd[1]: plexmediaserver.service: Failed to reset devices.list: Operation not permitted

media01:~# netstat -ntlp | egrep ‘Active|32400’
Active Internet connections (only servers)

media01:/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs# ps -ef | grep plex
plex 3681 1 0 09:12 ? 00:00:00 /bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver “/usr/lib/plexmediaserver/Plex Media Server”
plex 3682 3681 0 09:12 ? 00:00:00 /usr/lib/plexmediaserver/Plex Media Server
root 8103 14344 0 09:17 pts/5 00:00:00 grep plex

Did the Debian in the LXC or the container’s Host OS update? (I suspect the host updated to impact the mapping like that)

The container did not, its possible Proxmox did, as I try and update it somewhat regularly.

I still have not done any updates to the container yet, but I have rebooted it since this problem arose.

I thought you might say ProxMox. :confused:
That’s one thing I know nothing about and can only point you back to the guide which was contributed about how to setup PMS to run in a Proxmox LXC. Double check / tweak perhaps?

I’m confused and a little baffled about the shear lack of no logs for Plex.

Is there a way to turn on debug log when i can’t get to the webpage?

Proxmox didn’t get a dist-upgrade, just packages. It could still be a LXC issue, but I would like to see some log to figure out where to go.

Something in the upgrade messed up permissions. It might be the plexupdate script, I’m not sure.

I changed all the permissions for /var/lib/plexmediaserver/* and boom webserver is back online.

wow, a dead-stop.

What does the os-log (journalctl) show (journalctl -xe | grep -i plex) ? That’s the only real diagnostic at this low a failure level

You have an external update script? MrWorf’s ?

journal showed nothing helpful

Aug 02 10:37:19 media01 systemd[1]: plexmediaserver.service: Failed to reset devices.list: Operation not permitted
– Subject: Unit plexmediaserver.service has begun start-up
– Unit plexmediaserver.service has begun starting up.
– Subject: Unit plexmediaserver.service has finished start-up
– Unit plexmediaserver.service has finished starting up.

I’m using plexupdate from MrWolf, but it might be out of date.

I usually trigger it manually for fear of this stuff. :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.