linuxserver / docker-resilio-sync

GNU General Public License v3.0
145 stars 25 forks source link

[BUG] Container not starting assert failed #44

Closed NOnooSS closed 1 year ago

NOnooSS commented 1 year ago

Is there an existing issue for this?

Current Behavior

Hello,

Since last update, my container is not starting with docker compose Version : 1.23.1

Front end : 502 Bad Gateway Back end :

18/02/2023 23:22:09
[20230218 23:22:09.050] Debug log mask has been set to FFFFFFFF
18/02/2023 23:22:09
[20230218 23:22:09.050] Features mask has been set to 0
18/02/2023 23:22:09
[20230218 23:22:09.050] ZIP: Can't locate [version] in zip, error -100.
18/02/2023 23:22:09
[20230218 23:22:09.051] Configuration from file "/config/sync.conf" has been applied
18/02/2023 23:22:09
[20230218 23:22:09.101] Directory root is "/sync"
18/02/2023 23:22:09
[20230218 23:22:09.104] loaded history: 1000 events
18/02/2023 23:22:09
[20230218 23:22:09.106] test sha1: AE5BD8EFEA5322C4D9986D06680A781392F9A642
18/02/2023 23:22:09
[20230218 23:22:09.106] test sha2: 630DCD2966C4336691125448BBB25B4FF412A49C732DB2C8ABC1B8581BD710DD
18/02/2023 23:22:09
[20230218 23:22:09.106] test aes: 0A940BB5416EF045F1C39458C653EA5A07FEEF74E1D5036E900EEE118E949293
18/02/2023 23:22:09
[20230218 23:22:09.106] DISKIO[0x0000555cf72ebcd0]: Create diskio pool for drive with id 18446744073709551614, path: , type: 0, size: 1
18/02/2023 23:22:09
[20230218 23:22:09.106] WORKER[0x0000555cf73ccba0]: created
18/02/2023 23:22:09
[20230218 23:22:09.106] assert failed /build/sync/util/posix/thrsync_posix.cpp:144

Expected Behavior

Should start as usual

Steps To Reproduce

Start docker compose

Environment

- OS: Debian Linux 10
Linux 4.19.0-18-amd64

CPU architecture

x86-64

Docker creation

docker compose :
  resilio:
    image: linuxserver/resilio-sync:latest
    container_name: resilio
    environment:
      - VIRTUAL_PORT=8888
      - VIRTUAL_HOST=resilio.tld
      - LETSENCRYPT_HOST=resilio.tld
      - LETSENCRYPT_EMAIL=name@gmail.com
      - PUID=1001
      - PGID=1001
      - TZ=Europe/Paris
      - UMASK_SET=022
    volumes:
      - /root/.apps/name/resilio/config:/config
      - /home/name:/downloads
      - /home/name:/sync
    ports:
      - 55555:55555
    restart: unless-stopped

Container logs

[20230218 23:29:11.076] Debug log mask has been set to FFFFFFFF
[20230218 23:29:11.076] Features mask has been set to 0
[20230218 23:29:11.078] ZIP: Can't locate [version] in zip, error -100.
[20230218 23:29:11.081] Configuration from file "/config/sync.conf" has been app                                                      lied
[20230218 23:29:11.131] Directory root is "/sync"
[20230218 23:29:11.148] loaded history: 1000 events
[20230218 23:29:11.154] test sha1: AE5BD8EFEA5322C4D9986D06680A781392F9A642
[20230218 23:29:11.154] test sha2: 630DCD2966C4336691125448BBB25B4FF412A49C732DB                                                      2C8ABC1B8581BD710DD
[20230218 23:29:11.154] test aes: 0A940BB5416EF045F1C39458C653EA5A07FEEF74E1D503                                                      6E900EEE118E949293
[20230218 23:29:11.154] DISKIO[0x0000558bd5369cd0]: Create diskio pool for drive                                                       with id 18446744073709551614, path: , type: 0, size: 1
[20230218 23:29:11.154] WORKER[0x0000558bd544aba0]: created
[20230218 23:29:11.154] assert failed /build/sync/util/posix/thrsync_posix.cpp:1                                                      44

assert failed /build/sync/util/posix/thrsync_posix.cpp:144 (34013187)
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thespad commented 1 year ago

https://docs.linuxserver.io/faq#jammy

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.