Error opening database: resource temporarily unavailable

Hi there,

I’ve got above error last days. Before all was fine. Syncthing is running under Ubuntu 24.04.

What I can do to solve that problem?

Thanks in forward Rico

There’s not enough details to really diagnose much, so if nothing else changed related to Syncthing before the error appeared, use the following command to view the kernel messages for possible alerts about filesystem errors:

dmesg -T

Next, see the Syncthing Configuration documentation page for pointers to where your Syncthing database is. Check the directory to see if there are any obvious issues such as permissions, etc.

verbatim / unaltered copy-paste Syncthing logs would also be a helpful, even simpler start.

The log shows the following …

[start] 2024/12/21 18:59:40 INFO: syncthing v1.27.2-ds4 “Gold Grasshopper” (go1.22.2 linux-amd64) debian@debian 2024-11-08 06:50:53 UTC [start] 2024/12/21 18:59:40 WARNING: Error opening database: resource temporarily unavailable (is another instance of Syncthing running?) [monitor] 2024/12/21 18:59:40 INFO: Syncthing exited: exit status 1 [start] 2024/12/21 18:59:41 INFO: syncthing v1.27.2-ds4 “Gold Grasshopper” (go1.22.2 linux-amd64) debian@debian 2024-11-08 06:50:53 UTC [start] 2024/12/21 18:59:41 WARNING: Error opening database: resource temporarily unavailable (is another instance of Syncthing running?) [monitor] 2024/12/21 18:59:41 INFO: Syncthing exited: exit status 1 [start] 2024/12/21 18:59:42 INFO: syncthing v1.27.2-ds4 “Gold Grasshopper” (go1.22.2 linux-amd64) debian@debian 2024-11-08 06:50:53 UTC [start] 2024/12/21 18:59:42 WARNING: Error opening database: resource temporarily unavailable (is another instance of Syncthing running?) [monitor] 2024/12/21 18:59:42 INFO: Syncthing exited: exit status 1 [start] 2024/12/21 18:59:43 INFO: syncthing v1.27.2-ds4 “Gold Grasshopper” (go1.22.2 linux-amd64) debian@debian 2024-11-08 06:50:53 UTC [start] 2024/12/21 18:59:43 WARNING: Error opening database: resource temporarily unavailable (is another instance of Syncthing running?) [monitor] 2024/12/21 18:59:43 INFO: Syncthing exited: exit status 1 [monitor] 2024/12/21 18:59:44 WARNING: 4 restarts in 4.043441495s; not retrying further

I couldn’t find any errors in the kernel log.

This is the usual cause.

1 Like

oops, I read it but ignored it:

pidof syncthing
# 2379 2338

What can I do, which process should I delete now?

ok, now it’s working. I have deleted both processes and restarted syncthing. Thanks

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.