@ChuckPa as per yesterday’s conversation here are my details.
(Link to yesterday coversation: Libraries and settings gone after upgrade to 1.19)
Upgraded from; plexmediaserver_1.18.6.2368-97add474d_amd64.deb
To; plexmediaserver_1.19.1.2589-2de7f3266_amd64.deb
And plex server will not start.
Matt.
sudo dpkg -i plexmediaserver_1.19.1.2589-2de7f3266_amd64.deb
(Reading database ... 119237 files and directories currently installed.)
Preparing to unpack plexmediaserver_1.19.1.2589-2de7f3266_amd64.deb ...
plexmediaserver stop/waiting
PlexMediaServer install: Pre-installation Validation.
PlexMediaServer install: Pre-installation Validation complete.
Unpacking plexmediaserver (1.19.1.2589-2de7f3266) over (1.18.6.2368-97add474d) ...
Setting up plexmediaserver (1.19.1.2589-2de7f3266) ...
PlexMediaServer install: PlexMediaServer-1.19.1.2589-2de7f3266 - Installation starting.
PlexMediaServer install:
PlexMediaServer install: Now installing based on:
PlexMediaServer install: Installation Type: Update
PlexMediaServer install: Process Control: init
PlexMediaServer install: Plex User: plex
PlexMediaServer install: Plex Group: plex
PlexMediaServer install: Video Group: video
PlexMediaServer install: Metadata Dir: /var/lib/plexmediaserver/Library/Application Support
PlexMediaServer install: Temp Directory: /tmp
PlexMediaServer install: Lang Encoding: en_US.UTF-8
PlexMediaServer install: Config file used: /etc/default/plexmediaserver
PlexMediaServer install: Transcoding HW: Found
PlexMediaServer install:
PlexMediaServer install: Completing final configuration.
System start/stop links for /etc/init.d/plexmediaserver already exist.
PlexMediaServer install: PlexMediaServer-1.19.1.2589-2de7f3266 - Installation successful.
Starting Plex Media Server.
Processing triggers for libc-bin (2.19-0ubuntu6.15) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
matthew@thebed:~/plex_update_downloads$ cat /etc/default/plexmediaserver
cat /tmp/plexinstaller.log
# Plex Media Server installation configuration info: Sat Apr 4 13:16:46 AEDT 2020
Init=1
Systemd=0
Custom=0
LinuxContainer=0
NewInstall=0
HaveOverride=1
OverrideFile="/etc/default/plexmediaserver"
PlexUser="plex"
PlexGroup="plex"
VideoGroup="video"
AppSuppDir="/var/lib/plexmediaserver/Library/Application Support"
PlexTempDir="/tmp"
LangEncoding="en_US.UTF-8"
ExistingVersion=11806
HaveHardware=1
HaveTranscoderPref=0
NeedUser=0
NeedGroup=0
NeedVideo=0
Verbose=1
Running=1
Errors=0
Warnings=0
NOTE: I changed the value for PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR while I was testing this issue, can’t remember the default value it was now.
cat /etc/default/plexmediaserver
# default script for Plex Media Server
# the number of plugins that can run at the same time
export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6
# ulimit -s $PLEX_MEDIA_SERVER_MAX_STACK_SIZE
export PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000
# where the mediaserver should store the transcodes
export PLEX_MEDIA_SERVER_TMPDIR=/tmp
# uncomment to set it to something else
#export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/var/lib/plexmediaserver/Library/Application Support"
# the user that PMS should run as, defaults to 'plex'
# note that if you change this you might need to move
# the Application Support directory to not lose your
# media library (match what is in /etc/passwd)
export PLEX_MEDIA_SERVER_USER=plex
# Uncomment this to use syslog for logging instead of
# sending logs to Plex Media Server.log
#export PLEX_MEDIA_SERVER_USE_SYSLOG=true
uname -v
#88~14.04.1-Ubuntu SMP Fri Jan 13 14:54:07 UTC 2017
cat /var/log/dpkg.log
2020-04-04 13:16:40 startup archives install
2020-04-04 13:16:44 upgrade plexmediaserver:amd64 1.18.6.2368-97add474d 1.19.1.2589-2de7f3266
2020-04-04 13:16:44 status triggers-pending libc-bin:amd64 2.19-0ubuntu6.152020-04-04 13:16:44 status half-configured plexmediaserver:amd64 1.18.6.2368-97add474d2020-04-04 13:16:45 status unpacked plexmediaserver:amd64 1.18.6.2368-97add474d2020-04-04 13:16:45 status half-installed plexmediaserver:amd64 1.18.6.2368-97add474d
2020-04-04 13:16:58 status triggers-pending mime-support:all 3.54ubuntu1.1
2020-04-04 13:16:59 status half-installed plexmediaserver:amd64 1.18.6.2368-97add474d
2020-04-04 13:17:00 status unpacked plexmediaserver:amd64 1.19.1.2589-2de7f3266
2020-04-04 13:17:00 status unpacked plexmediaserver:amd64 1.19.1.2589-2de7f3266
2020-04-04 13:17:01 configure plexmediaserver:amd64 1.19.1.2589-2de7f3266 1.19.1.2589-2de7f3266
2020-04-04 13:17:01 status unpacked plexmediaserver:amd64 1.19.1.2589-2de7f3266
2020-04-04 13:17:01 status unpacked plexmediaserver:amd64 1.19.1.2589-2de7f3266
2020-04-04 13:17:01 status half-configured plexmediaserver:amd64 1.19.1.2589-2de7f3266
2020-04-04 13:17:08 status installed plexmediaserver:amd64 1.19.1.2589-2de7f3266
2020-04-04 13:17:09 trigproc libc-bin:amd64 2.19-0ubuntu6.15 2.19-0ubuntu6.15
2020-04-04 13:17:09 status half-configured libc-bin:amd64 2.19-0ubuntu6.15
2020-04-04 13:17:10 status installed libc-bin:amd64 2.19-0ubuntu6.15
2020-04-04 13:17:10 trigproc mime-support:all 3.54ubuntu1.1 3.54ubuntu1.1
2020-04-04 13:17:10 status half-configured mime-support:all 3.54ubuntu1.1
2020-04-04 13:17:11 status installed mime-support:all 3.54ubuntu1.1
and syslog after trying to start the plexmediaserver service…
tail /var/log/syslog | grep -i plex
Apr 4 13:25:55 thebed kernel: [89524.183762] init: plexmediaserver main process (18003) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.183778] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.190117] init: plexmediaserver main process (18006) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.190131] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.195768] init: plexmediaserver main process (18009) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.195781] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.201209] init: plexmediaserver main process (18012) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.201221] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.206083] init: plexmediaserver main process (18015) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.206096] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.211714] init: plexmediaserver main process (18018) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.211727] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.217466] init: plexmediaserver main process (18021) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.217478] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.223042] init: plexmediaserver main process (18024) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.223054] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.228576] init: plexmediaserver main process (18028) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.228588] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.233961] init: plexmediaserver main process (18031) terminated with status 2
Apr 4 13:25:55 thebed kernel: [89524.233973] init: plexmediaserver main process ended, respawning
Apr 4 13:25:55 thebed kernel: [89524.239626] init: plexmediaserver main process (18034) terminated with status 2Apr 4 13:25:55 thebed kernel: [89524.239637] init: plexmediaserver respawning too fast, stopped