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 error below?
> >
> > Apparently I didn't start from fresh sources or I messed something
> > else up.  After...
> >
> > tar -xf tar -xvf fossil-src-20121022124804.tar.gz
> > cd fossil-src-20121022124804/src/
> > fetch '
> http://www.fossil-scm.org/fossil/raw/src/db.c?name=1b058e27e61edc91b7a5ce404ac5add09328b16d
> '
> > cd ..
> > ./configure
> > gmake
> >
> > It compiles fine.  But, in the same directory I just did:
> >
> > fossil init blah
> >
> > and I get the same error.
> >
> > Joseph
> > _______________________________________________
> > fossil-users mailing list
> > fossil-users@lists.fossil-scm.org
> > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
> Your failure is the following: fcntl(4,F_SETLK,0x7fffffffcca0)
>          ERR#45 'Operation not supported'
>
> Something is wrong about your nfs setup imho
>


The FOSSIL_VFS=unix-none environment variable setting to Fossil should
prevent Fossil from using posix advisory locking.  That should work around
the NFS problem shown above.  I do not know why that part isn't working.


>
> regards,
> Bapt
> _______________________________________________
> 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

Reply via email to