Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-19 Thread Stephan Beal
On Fri, Jan 18, 2013 at 9:56 PM, Joseph Mingrone j...@ftfl.ca wrote: What's the equivalent of a virtual beer/coffee/tea/etc? How about a HOWTO doc to save the next guy some pain ;). -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-19 Thread Joseph Mingrone
On Sat, Jan 19, 2013 at 6:52 AM, Stephan Beal sgb...@googlemail.com wrote: On Fri, Jan 18, 2013 at 9:56 PM, Joseph Mingrone j...@ftfl.ca wrote: What's the equivalent of a virtual beer/coffee/tea/etc? How about a HOWTO doc to save the next guy some pain ;). I think it would be pretty short:

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-18 Thread Joseph Mingrone
Richard, Martin, Matt and Baptiste; On Thu, Jan 17, 2013 at 5:58 PM, Martin S. Weber martin.we...@nist.gov wrote: Wild guess: are you running your rpc services, lockd and statd amongst them? (server? client?) On Thu, Jan 17, 2013 at 7:23 PM, Baptiste Daroussin baptiste.darous...@gmail.com

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Richard Hipp
On Thu, Jan 17, 2013 at 4:13 PM, Joseph Mingrone j...@ftfl.ca wrote: Hello all; I'm seeing errors like this. % fossil init blah fossil: SQLITE_IOERR: statement aborts at 1: [BEGIN EXCLUSIVE] disk I/O error fossil: SQLITE_IOERR: disk I/O error fossil: disk I/O error I just upgraded to

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
On Thu, Jan 17, 2013 at 5:25 PM, Richard Hipp d...@sqlite.org wrote: Have you tried compiling Fossil yourself from sources? (It isn't hard.) Yes. Same result. Joseph ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
I should also mention that everything seems to work fine when I run fossil as root, but not with sudo. It doesn't appear to be anything specific to my environment because the same problem occurs with other users on the box. Joseph ___ fossil-users

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Richard Hipp
On Thu, Jan 17, 2013 at 4:35 PM, Joseph Mingrone j...@ftfl.ca wrote: I should also mention that everything seems to work fine when I run fossil as root, but not with sudo. It doesn't appear to be anything specific to my environment because the same problem occurs with other users on the box.

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
One change I made when I upgraded the box was that I set home directories to be nfs mounted from a storage server. I'm using the automount daemon to do the mounting. Before home directories were local. To test if this was causing a problem I created a new user with a local home directory. This

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
On Thu, Jan 17, 2013 at 5:46 PM, Richard Hipp d...@sqlite.org wrote: And, you say, it was working fine on the previous version of FreeBSD? What version did you upgrade from? It was working fine on the previous version, which was 8.3. It's also working fine on other machines running

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Richard Hipp
On Thu, Jan 17, 2013 at 4:46 PM, Joseph Mingrone j...@ftfl.ca wrote: One change I made when I upgraded the box was that I set home directories to be nfs mounted from a storage server. I'm using the automount daemon to do the mounting. Before home directories were local. To test if this was

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Martin S. Weber
On 01/17/13 16:46, Joseph Mingrone wrote: One change I made when I upgraded the box was that I set home directories to be nfs mounted from a storage server. I'm using the automount daemon to do the mounting. Before home directories were local. To test if this was causing a problem I created a

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
On Thu, Jan 17, 2013 at 5:52 PM, Richard Hipp d...@sqlite.org wrote: That's a good clue. It makes me think this is probably an NFS problem, perhaps related to posix advisory locking and your NFS implementations' inability to support it. Try setting: export FOSSIL_VFS=unix-dotfile or

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Richard Hipp
On Thu, Jan 17, 2013 at 4:13 PM, Joseph Mingrone j...@ftfl.ca wrote: Hello all; I'm seeing errors like this. % fossil init blah fossil: SQLITE_IOERR: statement aborts at 1: [BEGIN EXCLUSIVE] disk I/O error fossil: SQLITE_IOERR: disk I/O error fossil: disk I/O error What does the

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Richard Hipp
On Thu, Jan 17, 2013 at 5:11 PM, Joseph Mingrone j...@ftfl.ca wrote: On Thu, Jan 17, 2013 at 5:52 PM, Richard Hipp d...@sqlite.org wrote: That's a good clue. It makes me think this is probably an NFS problem, perhaps related to posix advisory locking and your NFS implementations'

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
On Thu, Jan 17, 2013 at 6:18 PM, Richard Hipp d...@sqlite.org wrote: fossil init blah --sqltrace % fossil init blah --sqltrace fossil: SQLITE_IOERR: statement aborts at 1: [BEGIN EXCLUSIVE] disk I/O error fossil: SQLITE_IOERR: disk I/O error fossil: disk I/O error If you have recently updated

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
The test user I created, whose home directory is set to the new filesystem with access times turned on, is also having the sqlite problems now. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Matt Welland
This problem doesn't look much like an issue with fossil itself. Perhaps trying a filesystem test suite would give you some hints as to the root cause? Google provided this link that might be a good starting point: http://nfsv4.bullopensource.org/doc/testing_tools.php Do things such as a kernel

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
On Thu, Jan 17, 2013 at 6:24 PM, Richard Hipp d...@sqlite.org wrote: Please try again using the patch to Fossil I just now checked in: http://www.fossil-scm.org/fossil/info/7536c6aea5 It didn't compile for me. ... cc -g -O2 -DHAVE_AUTOCONFIG_H -I. -I./src -Ibld -o bld/db.o -c bld/db_.c

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Baptiste Daroussin
2013/1/18 Joseph Mingrone j...@ftfl.ca: On Thu, Jan 17, 2013 at 6:24 PM, Richard Hipp d...@sqlite.org wrote: Please try again using the patch to Fossil I just now checked in: http://www.fossil-scm.org/fossil/info/7536c6aea5 It didn't compile for me. ... cc -g -O2 -DHAVE_AUTOCONFIG_H

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
Hello Baptiste; On Thu, Jan 17, 2013 at 7:02 PM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: Can you host somewhere the file.out created by truss -o file.out fossil init bla ? Sure. http://gly.ath.cx/misc/file.out Joseph ___ fossil-users

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
On Thu, Jan 17, 2013 at 7:03 PM, Richard Hipp d...@sqlite.org wrote: I don't know why not... Did you start from fresh sources? What did you do to get the error below? Apparently I didn't start from fresh sources or I messed something else up. After... tar -xf tar -xvf

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Joseph Mingrone
On Thu, Jan 17, 2013 at 7:21 PM, Joseph Mingrone j...@ftfl.ca wrote: fossil init blah Make that ./fossil init blah and I get the same error. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Baptiste Daroussin
2013/1/18 Joseph Mingrone j...@ftfl.ca: On Thu, Jan 17, 2013 at 7:03 PM, Richard Hipp d...@sqlite.org wrote: I don't know why not... Did you start from fresh sources? What did you do to get the error below? Apparently I didn't start from fresh sources or I messed something else up.

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Richard Hipp
On Thu, Jan 17, 2013 at 6:23 PM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: 2013/1/18 Joseph Mingrone j...@ftfl.ca: On Thu, Jan 17, 2013 at 7:03 PM, Richard Hipp d...@sqlite.org wrote: I don't know why not... Did you start from fresh sources? What did you do to get the