-
Notifications
You must be signed in to change notification settings - Fork 2
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
Missing boincserver.httpd.conf in /etc/apache2/sites-enabled #8
Comments
Interesting. I'm not sure what would cause that. Can you try running the following to see if the issue still happens?
The extra step to stop_and_remove is to make sure that there isn't something left over from a previous run. |
I am still experiencing the problem
System details Fedora 29 |
(Previous comment has been edited) CentOS 7 with upstream docker version 18.06.1 works perfectly and the file boincserver.httpd.conf is in the folder Fedora 28 [1] with upstream docker during
IMHO It looks like our workflow is very sensible to host operating system changes. Personally, I will continue using mainly Fedora 29 with moby-engine that runs fine, requiring only the little workaround for [1]: Upstream docker is not yet available on Fedora 29, so I used Fedora 28. Fedora 28 is still maintained together with 29 version. |
Thanks for that additional information. I'm testing on RHEL 7 Workstation and wasn't able to reproduce but with this additional information I should be able to. If I understand you correctly you are fine on Fedora 29 and CentOS 7 but only hitting this issue on Fedora 28. Is this a blocker for you? I will test using a fedora 28 virtual machine and try to fix the issue. I may not get to it until tomorrow though. |
I can perfectly work with F29 with my workaround and CentOS 7 with upstream docker.
Thank you, speaking about myself, I have no urgency about having this fixed so immediately. |
Today I runned boinc-server-test docker container but everytime I tried to open http://127.0.0.1/boincserver I got a "not found" error.
The reason was the missing boincserver.httpd.conf in /etc/apache2/sites-enabled
I solved running the command
# ln -s /home/boincadm/project/boincserver.httpd.conf /etc/apache2/sites-enabled/boincserver.httpd.conf
inside the container
Related boinc_dev discussion: https://groups.google.com/a/ssl.berkeley.edu/forum/#!topic/boinc_dev/CX6w43sAl54
The text was updated successfully, but these errors were encountered: