I managed to recreate the problem in Opensuse 13.2 maybe there is a
problem there. I have created a Dockerfile that sets up OpenSuse so
that fossil can be built and run. The problem is the same as on my
machine. So here is the Dockerfile:[http://pastebin.com/4tB0ZR85]

If you already have Docker installed all you need to run are these
commands in the Folder where the Dockerfile is:

docker build --tag fossil_reports_opensuse .
docker run --rm --name fossil_reports_opensuse -p 8080:8080
fossil_reports_opensuse

Then try to access the address http://{{ docker ip }}:8080/reports and
see no response.

Meanwhile I managed to build fossil in OpenSuse if I removed -O2 from
the Makefile.

On Mon, Jun 1, 2015 at 11:57 PM, Richard Hipp <d...@sqlite.org> wrote:
>
> Can you offer any suggestions on how I can recreate the problem, so
> that I can try to figure out what is going wrong?
>
_______________________________________________
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