On Aug 9, 2009, at 1:17 PM, D. Richard Hipp wrote:
>
> On Aug 9, 2009, at 12:40 PM, Matthias Teege wrote:
>
>>
>> New_Version: 810d89fcb62d6821cd20e6b6b25b0bb112370b2c
>> fossil: disk I/O error
>> COMMIT
>
> My guess is that this has something to do with AFS not supporting
> posix advisory locks....  I'll  have to cook something up.
>

Please recompile fossil using the latest sources, especially this patch:

     http://www.fossil-scm.org/fossil/vdiff/4881

Then run one or the following commands before attempting to use fossil:

     export FOSSIL_VFS=unix-none
     export FOSSIL_VFS=unix-dotfile

The first command above will disable file locking completely.  The  
second will shift fossil to use dot-file locking instead of posix  
advisory locking.  Please let me know if either of these fixes your  
problem.

Note that you will need to set the FOSSIL_VFS environment variable in  
each shell before you start using fossil in that shell.


D. Richard Hipp
[email protected]



_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to