Hello, I was following the KL Tech video to set up ZimaOS with all of the ‘arrs’ and I cannot get past the prowlarr setup. When I try to launch the app after the custom install, it times out. Any ideas?
I get the error:
Service Unavailable
The application is not running properly. We recommend checking:
-
All configuration items (e.g., port, path).
-
The access permissions of the storage directories.
-
The connection settings for dependent services like the database.
Please check the detailed startup logs in the “Configuration” menu to identify the specific issue.
And I believe that these are the logs:
prowlarr | GID/UID
prowlarr | ───────────────────────────────────────
prowlarr |
prowlarr | User UID: 1000
prowlarr | User GID: 1001
prowlarr | ───────────────────────────────────────
prowlarr | Linuxserver.io version: 2.3.5.5327-ls147
prowlarr | Build-date: 2026-05-20T07:05:39+00:00
prowlarr | ───────────────────────────────────────
prowlarr |
prowlarr | [custom-init] No custom files found, skipping…
prowlarr | [Info] Bootstrap: Starting Prowlarr - /app/prowlarr/bin/Prowlarr - Version 2.3.5.5327
prowlarr | [Info] AppFolderInfo: Data directory is being overridden to [/config]
prowlarr | [Debug] Bootstrap: Console selected
prowlarr | [Info] AppFolderInfo: Data directory is being overridden to [/config]
prowlarr | [Info] AppFolderInfo: Data directory is being overridden to [/config]
prowlarr | [Info] MigrationController: *** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation
prowlarr | [Info] DatabaseEngineVersionCheck: SQLite 3.50.4
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 279.6397937s
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 279.6442653s
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: VersionMigration migrating
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Beginning Transaction
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: CreateTable VersionInfo
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: CREATE TABLE “VersionInfo” (“Version” INTEGER NOT NULL)
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 0.0286869s
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Committing Transaction
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: VersionMigration migrated
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 275.4973863s
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: VersionUniqueMigration migrating
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Beginning Transaction
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: CreateIndex VersionInfo (Version)
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: CREATE UNIQUE INDEX “UC_Version” ON “VersionInfo” (“Version” ASC)
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 0.0054069s
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: AlterTable VersionInfo
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 0.000436s
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: CreateColumn VersionInfo AppliedOn DateTime
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: ALTER TABLE “VersionInfo” ADD COLUMN “AppliedOn” DATETIME
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 0.0033591s
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Committing Transaction
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: VersionUniqueMigration migrated
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 87.0640194s
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: VersionDescriptionMigration migrating
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Beginning Transaction
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: AlterTable VersionInfo
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 2.33E-05s
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: CreateColumn VersionInfo Description String
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: ALTER TABLE “VersionInfo” ADD COLUMN “Description” TEXT
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: => 0.0006523s
prowlarr | [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Committing Transaction
prowlarr | [Info] FluentMigrator.Runner.MigrationRunner: VersionDescriptionMigration migrated