MasterprojectOpenStack1516 / sourcecode

GNU General Public License v2.0
2 stars 2 forks source link

Non-deterministic error during install.sh #23

Open roschaefer opened 8 years ago

roschaefer commented 8 years ago

Apparently, there is a non-deterministic error in this playbook

TASK [3. To finalize installation, reload the web server configuration] ********
fatal: [192.168.202.11]: FAILED! => {"changed": false, "failed": true, "msg": "(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80\n(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80\nno listening sockets available, shutting down\nAH00015: Unable to open logs\n"}

Has to be checked. Maybe just because apache cannot shut down quickly enough?

snrlx commented 8 years ago

Installation at state https://github.com/MasterprojectOpenStack1516/sourcecode/tree/fc50d49f49bac6a40760653d245e483dd9a83838 ran without any problems for the bare metal machine as well as the virtual fsoc machine. Therefore we couldn't encounter the error yet.