-
Notifications
You must be signed in to change notification settings - Fork 97
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
container can't restart #48
Comments
Same problem here |
A temporary solution is to use docker-compose down and then up again |
Any news? |
Bonjour, J'ai le même problème par rapport le problème ServerName: << AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.0.3.85. Set the 'ServerName' directive globally to suppress this message >> quelqu'un a pu trouvé une solution? |
Hi, docker stop ocscontainer later probably will delete the file /usr/share/ocsinventory-reports/ocsreports/install.php |
It's hard to solve a problem when important details are missing, that why we added this template, to help you and us.
General informations
Docker host's operating system : Ubuntu 20.04/ MacOS 10.15
Mysql Server version :
Docker informations
Docker compose version : 2.6/2.7
Docker version : 19.03.12, build 48a66213fe (Ubuntu)
Problem's description
Describe your problem here
When i stop docker or container. The container of OCS can't restart. I use defaut docker-compose file from your source. I tried both versions but got the same error (2.6/2.7)
...
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
httpd (pid 20) already running
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
httpd (pid 20) already running
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
...
removed 'OCSNG_UNIX_SERVER_2.6.tar.gz'
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
--2020-08-26 15:58:01-- https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/download/2.6/OCSNG_UNIX_SERVER_2.6.tar.gz
Resolving github.com (github.com)... 13.229.188.59
Connecting to github.com (github.com)|13.229.188.59|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/36722650/473cd800-60f3-11e9-9109-c0402c994fad?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200826%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200826T085604Z&X-Amz-Expires=300&X-Amz-Signature=b7c7e62817e134156ae14ccac3087912216c3526256d98f09bb629633539bc6e&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=36722650&response-content-disposition=attachment%3B%20filename%3DOCSNG_UNIX_SERVER_2.6.tar.gz&response-content-type=application%2Foctet-stream [following]
--2020-08-26 15:58:01-- https://github-production-release-asset-2e65be.s3.amazonaws.com/36722650/473cd800-60f3-11e9-9109-c0402c994fad?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200826%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200826T085604Z&X-Amz-Expires=300&X-Amz-Signature=b7c7e62817e134156ae14ccac3087912216c3526256d98f09bb629633539bc6e&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=36722650&response-content-disposition=attachment%3B%20filename%3DOCSNG_UNIX_SERVER_2.6.tar.gz&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.171.19
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.171.19|:443... connected.
Sometimes when I re-run: docker-compose up -d and wait a long time then it works Looks like it's not very stable.Can you help me, please?
The text was updated successfully, but these errors were encountered: