Skip to content

[BUG] Docker-TVHeadend hangs up on Debian Trixie #272

@Starfoxfs

Description

@Starfoxfs

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Newest Docker-TVHeadend and also older Versions hanging up on a Debian Trixie based Raspberry Pi 4B Docker Container.

After starting TVHeadend Docker the CPU goes to 100% with a Process named /usr/bin/tvheadend -c -C /config

I have posted Details also here:
https://github.com/orgs/linuxserver/discussions/42

Image

The TVHeadend Admin Interface isnt reachable, only the CPU hangs on 100% see above

Expected Behavior

Run Docker TvHeadend and TVHeadend starts up

Steps To Reproduce

  1. Use a Debian Trixie based System arm64v8
  2. Install Docker
  3. Run Docker TVheadend

Environment

- OS:Debian 1:6.12.47-1+rpt1 (2025-09-16) aarch64 GNU/Linux
- How docker service was installed: Description from this Site: https://docs.docker.com/engine/install/debian/

CPU architecture

arm64

Docker creation

services:
  tvheadend:
    image: lscr.io/linuxserver/tvheadend:latest
    container_name: tvheadend
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin      
    volumes:
      - /home/docker/tvheadend/:/config
      - /home/docker/tvheadend/recordings:/recordings
    ports:
      - 9981:9981
      - 9982:9982
    restart: unless-stopped

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

  ██╗     ███████╗██╗ ██████╗
  ██║     ██╔════╝██║██╔═══██╗
  ██║     ███████╗██║██║   ██║
  ██║     ╚════██║██║██║   ██║
  ███████╗███████║██║╚██████╔╝
  ╚══════╝╚══════╝╚═╝ ╚═════╝

Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: d4dff154-ls263
Build-date: 2025-10-11T15:40:48+00:00
───────────────────────────────────────

Setting permissions
[custom-init] No custom files found, skipping...
2025-10-14 11:17:04.783 [ INFO] main: Log started
2025-10-14 11:17:04.783 [ INFO] config: Using configuration from '/config'
2025-10-14 11:17:04.784 [ INFO] http: Starting HTTP server 0.0.0.0:9981
2025-10-14 11:17:04.784 [ INFO] htsp: Starting HTSP server 0.0.0.0:9982
2025-10-14 11:17:04.789 [ INFO] config: backup: migrating config from unknown (running 4.3-2477~gd4dff154a)
2025-10-14 11:17:04.789 [ INFO] config: backup: running, output file /config/backup/unknown.tar.bz2
2025-10-14 11:17:04.791 [ INFO] spawn: Executing "/bin/tar"
Connection to localhost (127.0.0.1) 9981 port [tcp/*] succeeded!
[ls.io-init] done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions