After a crash Insync does not start anymore

I am running Insync 1.2.11 in ArchLinux and after a crash it does not start anymore
and it shows the following message:

“It seems that another insync app is currently running. Will quit now.”

If I execute “insync quit” it exits with the following message: “Insync doesn’t seem to be running. Start it first.”
and does not fix the problem.

Is there any lock file I could delete ?

@aalberola What does ps -ef | grep insync show? You could just kill the ID associated with the Insync process then restart Insync.

There is no insync process running, “ps -ef | grep insync” shows nothing.

I see. Please try opening then closing the .db files under ~/.config/Insync. They are sqlite3 dbs.

The problem is solved.

The .db files were locked as you suggested but as they were in a NFS share they couldn’t
be unlocked until I moved them to a local storage.

Thank you very much.