Hello,
I cannot seem to update my PMS from version 0.9.12.19 to 0.9.14.6
I am running PMS on Ubuntu Server 14.04.3 LTS
The Plex web interface (at both https://app.plex.tv/web/app and locally at http://hostname:32400/web) says that Version 0.9.12.19 is up to date. However when I ssh into my server and run apt-get I can see that PMS 0.9.14.6 has been downloaded. When I try and upgrade to 0.9.14.6 manually this is what happens:
The following packages will be upgraded:
plexmediaserver
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/128 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 100340 files and directories currently installed.)
Preparing to unpack .../plexmediaserver_0.9.14.6.1620-e0b7243-debian_amd64.deb ...
Plex Media Server is not running (no process found)...
update-rc.d: /etc/init.d/plexmediaserver exists during rc.d purge (use -f to force)
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Plex Media Server is not running (no process found)...
update-rc.d: /etc/init.d/plexmediaserver exists during rc.d purge (use -f to force)
dpkg: error processing archive /var/cache/apt/archives/plexmediaserver_0.9.14.6.1620-e0b7243-debian_amd64.deb (--unpack):
subprocess new pre-removal script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/plexmediaserver_0.9.14.6.1620-e0b7243-debian_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
NOTE: I tried to install the update multiple times, both with manually stopping the PMS service before trying to install and not stopping the PMS service before trying to install. -Both fail.
Any ideas on how to fix this?