Package Details: plex-media-server 1.41.2.9200-1

Git Clone URL: https://aur.archlinux.org/plex-media-server.git (read-only, click to copy)
Package Base: plex-media-server
Description: The back-end media server component of Plex.
Upstream URL: https://plex.tv/
Keywords: DLNA
Licenses: custom
Conflicts: plex-media-server-plexpass
Submitter: alucryd
Maintainer: fryfrog (tixetsal)
Last Packager: fryfrog
Votes: 348
Popularity: 0.014342
First Submitted: 2014-10-14 22:11 (UTC)
Last Updated: 2024-11-14 23:11 (UTC)

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 107 Next › Last »

Ploax commented on 2016-07-28 16:36 (UTC) (edited on 2016-07-28 17:10 (UTC) by Ploax)

@techwiz Sorry for the text, I also have those folders ,but Plex just wont start, this is the Journal that I get. sudo journalctl -xf -u plexmediaserver -- Logs begin at Sat 2016-06-11 01:40:41 CDT. -- Jul 28 11:25:59 archdesktop systemd[1]: Started Plex Media Server. -- 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. Jul 28 11:25:59 archdesktop systemd[1]: plexmediaserver.service: Main process exited, code=dumped, status=6/ABRT Jul 28 11:25:59 archdesktop systemd[1]: plexmediaserver.service: Unit entered failed state. Jul 28 11:25:59 archdesktop systemd[1]: plexmediaserver.service: Failed with result 'core-dump'. Jul 28 11:26:04 archdesktop systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart. Jul 28 11:26:04 archdesktop systemd[1]: Stopped Plex Media Server. -- 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. Jul 28 11:26:04 archdesktop systemd[1]: plexmediaserver.service: Start request repeated too quickly. Jul 28 11:26:04 archdesktop systemd[1]: Failed to start Plex Media Server. -- Subject: Unit plexmediaserver.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plexmediaserver.service has failed. -- -- The result is failed. Jul 28 11:26:04 archdesktop systemd[1]: plexmediaserver.service: Unit entered failed state. Jul 28 11:26:04 archdesktop systemd[1]: plexmediaserver.service: Failed with result 'start-limit-hit'. I'm at a loss I don't know what else to do. I want to run the server manually so that I can find the error, but even that I can't find. Edit - I found the service and this is what part of configuration looks like: [Unit] Description=Plex Media Server After=network.target [Service] WorkingDirectory=/opt/plexmediaserver EnvironmentFile=/etc/conf.d/plexmediaserver ExecStart=/opt/plexmediaserver/Plex\x20Media\x20Server Type=simple User=Plex Group=Plex Restart=on-failure RestartSec=5 StartLimitInterval=60s StartLimitBurst=3 StandardOutput=null [Install] WantedBy=multi-user.target Edit2 - Which then gives this error when I run it: /opt/plexmediaserver/Plex Media Server: error while loading shared libraries: libminizip.so.1: cannot open shared object file: No such file or directory But the file is there, anyone know how to fix this? Any kind of healp is really appreciated.

techwiz commented on 2016-07-28 14:36 (UTC)

@Ploax, I don't have those dirs either and plex is happy as can be on my system. I have plex app support in /var/lib/plex/ and plex home in /opt/plexmediaserver/ Logs are (for me anyway) in /var/lib/plex/Plex Media Server/Logs/ journald might also have some more info as to why your plex service died.

Ploax commented on 2016-07-28 13:59 (UTC) (edited on 2016-07-28 14:04 (UTC) by Ploax)

Has anyone been having problems recently? This morning Plex stoped working and it seems (I don't know for sure) that the directories needed for install were not being made so I don't know if it was installed correctly. Which and where are the config files that I need to check? Because I think the env variables are not even being set. I was messing around and found MIgratePlexServerConfig.sh and found this two lines: PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/var/lib/plexmediaserver/Library/ Application Support" PLEX_MEDIA_SERVER_HOME="/usr/lib/plexmediaserver" Yet none of those two folders exist, was there a problem on my instal?

akael commented on 2016-07-27 03:21 (UTC)

Ok, As a follow-up to my issue below I did the following: 1. Updated everything again with pacman -Syu (included an update for x265 package) 2. Setup the Locale on the system, somehow I hadn't before, but it never had a problem. 3. Restarted again. Now everything is back to working again. I don't know for sure, but I think the other day I updated and x265 may have caused the issue. Either way I wanted to leave as much detail here in case someone else has the same issue.

akael commented on 2016-07-27 02:58 (UTC)

I just updated to the latest version and now I am unable to play videos that are mkv files on either my chromecast or on my PC in Chrome. The same files played just fine before I updated plex media server, so I know it's not the videos. The error I'm getting just says: "There was a problem playing this file." I have turned debug logging on, but not sure where to find the log files.

Ploax commented on 2016-07-10 23:32 (UTC)

@gcala This fixed it for me. thanks!

techwiz commented on 2016-07-10 19:00 (UTC)

@gcala, tmoore added the WorkingDirectory attribute to the systemd service. Can you do a clean build with the latest version from git and see if your problem persists?

gcala commented on 2016-07-10 16:53 (UTC)

seems that I solved with the following two commands: # install -d /var/lib/plex/Library/Application\ Support/Plex\ Media\ Server/Codecs # chown -R plex:plex /var/lib/plex can anyone confirm?

tmoore commented on 2016-07-05 23:02 (UTC)

Certainly can try it

techwiz commented on 2016-07-05 18:57 (UTC)

@tmoore, since a lot of people seem to be having lib loading issues, maybe we should add "WorkingDirectory=/opt/plexmediaserver" so that the plex bin is in the same directory as the libs it's looking for.