Plex Media Server won't start
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Been trying to setup a plex server for the last 2 days. I initially had it up and running, but I rebooted, and now I can't get it start back up.
Background:
- Running 16.04 32bit
- Had installed and set up server once everything was working fine
- Rebooted machine
- Since reboot, have not been able to get server running
- Ran
sudo dpkg -r plexmediaserver
andsudo dpkg -P plexmediaserver
, then reinstalled, but this bares no effect on the error
- Ran
- Also running sonarr and nzbget (I doubt that has any impact on the issue, but you never know)
Ran sudo systemctl status plexmediaserver
and output is as follows:
plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Mon 2017-11-20 21:47:11 EST; 44s ago
Process: 5144 ExecStart=/bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server" (
Process: 5140 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${
Main PID: 5144 (code=exited, status=127)
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:11 media-server systemd[1]: Stopped Plex Media Server for Linux.
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Nov 20 21:47:11 media-server systemd[1]: Failed to start Plex Media Server for Linux.
Nov 20 21:47:44 media-server systemd[1]: Stopped Plex Media Server for Linux.
results of journalctl -xe
-- Subject: Unit plexmediaserver.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished starting up.
--
-- The start-up result is done.
Nov 20 21:47:00 media-server sh[5132]: /bin/sh: 1: /usr/lib/plexmediaserver/Plex Media Server: not found
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=127/n/a
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:04 media-server sudo[5137]: david : TTY=pts/7 ; PWD=/home/david/Downloads ; USER=root ; COMMAND=/bin/systemctl status plexmediaserver
Nov 20 21:47:04 media-server sudo[5137]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:05 media-server systemd[1]: Stopped Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished shutting down.
Nov 20 21:47:05 media-server systemd[1]: Starting Plex Media Server for Linux...
-- Subject: Unit plexmediaserver.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has begun starting up.
Nov 20 21:47:05 media-server systemd[1]: Started Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished starting up.
--
-- The start-up result is done.
Nov 20 21:47:05 media-server sh[5144]: /bin/sh: 1: /usr/lib/plexmediaserver/Plex Media Server: not found
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=127/n/a
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:10 media-server sudo[5137]: pam_unix(sudo:session): session closed for user root
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:11 media-server systemd[1]: Stopped Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished shutting down.
16.04 32-bit plex
add a comment |
Been trying to setup a plex server for the last 2 days. I initially had it up and running, but I rebooted, and now I can't get it start back up.
Background:
- Running 16.04 32bit
- Had installed and set up server once everything was working fine
- Rebooted machine
- Since reboot, have not been able to get server running
- Ran
sudo dpkg -r plexmediaserver
andsudo dpkg -P plexmediaserver
, then reinstalled, but this bares no effect on the error
- Ran
- Also running sonarr and nzbget (I doubt that has any impact on the issue, but you never know)
Ran sudo systemctl status plexmediaserver
and output is as follows:
plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Mon 2017-11-20 21:47:11 EST; 44s ago
Process: 5144 ExecStart=/bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server" (
Process: 5140 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${
Main PID: 5144 (code=exited, status=127)
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:11 media-server systemd[1]: Stopped Plex Media Server for Linux.
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Nov 20 21:47:11 media-server systemd[1]: Failed to start Plex Media Server for Linux.
Nov 20 21:47:44 media-server systemd[1]: Stopped Plex Media Server for Linux.
results of journalctl -xe
-- Subject: Unit plexmediaserver.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished starting up.
--
-- The start-up result is done.
Nov 20 21:47:00 media-server sh[5132]: /bin/sh: 1: /usr/lib/plexmediaserver/Plex Media Server: not found
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=127/n/a
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:04 media-server sudo[5137]: david : TTY=pts/7 ; PWD=/home/david/Downloads ; USER=root ; COMMAND=/bin/systemctl status plexmediaserver
Nov 20 21:47:04 media-server sudo[5137]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:05 media-server systemd[1]: Stopped Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished shutting down.
Nov 20 21:47:05 media-server systemd[1]: Starting Plex Media Server for Linux...
-- Subject: Unit plexmediaserver.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has begun starting up.
Nov 20 21:47:05 media-server systemd[1]: Started Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished starting up.
--
-- The start-up result is done.
Nov 20 21:47:05 media-server sh[5144]: /bin/sh: 1: /usr/lib/plexmediaserver/Plex Media Server: not found
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=127/n/a
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:10 media-server sudo[5137]: pam_unix(sudo:session): session closed for user root
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:11 media-server systemd[1]: Stopped Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished shutting down.
16.04 32-bit plex
runjournalctl -xe
and lets see what the problem might be!
– George Udosen
Nov 21 '17 at 3:04
added to question because it was too long for comment
– Dave Maison
Nov 21 '17 at 3:08
That was the right thing to have done, :), but it's incomplete some texts are missing!
– George Udosen
Nov 21 '17 at 3:09
sorry i'm a bit of a newbie to ubuntu, i think i've updated with what you expected
– Dave Maison
Nov 21 '17 at 3:17
I think this is the same problem: forums.plex.tv/discussion/282507/…
– user692175
Nov 21 '17 at 3:31
add a comment |
Been trying to setup a plex server for the last 2 days. I initially had it up and running, but I rebooted, and now I can't get it start back up.
Background:
- Running 16.04 32bit
- Had installed and set up server once everything was working fine
- Rebooted machine
- Since reboot, have not been able to get server running
- Ran
sudo dpkg -r plexmediaserver
andsudo dpkg -P plexmediaserver
, then reinstalled, but this bares no effect on the error
- Ran
- Also running sonarr and nzbget (I doubt that has any impact on the issue, but you never know)
Ran sudo systemctl status plexmediaserver
and output is as follows:
plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Mon 2017-11-20 21:47:11 EST; 44s ago
Process: 5144 ExecStart=/bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server" (
Process: 5140 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${
Main PID: 5144 (code=exited, status=127)
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:11 media-server systemd[1]: Stopped Plex Media Server for Linux.
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Nov 20 21:47:11 media-server systemd[1]: Failed to start Plex Media Server for Linux.
Nov 20 21:47:44 media-server systemd[1]: Stopped Plex Media Server for Linux.
results of journalctl -xe
-- Subject: Unit plexmediaserver.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished starting up.
--
-- The start-up result is done.
Nov 20 21:47:00 media-server sh[5132]: /bin/sh: 1: /usr/lib/plexmediaserver/Plex Media Server: not found
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=127/n/a
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:04 media-server sudo[5137]: david : TTY=pts/7 ; PWD=/home/david/Downloads ; USER=root ; COMMAND=/bin/systemctl status plexmediaserver
Nov 20 21:47:04 media-server sudo[5137]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:05 media-server systemd[1]: Stopped Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished shutting down.
Nov 20 21:47:05 media-server systemd[1]: Starting Plex Media Server for Linux...
-- Subject: Unit plexmediaserver.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has begun starting up.
Nov 20 21:47:05 media-server systemd[1]: Started Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished starting up.
--
-- The start-up result is done.
Nov 20 21:47:05 media-server sh[5144]: /bin/sh: 1: /usr/lib/plexmediaserver/Plex Media Server: not found
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=127/n/a
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:10 media-server sudo[5137]: pam_unix(sudo:session): session closed for user root
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:11 media-server systemd[1]: Stopped Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished shutting down.
16.04 32-bit plex
Been trying to setup a plex server for the last 2 days. I initially had it up and running, but I rebooted, and now I can't get it start back up.
Background:
- Running 16.04 32bit
- Had installed and set up server once everything was working fine
- Rebooted machine
- Since reboot, have not been able to get server running
- Ran
sudo dpkg -r plexmediaserver
andsudo dpkg -P plexmediaserver
, then reinstalled, but this bares no effect on the error
- Ran
- Also running sonarr and nzbget (I doubt that has any impact on the issue, but you never know)
Ran sudo systemctl status plexmediaserver
and output is as follows:
plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Mon 2017-11-20 21:47:11 EST; 44s ago
Process: 5144 ExecStart=/bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server" (
Process: 5140 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${
Main PID: 5144 (code=exited, status=127)
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:11 media-server systemd[1]: Stopped Plex Media Server for Linux.
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Nov 20 21:47:11 media-server systemd[1]: Failed to start Plex Media Server for Linux.
Nov 20 21:47:44 media-server systemd[1]: Stopped Plex Media Server for Linux.
results of journalctl -xe
-- Subject: Unit plexmediaserver.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished starting up.
--
-- The start-up result is done.
Nov 20 21:47:00 media-server sh[5132]: /bin/sh: 1: /usr/lib/plexmediaserver/Plex Media Server: not found
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=127/n/a
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:00 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:04 media-server sudo[5137]: david : TTY=pts/7 ; PWD=/home/david/Downloads ; USER=root ; COMMAND=/bin/systemctl status plexmediaserver
Nov 20 21:47:04 media-server sudo[5137]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:05 media-server systemd[1]: Stopped Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished shutting down.
Nov 20 21:47:05 media-server systemd[1]: Starting Plex Media Server for Linux...
-- Subject: Unit plexmediaserver.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has begun starting up.
Nov 20 21:47:05 media-server systemd[1]: Started Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished starting up.
--
-- The start-up result is done.
Nov 20 21:47:05 media-server sh[5144]: /bin/sh: 1: /usr/lib/plexmediaserver/Plex Media Server: not found
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=127/n/a
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Unit entered failed state.
Nov 20 21:47:05 media-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Nov 20 21:47:10 media-server sudo[5137]: pam_unix(sudo:session): session closed for user root
Nov 20 21:47:11 media-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Nov 20 21:47:11 media-server systemd[1]: Stopped Plex Media Server for Linux.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plexmediaserver.service has finished shutting down.
16.04 32-bit plex
16.04 32-bit plex
edited Nov 21 '17 at 3:16
Dave Maison
asked Nov 21 '17 at 3:01
Dave MaisonDave Maison
314
314
runjournalctl -xe
and lets see what the problem might be!
– George Udosen
Nov 21 '17 at 3:04
added to question because it was too long for comment
– Dave Maison
Nov 21 '17 at 3:08
That was the right thing to have done, :), but it's incomplete some texts are missing!
– George Udosen
Nov 21 '17 at 3:09
sorry i'm a bit of a newbie to ubuntu, i think i've updated with what you expected
– Dave Maison
Nov 21 '17 at 3:17
I think this is the same problem: forums.plex.tv/discussion/282507/…
– user692175
Nov 21 '17 at 3:31
add a comment |
runjournalctl -xe
and lets see what the problem might be!
– George Udosen
Nov 21 '17 at 3:04
added to question because it was too long for comment
– Dave Maison
Nov 21 '17 at 3:08
That was the right thing to have done, :), but it's incomplete some texts are missing!
– George Udosen
Nov 21 '17 at 3:09
sorry i'm a bit of a newbie to ubuntu, i think i've updated with what you expected
– Dave Maison
Nov 21 '17 at 3:17
I think this is the same problem: forums.plex.tv/discussion/282507/…
– user692175
Nov 21 '17 at 3:31
run
journalctl -xe
and lets see what the problem might be!– George Udosen
Nov 21 '17 at 3:04
run
journalctl -xe
and lets see what the problem might be!– George Udosen
Nov 21 '17 at 3:04
added to question because it was too long for comment
– Dave Maison
Nov 21 '17 at 3:08
added to question because it was too long for comment
– Dave Maison
Nov 21 '17 at 3:08
That was the right thing to have done, :), but it's incomplete some texts are missing!
– George Udosen
Nov 21 '17 at 3:09
That was the right thing to have done, :), but it's incomplete some texts are missing!
– George Udosen
Nov 21 '17 at 3:09
sorry i'm a bit of a newbie to ubuntu, i think i've updated with what you expected
– Dave Maison
Nov 21 '17 at 3:17
sorry i'm a bit of a newbie to ubuntu, i think i've updated with what you expected
– Dave Maison
Nov 21 '17 at 3:17
I think this is the same problem: forums.plex.tv/discussion/282507/…
– user692175
Nov 21 '17 at 3:31
I think this is the same problem: forums.plex.tv/discussion/282507/…
– user692175
Nov 21 '17 at 3:31
add a comment |
2 Answers
2
active
oldest
votes
From the link provided by Michael Bay two steps to solve this:
Open a terminal and run:
sudo locale-gen en_us.utf-8 #this is a comment:(or your appropriate locale)
The using
nano
text editor open thelexmediaserver.service
file found in/etc/systemd/system/
and make sure the locale is set:
Environment=LC_ALL=en_US.UTF-8
Source:
https://forums.plex.tv/discussion/282507/failed-to-start-plex-media-server
Environment=LANG=en_US.UTF-8
Will try this after work today. Thanks in advance!
– Dave Maison
Nov 21 '17 at 14:15
This does not appear to have worked. I also noticed that the exit code in the link is different. I'm getting 127, they're getting 134
– Dave Maison
Nov 21 '17 at 23:26
add a comment |
i had the same issue when i first installed plex server manually, i did not worked for me too. Went through the forums, everyone recommended to set system locale and lang correctly, which i did while installing the ubuntu server.
i do not have the "correct answer" as i do not know what caused it and how to fix it, but i can tell you the workaround i used to get it working, it might help you as well
i used third party toolkit, i have never experienced a problem with it and IMHO it works good for newbie like me. You can try too, follow:
https://github.com/htpcBeginner/AtoMiC-ToolKit
edit: Give atomic toolkit a try, but by looking at your journalctl -xe results, you may not have the rw access for the path, do
ls -l
on the /usr/lib/plexmediaserver directory, you may not have set correct ownership, try changing owner ship with
sudo chown -R "user:group" <folder_name>
OR in your setup the path has a extra space, believe me that happens
will try the toolkit after work. Tried changing permissions & ownership last night, but it didn't seem to have any effect.
– Dave Maison
Nov 21 '17 at 14:14
I tried atk, it looked very promising during the install, but it continues to fail on startup with the same error.
– Dave Maison
Nov 21 '17 at 23:36
Alas ! can you report if you have your locale and lang setup correctly, see previous answers in the ports by other users
– Ankit Rana
Nov 22 '17 at 3:44
I had done that prior, but it bore no impact on the issue. I eventually just reformatted and it didnt happen after a fresh install
– Dave Maison
Nov 29 '17 at 16:32
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f978619%2fplex-media-server-wont-start%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
From the link provided by Michael Bay two steps to solve this:
Open a terminal and run:
sudo locale-gen en_us.utf-8 #this is a comment:(or your appropriate locale)
The using
nano
text editor open thelexmediaserver.service
file found in/etc/systemd/system/
and make sure the locale is set:
Environment=LC_ALL=en_US.UTF-8
Source:
https://forums.plex.tv/discussion/282507/failed-to-start-plex-media-server
Environment=LANG=en_US.UTF-8
Will try this after work today. Thanks in advance!
– Dave Maison
Nov 21 '17 at 14:15
This does not appear to have worked. I also noticed that the exit code in the link is different. I'm getting 127, they're getting 134
– Dave Maison
Nov 21 '17 at 23:26
add a comment |
From the link provided by Michael Bay two steps to solve this:
Open a terminal and run:
sudo locale-gen en_us.utf-8 #this is a comment:(or your appropriate locale)
The using
nano
text editor open thelexmediaserver.service
file found in/etc/systemd/system/
and make sure the locale is set:
Environment=LC_ALL=en_US.UTF-8
Source:
https://forums.plex.tv/discussion/282507/failed-to-start-plex-media-server
Environment=LANG=en_US.UTF-8
Will try this after work today. Thanks in advance!
– Dave Maison
Nov 21 '17 at 14:15
This does not appear to have worked. I also noticed that the exit code in the link is different. I'm getting 127, they're getting 134
– Dave Maison
Nov 21 '17 at 23:26
add a comment |
From the link provided by Michael Bay two steps to solve this:
Open a terminal and run:
sudo locale-gen en_us.utf-8 #this is a comment:(or your appropriate locale)
The using
nano
text editor open thelexmediaserver.service
file found in/etc/systemd/system/
and make sure the locale is set:
Environment=LC_ALL=en_US.UTF-8
Source:
https://forums.plex.tv/discussion/282507/failed-to-start-plex-media-server
Environment=LANG=en_US.UTF-8
From the link provided by Michael Bay two steps to solve this:
Open a terminal and run:
sudo locale-gen en_us.utf-8 #this is a comment:(or your appropriate locale)
The using
nano
text editor open thelexmediaserver.service
file found in/etc/systemd/system/
and make sure the locale is set:
Environment=LC_ALL=en_US.UTF-8
Source:
https://forums.plex.tv/discussion/282507/failed-to-start-plex-media-server
Environment=LANG=en_US.UTF-8
answered Nov 21 '17 at 5:39
George UdosenGeorge Udosen
21.6k94571
21.6k94571
Will try this after work today. Thanks in advance!
– Dave Maison
Nov 21 '17 at 14:15
This does not appear to have worked. I also noticed that the exit code in the link is different. I'm getting 127, they're getting 134
– Dave Maison
Nov 21 '17 at 23:26
add a comment |
Will try this after work today. Thanks in advance!
– Dave Maison
Nov 21 '17 at 14:15
This does not appear to have worked. I also noticed that the exit code in the link is different. I'm getting 127, they're getting 134
– Dave Maison
Nov 21 '17 at 23:26
Will try this after work today. Thanks in advance!
– Dave Maison
Nov 21 '17 at 14:15
Will try this after work today. Thanks in advance!
– Dave Maison
Nov 21 '17 at 14:15
This does not appear to have worked. I also noticed that the exit code in the link is different. I'm getting 127, they're getting 134
– Dave Maison
Nov 21 '17 at 23:26
This does not appear to have worked. I also noticed that the exit code in the link is different. I'm getting 127, they're getting 134
– Dave Maison
Nov 21 '17 at 23:26
add a comment |
i had the same issue when i first installed plex server manually, i did not worked for me too. Went through the forums, everyone recommended to set system locale and lang correctly, which i did while installing the ubuntu server.
i do not have the "correct answer" as i do not know what caused it and how to fix it, but i can tell you the workaround i used to get it working, it might help you as well
i used third party toolkit, i have never experienced a problem with it and IMHO it works good for newbie like me. You can try too, follow:
https://github.com/htpcBeginner/AtoMiC-ToolKit
edit: Give atomic toolkit a try, but by looking at your journalctl -xe results, you may not have the rw access for the path, do
ls -l
on the /usr/lib/plexmediaserver directory, you may not have set correct ownership, try changing owner ship with
sudo chown -R "user:group" <folder_name>
OR in your setup the path has a extra space, believe me that happens
will try the toolkit after work. Tried changing permissions & ownership last night, but it didn't seem to have any effect.
– Dave Maison
Nov 21 '17 at 14:14
I tried atk, it looked very promising during the install, but it continues to fail on startup with the same error.
– Dave Maison
Nov 21 '17 at 23:36
Alas ! can you report if you have your locale and lang setup correctly, see previous answers in the ports by other users
– Ankit Rana
Nov 22 '17 at 3:44
I had done that prior, but it bore no impact on the issue. I eventually just reformatted and it didnt happen after a fresh install
– Dave Maison
Nov 29 '17 at 16:32
add a comment |
i had the same issue when i first installed plex server manually, i did not worked for me too. Went through the forums, everyone recommended to set system locale and lang correctly, which i did while installing the ubuntu server.
i do not have the "correct answer" as i do not know what caused it and how to fix it, but i can tell you the workaround i used to get it working, it might help you as well
i used third party toolkit, i have never experienced a problem with it and IMHO it works good for newbie like me. You can try too, follow:
https://github.com/htpcBeginner/AtoMiC-ToolKit
edit: Give atomic toolkit a try, but by looking at your journalctl -xe results, you may not have the rw access for the path, do
ls -l
on the /usr/lib/plexmediaserver directory, you may not have set correct ownership, try changing owner ship with
sudo chown -R "user:group" <folder_name>
OR in your setup the path has a extra space, believe me that happens
will try the toolkit after work. Tried changing permissions & ownership last night, but it didn't seem to have any effect.
– Dave Maison
Nov 21 '17 at 14:14
I tried atk, it looked very promising during the install, but it continues to fail on startup with the same error.
– Dave Maison
Nov 21 '17 at 23:36
Alas ! can you report if you have your locale and lang setup correctly, see previous answers in the ports by other users
– Ankit Rana
Nov 22 '17 at 3:44
I had done that prior, but it bore no impact on the issue. I eventually just reformatted and it didnt happen after a fresh install
– Dave Maison
Nov 29 '17 at 16:32
add a comment |
i had the same issue when i first installed plex server manually, i did not worked for me too. Went through the forums, everyone recommended to set system locale and lang correctly, which i did while installing the ubuntu server.
i do not have the "correct answer" as i do not know what caused it and how to fix it, but i can tell you the workaround i used to get it working, it might help you as well
i used third party toolkit, i have never experienced a problem with it and IMHO it works good for newbie like me. You can try too, follow:
https://github.com/htpcBeginner/AtoMiC-ToolKit
edit: Give atomic toolkit a try, but by looking at your journalctl -xe results, you may not have the rw access for the path, do
ls -l
on the /usr/lib/plexmediaserver directory, you may not have set correct ownership, try changing owner ship with
sudo chown -R "user:group" <folder_name>
OR in your setup the path has a extra space, believe me that happens
i had the same issue when i first installed plex server manually, i did not worked for me too. Went through the forums, everyone recommended to set system locale and lang correctly, which i did while installing the ubuntu server.
i do not have the "correct answer" as i do not know what caused it and how to fix it, but i can tell you the workaround i used to get it working, it might help you as well
i used third party toolkit, i have never experienced a problem with it and IMHO it works good for newbie like me. You can try too, follow:
https://github.com/htpcBeginner/AtoMiC-ToolKit
edit: Give atomic toolkit a try, but by looking at your journalctl -xe results, you may not have the rw access for the path, do
ls -l
on the /usr/lib/plexmediaserver directory, you may not have set correct ownership, try changing owner ship with
sudo chown -R "user:group" <folder_name>
OR in your setup the path has a extra space, believe me that happens
edited Nov 21 '17 at 6:22
answered Nov 21 '17 at 6:14
Ankit RanaAnkit Rana
13
13
will try the toolkit after work. Tried changing permissions & ownership last night, but it didn't seem to have any effect.
– Dave Maison
Nov 21 '17 at 14:14
I tried atk, it looked very promising during the install, but it continues to fail on startup with the same error.
– Dave Maison
Nov 21 '17 at 23:36
Alas ! can you report if you have your locale and lang setup correctly, see previous answers in the ports by other users
– Ankit Rana
Nov 22 '17 at 3:44
I had done that prior, but it bore no impact on the issue. I eventually just reformatted and it didnt happen after a fresh install
– Dave Maison
Nov 29 '17 at 16:32
add a comment |
will try the toolkit after work. Tried changing permissions & ownership last night, but it didn't seem to have any effect.
– Dave Maison
Nov 21 '17 at 14:14
I tried atk, it looked very promising during the install, but it continues to fail on startup with the same error.
– Dave Maison
Nov 21 '17 at 23:36
Alas ! can you report if you have your locale and lang setup correctly, see previous answers in the ports by other users
– Ankit Rana
Nov 22 '17 at 3:44
I had done that prior, but it bore no impact on the issue. I eventually just reformatted and it didnt happen after a fresh install
– Dave Maison
Nov 29 '17 at 16:32
will try the toolkit after work. Tried changing permissions & ownership last night, but it didn't seem to have any effect.
– Dave Maison
Nov 21 '17 at 14:14
will try the toolkit after work. Tried changing permissions & ownership last night, but it didn't seem to have any effect.
– Dave Maison
Nov 21 '17 at 14:14
I tried atk, it looked very promising during the install, but it continues to fail on startup with the same error.
– Dave Maison
Nov 21 '17 at 23:36
I tried atk, it looked very promising during the install, but it continues to fail on startup with the same error.
– Dave Maison
Nov 21 '17 at 23:36
Alas ! can you report if you have your locale and lang setup correctly, see previous answers in the ports by other users
– Ankit Rana
Nov 22 '17 at 3:44
Alas ! can you report if you have your locale and lang setup correctly, see previous answers in the ports by other users
– Ankit Rana
Nov 22 '17 at 3:44
I had done that prior, but it bore no impact on the issue. I eventually just reformatted and it didnt happen after a fresh install
– Dave Maison
Nov 29 '17 at 16:32
I had done that prior, but it bore no impact on the issue. I eventually just reformatted and it didnt happen after a fresh install
– Dave Maison
Nov 29 '17 at 16:32
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f978619%2fplex-media-server-wont-start%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
run
journalctl -xe
and lets see what the problem might be!– George Udosen
Nov 21 '17 at 3:04
added to question because it was too long for comment
– Dave Maison
Nov 21 '17 at 3:08
That was the right thing to have done, :), but it's incomplete some texts are missing!
– George Udosen
Nov 21 '17 at 3:09
sorry i'm a bit of a newbie to ubuntu, i think i've updated with what you expected
– Dave Maison
Nov 21 '17 at 3:17
I think this is the same problem: forums.plex.tv/discussion/282507/…
– user692175
Nov 21 '17 at 3:31