binhex / arch-syncthing

Docker build script for Arch Linux base with Syncthing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syncthing fails to start after update

paulglavin opened this issue · comments

Latest update to syncthing image fails to start after installing.

2021-04-06 14:11:09,033 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 22870187622304 for <Subprocess at 22870187621632 with name syncthing in state STARTING> (stdout)> 2021-04-06 14:11:09,034 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 22870187283840 for <Subprocess at 22870187621632 with name syncthing in state STARTING> (stderr)> 2021-04-06 14:11:09,034 INFO exited: syncthing (exit status 1; not expected) 2021-04-06 14:11:09,034 DEBG received SIGCHLD indicating a child quit 2021-04-06 14:11:12,037 INFO spawned: 'syncthing' with pid 83 2021-04-06 14:11:12,052 DEBG 'syncthing' stderr output: syncthing: error: unknown flag --config, did you mean "--conf"?

It would appear this change was introduced inadvertently in the release as mentioned here:
https://forum.syncthing.net/t/syncthing-v1-15-0-security-release-v1-15-1/16621

updating syncthing to 1.15.1 within the image enables the service to restart

ok as soon as upstream sees the change the new image will get auto built.