Just an idea, check the permissions of of the database files on the server. Make sure the user accessing them has read and write access. I get a similar error when I've accidentally set it to 640 instead of 660.
Thanks, Kevin Sent from my iPhone On 19 Jun 2012, at 18:59, Benedikt Ahrens <[email protected]> wrote: > Dear all, > > since today I am experiencing problems with my fossil repositories: > I can clone and update from the fossil repo on my server, but not write > to it: > > $ fossil ci -m "added test textfile" > Autosync: http://user@server/r.cgi/ba > Bytes Cards Artifacts Deltas > Sent: 130 1 0 0 > Received: 3206 69 0 0 > Total network traffic: 336 bytes sent, 992 bytes received > New_Version: 265359316d615b3be18eecaef671f5028962b0b5 > Autosync: http://user@server/r.cgi/ba > Bytes Cards Artifacts Deltas > Sent: 4250 74 1 2 > Error: Database error: unable to open database file > INSERT INTO rcvfrom(uid, mtime, nonce, ipaddr)VALUES(1, > julianday('now'), '36747a7a30d63512b7bcf90f290631c838dbfb43', > 'abc.def.hij.klm') > Received: 201 1 0 0 > Total network traffic: 2490 bytes sent, 55 bytes received > fossil: Autosync failed > > $ fossil version > This is fossil version [6502627a3e] 2011-02-08 12:52:37 UTC > > Fossil versions are the same locally and on the server. > > The problem concerns all fossil repos on that server. > > Do you know how to fix this? > > Please put me in CC, since I am not subscribed to the list. > Thanks a lot. > Best, > Benedikt > > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

