Search Criteria
Package Details: plex-media-server-plexpass 1.41.2.9200-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/plex-media-server-plexpass.git (read-only, click to copy) |
---|---|
Package Base: | plex-media-server-plexpass |
Description: | The back-end media server component of Plex. |
Upstream URL: | https://plex.tv/ |
Keywords: | DLNA |
Licenses: | custom |
Conflicts: | plex-media-server |
Provides: | plex-media-server |
Submitter: | miffe |
Maintainer: | fryfrog (tixetsal) |
Last Packager: | fryfrog |
Votes: | 143 |
Popularity: | 0.35 |
First Submitted: | 2014-10-16 20:13 (UTC) |
Last Updated: | 2024-11-14 17:48 (UTC) |
Dependencies (0)
Required by (14)
- jellyseerr (requires plex-media-server) (optional)
- kometa (requires plex-media-server) (optional)
- ombi (requires plex-media-server) (optional)
- ombi-bin (requires plex-media-server) (optional)
- ombi-develop (requires plex-media-server) (optional)
- ombi-develop-bin (requires plex-media-server) (optional)
- plex-anilist-bundle-git (requires plex-media-server)
- plex-ass-scanner-git (requires plex-media-server)
- plex-hama-bundle-git (requires plex-media-server)
- plex-hama-git (requires plex-media-server)
- plex-sub-zero (requires plex-media-server)
- plex-sub-zero-git (requires plex-media-server)
- plex-trakt-scrobbler (requires plex-media-server)
- plexwatch (requires plex-media-server)
Sources (10)
- https://downloads.plex.tv/plex-media-server-new/1.41.2.9200-c6bbc1b53/debian/plexmediaserver_1.41.2.9200-c6bbc1b53_arm64.deb
- https://downloads.plex.tv/plex-media-server-new/1.41.2.9200-c6bbc1b53/debian/plexmediaserver_1.41.2.9200-c6bbc1b53_armhf.deb
- https://downloads.plex.tv/plex-media-server-new/1.41.2.9200-c6bbc1b53/redhat/plexmediaserver-1.41.2.9200-c6bbc1b53.i686.rpm
- https://downloads.plex.tv/plex-media-server-new/1.41.2.9200-c6bbc1b53/redhat/plexmediaserver-1.41.2.9200-c6bbc1b53.x86_64.rpm
- plex.sysusers
- plex.tmpfiles
- plexmediaserver.conf.d
- plexmediaserver.hook
- plexmediaserver.service
- terms.txt
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 36 Next › Last »
mixednutts commented on 2021-03-08 21:28 (UTC) (edited on 2021-03-08 21:33 (UTC) by mixednutts)
@bazzawill I had issues after upgrade also. Error on startup was:
So error pointed towards a locale issue. Running
locale -a
showed onlyC
andPOSIX
.I then just followed the guide https://wiki.archlinux.org/index.php/locale to enable the
en_US.UTF-8 UTF-8
locale plex started successfully after this. Hope this helps you.fryfrog commented on 2021-03-08 05:21 (UTC)
Start w/ what the spew suggested, look at your
journalctl -xe -u plexmediaserver
. From there, I'd run the server the same way the service does, using the user it uses and the exec start it uses. All the environment bullshit is going to be harder to mimic.bazzawill commented on 2021-03-08 04:40 (UTC)
Apologies for the poorly formatted paste dump. There was not much useful information from the output or Google to try. Installing the older non plexpass version does work (seemed easier than an older plexpass version, yes I do have plexpass). I am happy to try any suggestions or give further information.
fryfrog commented on 2021-03-08 04:22 (UTC)
@bazzawill: Besides restarting and pasting a bunch of really hard to read spew, what have you tried?
bazzawill commented on 2021-03-08 04:18 (UTC)
I upgraded today and plex will not start. Below output from systemd it is not adding anything to the plex logs it appears.
sudo journalctl -xe -u plexmediaserver Mar 08 14:26:54 mythbox systemd[1]: Stopped Plex Media Server. ░░ Subject: A stop job for unit plexmediaserver.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit plexmediaserver.service has finished. ░░ ░░ The job identifier is 2868 and the job result is done. Mar 08 14:26:54 mythbox systemd[1]: plexmediaserver.service: Start request repeated too quickly. Mar 08 14:26:54 mythbox systemd[1]: plexmediaserver.service: Failed with result 'core-dump'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit plexmediaserver.service has entered the 'failed' state with result 'core-dump'. Mar 08 14:26:54 mythbox systemd[1]: Failed to start Plex Media Server. ░░ Subject: A start job for unit plexmediaserver.service has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit plexmediaserver.service has finished with a failure. ░░ ░░ The job identifier is 2868 and the job result is failed.
sudo systemctl status plexmediaserver ● plexmediaserver.service - Plex Media Server Loaded: loaded (/usr/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: disabled) Active: failed (Result: core-dump) since Mon 2021-03-08 14:26:54 ACDT; 20min ago Process: 50200 ExecStart=/usr/lib/plexmediaserver/Plex Media Server (code=dumped, signal=ABRT) Main PID: 50200 (code=dumped, signal=ABRT)
Mar 08 14:26:54 mythbox systemd[1]: plexmediaserver.service: Scheduled restart job, restart counter is at 3. Mar 08 14:26:54 mythbox systemd[1]: Stopped Plex Media Server. Mar 08 14:26:54 mythbox systemd[1]: plexmediaserver.service: Start request repeated too quickly. Mar 08 14:26:54 mythbox systemd[1]: plexmediaserver.service: Failed with result 'core-dump'. Mar 08 14:26:54 mythbox systemd[1]: Failed to start Plex Media Server.
fryfrog commented on 2021-03-07 18:30 (UTC)
@j1simon: Looks like they found the issue and expect a fix release on Monday, yay!
j1simon commented on 2021-03-07 14:04 (UTC) (edited on 2021-03-07 14:21 (UTC) by j1simon)
I think there is a problem with systemd service in 1.22.x versions. The process of stopping the service does not do it correctly and takes up to 1m30 s to stop it:
It's a know problem: https://forums.plex.tv/t/plex-hanging-on-shutdown-after-update-to-plexmediaserver-1-22-0-4136/
aSystemOverload commented on 2021-03-05 21:11 (UTC)
@fryfrog So sorry, I must've missed the email notification from your original response. I hadn't tried the hooks, but did a quick search on pacman hooks, got it set up and as it happened, Plex needed an update, did a yay -Syu and a few minutes later it updated and then restarted Plex was required.
Thank you for the advice AND for the work on packaging plex.
fryfrog commented on 2021-03-05 15:16 (UTC)
@grawlinson: That's a great idea, I've added it to the hook and it'll go out w/ the next update. Thanks!
grawlinson commented on 2021-03-05 06:19 (UTC)
Any chance of a
Description
stanza being added to theAction
section of the hook?At the moment, a Plex update looks like this:
Something like
Description = Restarting Plex Media Server...
would be sufficient.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 36 Next › Last »