it works now. forgit the http. thanks

Syncthing
- awiouy
- Thread is Unresolved
-
-
Hi,
Syncthing is not running anymore on LibreELEC 9.2.2. I've installed latest "Syncthing for Kodi addon 9.2.0.109" that seems to use syncthing 1.4.2. but current syncthing binary version is 1.9.0. Can you provide an update for Kodi please?
CodeSep 15 20:52:36 kronos systemd[1]: Starting Syncthing - Open Source Continuous File Synchronization...Sep 15 20:52:36 kronos sh[1854]: [start] INFO: syncthing v1.4.2 "Fermium Flea" (go1.12.6 linux-amd64) [email protected] 1970-01-01 00:00:00 UTCSep 15 20:52:36 kronos sh[1854]: [start] WARNING: Failed to initialize config: config file version (31) is newer than supported version (30). If this is expected, use -allow-newer-config to override.Sep 15 20:52:36 kronos systemd[1]: service.system.syncthing.service: Main process exited, code=exited, status=1/FAILURESep 15 20:52:36 kronos systemd[1]: service.system.syncthing.service: Failed with result 'exit-code'.Sep 15 20:52:36 kronos systemd[1]: service.system.syncthing.service: Service RestartSec=100ms expired, scheduling restart.This repeats 5 times until it fails...
CodeSep 15 20:52:37 kronos systemd[1]: Starting Syncthing - Open Source Continuous File Synchronization...Sep 15 20:52:37 kronos sh[1958]: [start] INFO: syncthing v1.4.2 "Fermium Flea" (go1.12.6 linux-amd64) [email protected] 1970-01-01 00:00:00 UTCSep 15 20:52:37 kronos sh[1958]: [start] WARNING: Failed to initialize config: config file version (31) is newer than supported version (30). If this is expected, use -allow-newer-config to override.Sep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Main process exited, code=exited, status=1/FAILURESep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Failed with result 'exit-code'.Sep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Service RestartSec=100ms expired, scheduling restart.Sep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Scheduled restart job, restart counter is at 5.Sep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Start request repeated too quickly.Thanks!
-
Hi,
Syncthing is not running anymore on LibreELEC 9.2.2. I've installed latest "Syncthing for Kodi addon 9.2.0.109" that seems to use syncthing 1.4.2. but current syncthing binary version is 1.9.0. Can you provide an update for Kodi please?
CodeSep 15 20:52:36 kronos systemd[1]: Starting Syncthing - Open Source Continuous File Synchronization...Sep 15 20:52:36 kronos sh[1854]: [start] INFO: syncthing v1.4.2 "Fermium Flea" (go1.12.6 linux-amd64) [email protected] 1970-01-01 00:00:00 UTCSep 15 20:52:36 kronos sh[1854]: [start] WARNING: Failed to initialize config: config file version (31) is newer than supported version (30). If this is expected, use -allow-newer-config to override.Sep 15 20:52:36 kronos systemd[1]: service.system.syncthing.service: Main process exited, code=exited, status=1/FAILURESep 15 20:52:36 kronos systemd[1]: service.system.syncthing.service: Failed with result 'exit-code'.Sep 15 20:52:36 kronos systemd[1]: service.system.syncthing.service: Service RestartSec=100ms expired, scheduling restart.This repeats 5 times until it fails...
CodeSep 15 20:52:37 kronos systemd[1]: Starting Syncthing - Open Source Continuous File Synchronization...Sep 15 20:52:37 kronos sh[1958]: [start] INFO: syncthing v1.4.2 "Fermium Flea" (go1.12.6 linux-amd64) [email protected] 1970-01-01 00:00:00 UTCSep 15 20:52:37 kronos sh[1958]: [start] WARNING: Failed to initialize config: config file version (31) is newer than supported version (30). If this is expected, use -allow-newer-config to override.Sep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Main process exited, code=exited, status=1/FAILURESep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Failed with result 'exit-code'.Sep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Service RestartSec=100ms expired, scheduling restart.Sep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Scheduled restart job, restart counter is at 5.Sep 15 20:52:37 kronos systemd[1]: service.system.syncthing.service: Start request repeated too quickly.Thanks!
You could try to do the following in the console.
1. Create a dummy directory:
mkdir -p /storage/downloads/dummy
2. Run a dummy syncthing service:
STNODEFAULTFOLDER="y" syncthing -home=/storage/downloads/dummy -gui-address"0.0.0.0:23456"
3. Browse to http://libreelec.local:23456 and update syncthing to the latest version.
4. Stop the dummy syncthing with ctrl-c.
5. Restart syncthing:
systemctl restart service.syncthing
-
Goo
You could try to do the following in the console.
1. Create a dummy directory:
mkdir -p /storage/downloads/dummy
2. Run a dummy syncthing service:
STNODEFAULTFOLDER="y" syncthing -home=/storage/downloads/dummy -gui-address"0.0.0.0:23456"
3. Browse to http://libreelec.local:23456 and update syncthing to the latest version.
4. Stop the dummy syncthing with ctrl-c.
5. Restart syncthing:
systemctl restart service.syncthing
Good idea! I got syncthing working with a clean configuration and could upgrade.
The only thing is I couldn't find the service unit file to restart syncthing. How is it started?
But after reboot syncthing does start again!
However, is the addon not upgraded anymore?
Thank you very much awiouy!