Hi, I’ve installed PMS on my RPI2 running Raspbian Jessie (which is based on Debian 8) using the following tutorial:
removed link to bad tutorial by mod
At first everything looked promising and when I ran
sudo service plexmediaserver status, it indicated that PMS was running.
Unfortunately when surfing to_ http://192.168.1.4:32400/web/_ nothing was loading (I am sure that is the correct IP address since the machine also runs Domoticz on port 443 and Syncthing on 36561. Stopping those services did not make a difference.
Then I gave up for a couple of days and made some changes (I forgot what exactly) but when I check the same command again now, It seems PMS is not even able to start.
_plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enable)
Drop-In: /etc/systemd/system/plexmediaserver.service.d
-_override.conf
ACtive: activating (auto-restart) (Result: exit-code) since
Process: 11573 ExexStart=/bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver “/usr/lib/plexmediaserver/Plex Media Server” (code=exited, status=132)
Process 11472 ExecStartPre=/bin/sh -c /usr/bin/test -d “${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR” }} /bin/mkdir -p “${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}” (code=exited, status=0/SUCCES)
Main PID: 11573 (code=exited, status=132)
Unit plexmediaserver.service entered failed state_
I typed the above message since copy paste did not work for some reason, so it could be that there is a typo somewhere.
I belive I did not see the ‘override.conf’ earlier.
Who can assist me finding the cause of this issue?