Re: [fossil-users] database disk image is malformed?

2013-09-01 Thread kk
On 08/30/2013 08:43 AM, Richard Hippd...@sqlite.org wrote: On Fri, Aug 30, 2013 at 9:31 AM, Stephan Beal sgb...@googlemail.com wrote: On Fri, Aug 30, 2013 at 3:16 PM, Richard Hippd...@sqlite.org wrote: All logins on the canonical Fossil repository should restored now. out of curiosity:

Re: [fossil-users] database disk image is malformed?

2013-08-30 Thread B Harder
Richard, your service on all this is exemplary -- anybody who gives you grief over this should just take a moment and reflect on all you've done, and the remarkable stability and service we've all enjoyed for so long. If you want to punt and just have accounts recreated, I'm personally fine w/

Re: [fossil-users] database disk image is malformed?

2013-08-30 Thread Richard Hipp
On Thu, Aug 29, 2013 at 10:59 PM, B Harder brad.har...@gmail.com wrote: Did this nuke accounts/passwords ? All logins on the canonical Fossil repository should restored now. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list

Re: [fossil-users] database disk image is malformed?

2013-08-30 Thread Stephan Beal
On Fri, Aug 30, 2013 at 3:16 PM, Richard Hipp d...@sqlite.org wrote: All logins on the canonical Fossil repository should restored now. out of curiosity: do you have a preferred/best-practice for partial db restorations, or did you restore the whole db? How should a normal mortal, without your

Re: [fossil-users] database disk image is malformed?

2013-08-30 Thread Richard Hipp
On Fri, Aug 30, 2013 at 9:31 AM, Stephan Beal sgb...@googlemail.com wrote: On Fri, Aug 30, 2013 at 3:16 PM, Richard Hipp d...@sqlite.org wrote: All logins on the canonical Fossil repository should restored now. out of curiosity: do you have a preferred/best-practice for partial db

[fossil-users] database disk image is malformed?

2013-08-29 Thread David Given
This is head-scratchingly weird: dg@hilfy:/tmp$ fossil clone https://dg%40cowlark.com:pass@fossil-scm.org fossil.fossil Bytes Cards Artifacts Deltas Sent: 53 1 0 0 Received: 4000570 12097 1288 4774 Sent:

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Stephan Beal
On Thu, Aug 29, 2013 at 10:10 PM, David Given d...@cowlark.com wrote: This is head-scratchingly weird: dg@hilfy:/tmp$ fossil clone https://dg%40cowlark.com:pass@fossil-scm.org fossil.fossil Bytes Cards Artifacts Deltas Sent: 53 1 0

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Stephan Beal
On Thu, Aug 29, 2013 at 10:24 PM, Stephan Beal sgb...@googlemail.comwrote: [stephan@host:~/tmp]$ fossil clone http://stephan:x...@fossil-scm.orgf.fsl Round-trips: 2 Artifacts sent: 0 received: 6062 Error: Database error: SQL error: database disk image is malformed BTW:

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Richard Hipp
The database has gone corrupt on the server. Give me a few minutes to figure out what it going on. On Thu, Aug 29, 2013 at 4:24 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Aug 29, 2013 at 10:10 PM, David Given d...@cowlark.com wrote: This is head-scratchingly weird:

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Richard Hipp
A corruption occurred in the CONCEALED table on the server. Still don't know how that happened. I have fixed the table and so downloads should be working again. Continuing to investigate the source of corruption. Additional information: (1) All of the other 77 fossil repositories on that

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Richard Hipp
The database corruption was caused by scenario 1.1 at http://www.sqlite.org/howtocorrupt.html. Apparently, file descriptor 2 was closed. Then SQLite used file descriptor 2 to open a connection to the database file. Then an assert() failed, wrote to file descriptor 2, and overwrote a portion of

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Stephan Beal
On Thu, Aug 29, 2013 at 10:50 PM, Richard Hipp d...@sqlite.org wrote: The database corruption was caused by scenario 1.1 at http://www.sqlite.org/howtocorrupt.html. Another thread? Apparently, file descriptor 2 was closed. Then SQLite used file descriptor 2 to open a connection to the

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Richard Hipp
Cross-posting to sqlite-dev On Thu, Aug 29, 2013 at 4:56 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Aug 29, 2013 at 10:50 PM, Richard Hipp d...@sqlite.org wrote: The database corruption was caused by scenario 1.1 at http://www.sqlite.org/howtocorrupt.html. Another thread?

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Joerg Sonnenberger
On Thu, Aug 29, 2013 at 04:50:19PM -0400, Richard Hipp wrote: The database corruption was caused by scenario 1.1 at http://www.sqlite.org/howtocorrupt.html. Apparently, file descriptor 2 was closed. The question for me would be why. That should not happen and any code should at most re-open

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Richard Hipp
On Thu, Aug 29, 2013 at 5:33 PM, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Thu, Aug 29, 2013 at 04:50:19PM -0400, Richard Hipp wrote: The database corruption was caused by scenario 1.1 at http://www.sqlite.org/howtocorrupt.html. Apparently, file descriptor 2 was closed. The

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread B Harder
Did this nuke accounts/passwords ? On 8/29/13, Richard Hipp d...@sqlite.org wrote: On Thu, Aug 29, 2013 at 5:33 PM, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Thu, Aug 29, 2013 at 04:50:19PM -0400, Richard Hipp wrote: The database corruption was caused by scenario 1.1 at

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Richard Hipp
On Thu, Aug 29, 2013 at 10:59 PM, B Harder brad.har...@gmail.com wrote: Did this nuke accounts/passwords ? Possibly. I restored from backup. But if passwords changed recently, the backup might have missed them. -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread B Harder
I don't know what the definition of recent is, but I think my password is same for months, wasn't working at time I sent last msg. I'll work with you off-list if necessary. Thanks drh, -bch On Aug 29, 2013 8:12 PM, Richard Hipp d...@sqlite.org wrote: On Thu, Aug 29, 2013 at 10:59 PM, B

Re: [fossil-users] database disk image is malformed?

2013-08-29 Thread Richard Hipp
On Fri, Aug 30, 2013 at 12:35 AM, B Harder brad.har...@gmail.com wrote: I don't know what the definition of recent is, but I think my password is same for months, wasn't working at time I sent last msg. I'll work with you off-list if necessary. I'm still working on the problem. I'll get it