Re: [fossil-users] Database locked, but which?

2014-01-15 Thread Richard Hipp
On Tue, Jan 14, 2014 at 10:35 PM, Andy Bradford amb-fos...@bradfords.orgwrote:

 Hello,

 While attempting to pull the Fossil repository, I saw this error:

 $ fossil up
 Autosync:  https://www.fossil-scm.org/
 Round-trips: 2   Artifacts sent: 0  received: 0
 Error: Database error: database is locked: {UPDATE event SET mtime=(SELECT
 m1 FROM time_fudge WHERE mid=objid) WHERE objid IN (SELECT mid FROM
 time_fudge);}
 Round-trips: 2   Artifacts sent: 0  received: 0
 Pull finished with 1346 bytes sent, 1866 bytes received
 Autosync failed


The error came from the server, not your local machine.

You were not doing a push.  But there is some common cleanup code that runs
at the end of any pull or push that does the UPDATE command above.  The
UPDATE is a no-op in the case of a pull, but it runs nevertheless.
Probably we should fix that.



 Rerunning the  command was successful. Is  this normal? I have  no other
 fossil command running, so the error must have come from remote.

 $ fossil version
 This is fossil version 1.28 [4699f8d919] 2014-01-14 10:43:23 UTC

 Thanks,

 Andy
 --
 TAI64 timestamp: 400052d60237


 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Database locked, but which?

2014-01-15 Thread Richard Hipp
On Wed, Jan 15, 2014 at 6:37 AM, Richard Hipp d...@sqlite.org wrote:




 ...t there is some common cleanup code that runs at the end of any pull or
 push that does the UPDATE command above.  The UPDATE is a no-op in the case
 of a pull, but it runs nevertheless.  Probably we should fix that.


Fixed at http://www.fossil-scm.org/fossil/info/b4dffdac5e and recompiled on
the server.  You shouldn't encounter the problem again.


-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Database locked, but which?

2014-01-14 Thread Andy Bradford
Hello,

While attempting to pull the Fossil repository, I saw this error:

$ fossil up
Autosync:  https://www.fossil-scm.org/
Round-trips: 2   Artifacts sent: 0  received: 0
Error: Database error: database is locked: {UPDATE event SET mtime=(SELECT m1 
FROM time_fudge WHERE mid=objid) WHERE objid IN (SELECT mid FROM time_fudge);}
Round-trips: 2   Artifacts sent: 0  received: 0
Pull finished with 1346 bytes sent, 1866 bytes received
Autosync failed

Rerunning the  command was successful. Is  this normal? I have  no other
fossil command running, so the error must have come from remote.

$ fossil version
This is fossil version 1.28 [4699f8d919] 2014-01-14 10:43:23 UTC

Thanks,

Andy
-- 
TAI64 timestamp: 400052d60237


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Database locked, but which?

2014-01-14 Thread B Harder
On 1/14/14, Andy Bradford amb-fos...@bradfords.org wrote:
 Hello,

 While attempting to pull the Fossil repository, I saw this error:

 $ fossil up
 Autosync:  https://www.fossil-scm.org/
 Round-trips: 2   Artifacts sent: 0  received: 0
 Error: Database error: database is locked: {UPDATE event SET mtime=(SELECT
 m1 FROM time_fudge WHERE mid=objid) WHERE objid IN (SELECT mid FROM
 time_fudge);}
 Round-trips: 2   Artifacts sent: 0  received: 0
 Pull finished with 1346 bytes sent, 1866 bytes received
 Autosync failed

 Rerunning the  command was successful. Is  this normal? I have  no other
 fossil command running, so the error must have come from remote.

 $ fossil version
 This is fossil version 1.28 [4699f8d919] 2014-01-14 10:43:23 UTC

No pending commits in other windows? (ie: waiting for you to enter
password for gpg key) ?

-bch

 Thanks,

 Andy
 --
 TAI64 timestamp: 400052d60237


 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users



-- 
Brad Harder
Method Logic Digital Consulting
http://www.methodlogic.net/
http://twitter.com/bcharder
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Database locked, but which?

2014-01-14 Thread Andy Bradford
Thus said B Harder on Tue, 14 Jan 2014 19:38:55 -0800:

 No pending  commits in other  windows? (ie:  waiting for you  to enter
 password for gpg key) ?

No, and in fact, this was the  first time I ran any fossil command after
logging in and ps did not show any other fossil commands.

I wonder if I hit one of  the scheduled syncs between the various hosted
sites?

Andy
-- 
TAI64 timestamp: 400052d6093b


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users