Skip to content

[BUG] Webserver won't start until v2.1.0.5_stable_2025-03-04-ls246 #101

Open
@thomasdelorge

Description

@thomasdelorge

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hello,

Until fews days, I can't access to my duplicati web page via nginx or directly with port 8200 exposed.

It's happend on fews of my linuxserver docker container, but on Duplicati, if I use v2.1.0.5_stable_2025-03-04-ls245 all working well.

See logs:

[migrations] started
[migrations] no migrations found
usermod: user abc is currently used by process 1
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    0
User GID:    911
───────────────────────────────────────
Linuxserver.io version: v2.1.0.5_stable_2025-03-04-ls246
Build-date: 2025-05-17T04:07:22+00:00
───────────────────────────────────────
***      Missing encryption key, unable to encrypt your settings database     ***
*** Please set a value for SETTINGS_ENCRYPTION_KEY and recreate the container ***
[custom-init] No custom files found, skipping...

vs

[migrations] started
[migrations] no migrations found
usermod: user abc is currently used by process 1
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    0
User GID:    911
───────────────────────────────────────
Linuxserver.io version: v2.1.0.5_stable_2025-03-04-ls245
Build-date: 2025-05-03T03:58:51+00:00
───────────────────────────────────────
***      Missing encryption key, unable to encrypt your settings database     ***
*** Please set a value for SETTINGS_ENCRYPTION_KEY and recreate the container ***
[custom-init] No custom files found, skipping...
Connection to localhost (127.0.0.1) 8200 port [tcp/*] succeeded!
[ls.io-init] done.
Server has started and is listening on port 8200

Any tips to help me debug this ?

Thank you

Expected Behavior

No response

Steps To Reproduce

Start with :lastest tag or :v2.1.0.5_stable_2025-03-04-ls245 on existing instance

Environment

- OS: Debian 12

CPU architecture

x86-64

Docker creation

services:
  duplicati:
    image: lscr.io/linuxserver/duplicati:v2.1.0.5_stable_2025-03-04-ls245
    container_name: duplicati
    environment:
      - PUID=0
      - GUID=0
      - TZ=Europe/Paris
    volumes:
      - /docker/duplicati/config:/config
      - /docker/duplicati/backups:/backups
      - /docker/:/source/local
    networks:
      - docker_internal_nginx
    ports:
      - 8200:8200
    restart: always

networks:
  docker_internal_nginx:
    external: true

Container logs

see description

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions