Hi,
I i upgrade from OMV 3.x to OMV 4.x, but now plex doesn't start.
The result of
command is:
The result of log is:
Code
cat Plex\ Media\ Server.log
Apr 15, 2020 16:55:18.231 [0x7f53549ee700] INFO - Plex Media Server v1.19.1.2645-ccb6eb67e - Debian GNU/Linux PC x86_64 - build: linux-x86_64 debian - GMT 02:00
Apr 15, 2020 16:55:18.232 [0x7f53549ee700] INFO - Linux version: 9 (stretch), language: it-IT
Apr 15, 2020 16:55:18.232 [0x7f53549ee700] INFO - Processor Intel(R) Core(TM) i5-4250U CPU @ 1.30GHz
Apr 15, 2020 16:55:18.232 [0x7f53549ee700] INFO - /usr/lib/plexmediaserver/Plex Media Server
Apr 15, 2020 16:55:18.232 [0x7f535df87d40] DEBUG - BPQ: [Idle] -> [Starting]
Apr 15, 2020 16:55:18.232 [0x7f535df87d40] VERBOSE - BPQ: delaying processing 120 second(s)
Apr 15, 2020 16:55:18.233 [0x7f535df87d40] ERROR - FATAL ERROR: Codecs: Initialize: 'boost::filesystem::create_directory: Too many levels of symbolic links: "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/99c90e0-3095-linux-x86_64"'
Apr 15, 2020 16:55:18.271 [0x7f535df87d40] DEBUG - Job running: '/usr/lib/plexmediaserver/CrashUploader' '--directory=/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Crash Reports/1.19.1.2645-ccb6eb67e' '--version=1.19.1.2645-ccb6eb67e' '--platform=Linux' '--platformVersion=9 (stretch)' '--serverUuid=5c80a52615ececc79eff809401b43f2abfbd3f08' '--userId=darioamorosodaragona@gmail.com' '--sentryUrl=https://sentry.io/api/1233455/minidump' '--sentryKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' '--vendor=Debian GNU/Linux' '--model=x86_64' '--device=PC'
Apr 15, 2020 16:55:18.271 [0x7f535df87d40] DEBUG - Jobs: Starting child process with pid 4918
So the plex media server fail to start with error "signal".
I tried few times to unistall, reboot, and reinstall it but the result is always the same.
Have someone any idea how to solve this?
EDIT:
I think to had catch the problem:
Code
root@darioserver:/var/lib/plexmediaserver/Library/Application Support/Plex Media Server# ls -l Codecs
lrwxrwxrwx 1 plex nogroup 22 apr 15 16:48 Codecs -> /opt/plexcodecs/Codecs
root@darioserver:/var/lib/plexmediaserver/Library/Application Support/Plex Media Server# ls -l /opt/plexcodecs/Codecs
lrwxrwxrwx 1 plex nogroup 22 apr 15 15:11 /opt/plexcodecs/Codecs -> /opt/plexcodecs/Codecs
Seems that the folder /opt/plexcodecs/Codecs has an symbolic link to itself.
EDIT:
Fixed the Issue:
Removed from web-gui the plugin.
Deleted entirely the folder /var/lib/plexmediaserver/
Reinstalled the plugin.