-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 Not Found for 127.0.0.1/boincserver #70
Comments
Thanks, couple of things to try:
|
docker-compose exec apache curl http://127.0.0.1/boincserver/ says: 404 |
Thanks, yea this line
means the Apache server never started. The reason should be in the logs, what does this say:
|
that says: |
Any update on this? |
No, I'm not able to reproduce this. Can you try a |
Yes I tried that earlier and now as well but no luck. Just to double check I started fresh on two other machines again and I got the same errors. |
Also I see there was a change recently in the makeproject-step2.sh file but the related makeproject docker image hasn't been updated since last two years. Do you think the problem could be related to that? I tried to build image locally but the git repo might not have all the files since I keep getting error file not found for: /bin/sh: 1: ./_autosetup: not found |
If you'd like to build locally, don't forgret to check out the submodules (described in readme). |
I tried to rebuild the image with your updated code but I still see the apache error: apache_1 | 2021-04-22 23:56:17,459 INFO exited: start (exit status 1; not expected) but I think the other error regarding serving the wrong directory went away. I got the following from executing docker-compose exec apache bash -c "cat /var/log/supervisor/apache2-std*": AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.26.0.4. Set the 'ServerName' directive globally to suppress this message Any suggestions on how to proceed further since the site is still unreachable? |
git clone https://github.com/marius311/boinc-server-docker.git
cd boinc-server-docker and then run, docker-compose pull
docker-compose up -d
docker-compose exec apache bash
ln -s /home/boincadm/project/boincserver.httpd.conf /etc/apache2/conf-enabled/boincserver.httpd.conf
/etc/init.d/apache2 reload
bin/stop
bin/start These are the steps required to run boinc server. If you change the environment file then you need to change the boincserver to the env project name |
I had this same issue on a windows machine yesterday. Tried to follow the readme and got the 404 page. I still have some issues getting the tasks from when connecting and boinc client logs shows some log permission issues on the server side. |
I had the original error in this issue and the one mentioned by tentom (my server is ubuntu 22.04). |
After setting up boinc on the machine, I get the following 404 Not found while accessing http://127.0.0.1/boincserver :
To reproduce:
git clone https://github.com/marius311/boinc-server-docker.git
cd boinc-server-docker
docker-compose pull
docker-compose up -d
OS : Ubuntu 18.04
Docker version: 19.03.6
Please help on the same.
The text was updated successfully, but these errors were encountered: