Running latest Linux release PMS version. Noticed a few days ago I no longer am able to navigate to any of the sections under Settings (i.e Manage/Libraries etc.). When I do it times out and I get the error “Server Settings are Unavailable”.
I haven’t made any specific changes other than adding new content. I would like to resolve the issue without losing data. I can add logs if needed. Thanks in advance.
I’ve attached the captured tar.gz file of the Logs directory. That being said, when following the steps, I noticed that after restarting server and waiting 60 seconds, I was still signed in as before (almost as if a restart never occurred).
Logs attached. Thanks for any help in advance.pmslogs.tar.gz (39.2 KB)
Thanks for gathering those logs and output. They are conclusive. You do have two installations; one in snap and one in dpkg .
The web server will cache your credentials for a bit and will resume after a server restart without the need to log in.
You have a choice to make now:
Uninstall the SNAP version
Uninstall the DPKG version.
It is easier for me to support the DPKG version but the choice is yours.
Feb 04, 2020 11:43:09.455 [0x7fe9c2b26b80] DEBUG - Opening 2 database sessions to library (com.plexapp.plugins.library.blobs), SQLite 3.26.0, threadsafe=1
Feb 04, 2020 11:43:09.458 [0x7fe9c2b26b80] DEBUG - Running migrations. (EPG 0)
Feb 04, 2020 11:43:09.466 [0x7fe9c2b26b80] DEBUG - HttpServer: Listening on IPv6 as well as IPv4.
Feb 04, 2020 11:43:09.466 [0x7fe9c2b26b80] ERROR - HttpServer: Error binding acceptor: Address already in use
Feb 04, 2020 11:43:09.466 [0x7fe9c2b26b80] ERROR - HttpServer: Error opening acceptor on IPv6, falling back to IPv4: Address already in use
Feb 04, 2020 11:43:09.466 [0x7fe9c2b26b80] ERROR - HttpServer: Error binding acceptor: Address already in use
Feb 04, 2020 11:43:09.466 [0x7fe9c2b26b80] ERROR - Error: Unable to set up server: listen: Address already in use (N5boost10wrapexceptINS_6system12system_errorEEE)
I can figure out how to pull data from SNAP but I don’t know how portable it’s going to be into the main package. If everything maps the same, and I can pull the data in a tar ball, we’re good.
First, I suggest stopping both,.
Wait about a minute for the sockets to clear.
Start the dpkg one (systemctl start plexmediaserver)
See if that’s the one you want?
@ChuckPa I’ve stopped both, waited and then ran dpkg one. It’s now taking me through all initial setup stuff again. I was really hoping to avoid this and retain all the libraries and such. Any way this can be resolved?
sudo sh
cd /var/snap/plexmediaserver/common
tar cf /var/lib/plexmediaserver/FromSnap.tar ./Library
cd /var/lib/plexmediaserver
mv Library Library.unused
tar xf FromSnap.tar
chown -R plex:plex ./Library
Now start DPKG plex (systemctl start plexmediaserver)
Verify it has everything
Once verified; Remove the other server (Authorized Devices), uninstall the snap package.