On Tue, Jun 4, 2013 at 1:40 PM, Richard Hipp <[email protected]> wrote: > > > On Tue, Jun 4, 2013 at 6:18 AM, Stanislav Paskalev <[email protected]> wrote: >> >> Hi, >> I've installed the latest fossil executable (from the downloads page) > > > Note to developers: We really need to do a new release....
Point taken, I've updated to the latest source :) > >> >> on a 32-bit ubuntu vps, running a web server with cgi. >> >> Fossil cgi runs fine with a single repository, but when I try to >> configure it for multiple repos (e.g. directory: /some/path that >> contains .fossil files), it fails with the following log: >> >> fossil: ../m1/src/main.c:1309: process_one_web_page: Assertion >> `fossil_strcmp(&zRepo[j], ".fossil")==0' failed. > > > Stanislav: I don't know what is going wrong for your installation. But > please know that this has been working fine for lots of people for a very > long time. Are all your *.fossil files readable and writable by the user-id > that the web-server is running under? And is the directory containing those > files also writable? Do you have any other files in that directory, or > symbolic links, or subdirectories? > I've figured it out. The errors happens when I access the cgi url without a repository name. When I provide a repository name, it works fine. >> >> >> Regards, >> Stanislav Paskalev >> _______________________________________________ >> fossil-users mailing list >> [email protected] >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > > > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

