Hello
I am having some issues with getting Plex media server to run on my Raspberry Pi 2 with Raspian Stretch.
I followed the instructions here: https://circuitdigest.com/microcontroller-projects/raspberry-pi-plex-server
And something went wrong in the install, so I searched around and saw this tip:
From the above guide, I replaced
echo “deb https://dev2day.de/pms/ jessie main” | sudo tee /etc/apt/sources.list.d/pms.list
With
echo “deb https://dev2day.de/pms/ stretch main” | sudo tee /etc/apt/sources.list.d/pms.list
then, replaced
sudo apt-get install -t jessie plexmediaserver
With
sudo apt-get install -t stretch plexmediaserver-installer
(from: https://www.raspberrypi.org/forums/viewtopic.php?t=191999) Now the install seemed to go just fine.
However, I am unable to connect: ERR_CONNECTION_REFUSED
When I try: sudo service plexmediaserver status
I get:
● plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2017-12-12 13:25:15 UTC; 10min ago
Process: 913 ExecStart=/bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver “/usr/lib/plexmediaserver/Plex Media Server” (code=exited, status=132)
Process: 909 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/SUCCESS)
Main PID: 913 (code=exited, status=132)
Dec 12 13:25:10 plexpi systemd[1]: plexmediaserver.service: Unit entered failed state.
Dec 12 13:25:10 plexpi systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
Dec 12 13:25:15 plexpi systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Dec 12 13:25:15 plexpi systemd[1]: Stopped Plex Media Server for Linux.
Dec 12 13:25:15 plexpi systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Dec 12 13:25:15 plexpi systemd[1]: Failed to start Plex Media Server for Linux.
Dec 12 13:25:15 plexpi systemd[1]: plexmediaserver.service: Unit entered failed state.
Dec 12 13:25:15 plexpi systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
Here is the information I get from: sudo journalctl -xe | grep -i plex
Dec 12 13:24:52 plexpi systemd[1]: Starting Plex Media Server for Linux…
– Subject: Unit plexmediaserver.service has begun start-up
– Unit plexmediaserver.service has begun starting up.
Dec 12 13:24:52 plexpi systemd[1]: Started Plex Media Server for Linux.
– Subject: Unit plexmediaserver.service has finished start-up
– Unit plexmediaserver.service has finished starting up.
Dec 12 13:24:53 plexpi sudo[855]: pam_unix(sudo:session): session closed for user root
Dec 12 13:24:55 plexpi sh[887]: Illegal instruction
Dec 12 13:24:55 plexpi systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=132/n/a
Dec 12 13:24:55 plexpi systemd[1]: plexmediaserver.service: Unit entered failed state.
Dec 12 13:24:55 plexpi systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
Dec 12 13:25:00 plexpi systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Dec 12 13:25:00 plexpi systemd[1]: Stopped Plex Media Server for Linux.
– Subject: Unit plexmediaserver.service has finished shutting down
– Unit plexmediaserver.service has finished shutting down.
Dec 12 13:25:00 plexpi systemd[1]: Starting Plex Media Server for Linux…
– Subject: Unit plexmediaserver.service has begun start-up
– Unit plexmediaserver.service has begun starting up.
Dec 12 13:25:00 plexpi systemd[1]: Started Plex Media Server for Linux.
– Subject: Unit plexmediaserver.service has finished start-up
– Unit plexmediaserver.service has finished starting up.
Dec 12 13:25:02 plexpi sh[897]: Illegal instruction
Dec 12 13:25:02 plexpi systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=132/n/a
Dec 12 13:25:02 plexpi systemd[1]: plexmediaserver.service: Unit entered failed state.
Dec 12 13:25:02 plexpi systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
Dec 12 13:25:05 plexpi sudo[900]: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/journalctl -xe
Dec 12 13:25:05 plexpi sudo[900]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Help me Plex forums… your my only hope…
