Hi, I recently updated my plex app to 2.0.18 from 2.0.16, the plex service is no longer able to start. Looking at the log, it seems the binaries are missing from the plexpass image
2024-12-28 14:54:31.177749+00:00[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
2024-12-28 14:54:31.295947+00:00[s6-init] ensuring user provided files have correct perms...exited 0.
2024-12-28 14:54:31.296530+00:00[fix-attrs.d] applying ownership & permissions fixes...
2024-12-28 14:54:31.297521+00:00[fix-attrs.d] done.
2024-12-28 14:54:31.298077+00:00[cont-init.d] executing container initialization scripts...
2024-12-28 14:54:31.298692+00:00[cont-init.d] 40-plex-first-run: executing...
2024-12-28 14:54:33.102828+00:00Plex Media Server first run setup complete
2024-12-28 14:54:33.103228+00:00[cont-init.d] 40-plex-first-run: exited 0.
2024-12-28 14:54:33.103858+00:00[cont-init.d] 45-plex-hw-transcode-and-connected-tuner: executing...
2024-12-28 14:54:33.386773+00:00[cont-init.d] 45-plex-hw-transcode-and-connected-tuner: exited 0.
2024-12-28 14:54:33.387334+00:00[cont-init.d] 50-plex-update: executing...
2024-12-28 14:54:33.481216+00:00Could not get update version
2024-12-28 14:54:33.481674+00:00[cont-init.d] 50-plex-update: exited 0.
2024-12-28 14:54:33.482277+00:00[cont-init.d] done.
2024-12-28 14:54:33.482770+00:00[services.d] starting services
2024-12-28 14:54:33.487443+00:00[services.d] done.
2024-12-28 14:54:33.487703+00:00Starting Plex Media Server.
2024-12-28 14:54:33.491329+00:00s6-applyuidgid: fatal: unable to exec /usr/lib/plexmediaserver/Plex Media Server: No such file or directory
2024-12-28 14:54:33.493478+00:00Stopping Plex Media Server.
2024-12-28 14:54:33.499752+00:00kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
2024-12-28 14:54:38.507628+00:00Starting Plex Media Server.
2024-12-28 14:54:38.511050+00:00s6-applyuidgid: fatal: unable to exec /usr/lib/plexmediaserver/Plex Media Server: No such file or directory
2024-12-28 14:54:38.514310+00:00Stopping Plex Media Server.
2024-12-28 14:54:38.517405+00:00kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
Switching to the no plex-pass image, the app launches and plex’s webpage is accessible over the network, but it doesn’t have the server config or libraries, so I’m able to actually access the server, despite being connected to the local web page.
I did try moving the /usr/lib/plexmediaserver folder over to the plex-pass image, but it then errored with further libraries missing so it seems these are missing from the plex pass docker image.
I am still on Dragonfish-24.04.2 due to some of the other apps I have installed still being from Charts, so it’s possible that’s affecting it, though the fact that the default plex image is loading leads me to believe it isn’t.
Any ideas?