Re: [fossil-users] commit signing

2013-08-29 Thread Eric Rubin-Smith
If you guys are going to get into this more deeply, you should probably also consider revocation issues. That is, what happens when it is discovered that a contributor's private key has been compromised? The discovery date of the compromise is obviously = the compromise date. As such, some set

[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

[fossil-users] Ticket system

2013-08-29 Thread Jan Jurak
Dear developers, First thank you for nice piece of software. I am using fossil for some of my projects and some users wants more featured ticket system. For example spent time for solving the issue. What is your opinion on that. I am trying avoid installing another software. TIA -- Regards Jan

[fossil-users] 'fossil sqlite3' db init issues

2013-08-29 Thread David Given
I've found a minor bug in the way the patched sqlite3 shell handles opening the db. In particular, this code from shell.c: if( data.zDbFilename==0 ){ #ifndef SQLITE_OMIT_MEMORYDB data.zDbFilename = :memory:; #else fprintf(stderr,%s: Error: no database filename specified\n, Argv0);

Re: [fossil-users] Ticket system

2013-08-29 Thread Eric Rubin-Smith
On Thu, Aug 29, 2013 at 6:02 PM, Jan Jurak yan.ju...@gmail.com wrote: Dear developers, First thank you for nice piece of software. I am using fossil for some of my projects and some users wants more featured ticket system. For example spent time for solving the issue. What is your opinion on

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

[fossil-users] Fossil authentication doesn't seem to be required

2013-08-29 Thread isaac . news
I've setup a local fossil repository by exactly following these instructions: [1]http://write.intellectualmollusc.net/2010/01/setting-up-a-fossil-rep ository-on-a-public-shared-server/ The server's repository was cloned from a temporary copy of the original repo. I am able to push new

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