Server Version#: plexmediaserver_1.16.6.1592-b9d49bdb7_amd64.deb
Hello,
I’m trying to install a new PMS on an Ubuntu server VM. But the VM becomes completely unresponsive after the installation due to high CPU load and can no longer be accessed via ssh or ESXi remote console. Only reset helps.
What I did:
- Running Ubuntu server 18.04.3 as VM (ESXi)
- Installed plex (sudo dpkg -i plexmediaserver_1.16.6.1592-b9d49bdb7_amd64.deb)
- As the VM is no longer accessible after the installation is finished and VM monitoring shown high CPU load, I finally reset the VM (I even waited an hour before resetting).
- Plex is not started. Systemctl status:
lehofer@jakku:~$ systemctl status plexmediaserver.service
● plexmediaserver.service - Plex Media Server
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-09-08 11:53:41 CEST; 8min ago
Process: 1521 ExecStart=/bin/sh -c PLEX_MEDIA_SERVER_INFO_VENDOR="$(grep ^NAME= /etc/os-release | awk -F= "{print \$2}" | tr -d \
Process: 1510 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${PLEX_MED
Main PID: 1521 (code=exited, status=255)
Sep 08 11:53:41 jakku systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Sep 08 11:53:41 jakku systemd[1]: plexmediaserver.service: Scheduled restart job, restart counter is at 3.
Sep 08 11:53:41 jakku systemd[1]: Stopped Plex Media Server.
Sep 08 11:53:41 jakku systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Sep 08 11:53:41 jakku systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Sep 08 11:53:41 jakku systemd[1]: Failed to start Plex Media Server.
- less /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Logs/Plex\ Media\ Server.log
Sep 08, 2019 11:53:36.589 [0x7fdaf6ef4700] INFO - Plex Media Server v1.16.6.1592-b9d49bdb7 - Ubuntu PC x86_64 - build: linux-x86_64 debian - GMT 02:00
Sep 08, 2019 11:53:36.589 [0x7fdaf6ef4700] INFO - Linux version: 18.04.3 LTS (Bionic Beaver), language: de-DE
Sep 08, 2019 11:53:36.589 [0x7fdaf6ef4700] INFO - Processor Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz
Sep 08, 2019 11:53:36.589 [0x7fdaf6ef4700] INFO - /usr/lib/plexmediaserver/Plex Media Server
Sep 08, 2019 11:53:36.581 [0x7fdb00da2b80] DEBUG - BPQ: [Idle] -> [Starting]
Sep 08, 2019 11:53:36.583 [0x7fdb00da2b80] DEBUG - Opening 20 database sessions to library (com.plexapp.plugins.library), SQLite 3.26.0, threadsafe=1
Sep 08, 2019 11:53:36.595 [0x7fdb00da2b80] DEBUG - Running migrations. (EPG 0)
Sep 08, 2019 11:53:36.595 [0x7fdb00da2b80] ERROR - SQLITE3:(nil), 1, no such table: schema_migrations in "select version from schema_migrations order by version"
Sep 08, 2019 11:53:36.596 [0x7fdb00da2b80] ERROR - Database corruption: sqlite3_statement_backend::prepare: no such table: schema_migrations for SQL: select version from schema_migrations order by version
Sep 08, 2019 11:53:36.596 [0x7fdb00da2b80] ERROR - Error: Unable to set up server: sqlite3_statement_backend::prepare: no such table: schema_migrations for SQL: select version from schema_migrations order by version (N4soci10soci_errorE)
/var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Logs/Plex\ Media\ Server.log (END)
- Deleting the database in ‘/var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-in\ Support/Databases/’ and restarting PMS makes the VM unresponsive again.
- I tried the steps above several times, always the same result.
- I used PMS before on different VM without issues.
Any idea what’s going on?