Bug 1348948
| Summary: | IPA server install fails with build ipa-server-4.4.0-0.el7.1.alpha1 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Kaleem <ksiddiqu> |
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Kaleem <ksiddiqu> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | jcholast, nsoman, pvoborni, rcritten |
| Target Milestone: | rc | Keywords: | Regression, TestBlocker |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-4.4.0-0.el7.2.alpha1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-04 05:55:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Kaleem
2016-06-22 11:41:49 UTC
Culprit:
[root@idm ~]# journalctl -u httpd.service
-- Logs begin at Wed 2016-06-22 16:36:16 IST, end at Wed 2016-06-22 17:07:30 IST. --
Jun 22 16:46:18 idm.testrelm.test systemd[1]: Starting The Apache HTTP Server...
Jun 22 16:46:18 idm.testrelm.test httpd[19559]: AH00526: Syntax error on line 45 of /etc/httpd/conf.d/ipa.conf:
Jun 22 16:46:18 idm.testrelm.test httpd[19559]: Invalid option to WSGI daemon process definition.
Jun 22 16:46:18 idm.testrelm.test systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jun 22 16:46:18 idm.testrelm.test kill[19561]: kill: cannot find process ""
Jun 22 16:46:18 idm.testrelm.test systemd[1]: httpd.service: control process exited, code=exited status=1
Jun 22 16:46:18 idm.testrelm.test systemd[1]: Failed to start The Apache HTTP Server.
Jun 22 16:46:18 idm.testrelm.test systemd[1]: Unit httpd.service entered failed state.
Jun 22 16:46:18 idm.testrelm.test systemd[1]: httpd.service failed.
Jun 22 17:01:30 idm.testrelm.test systemd[1]: Starting The Apache HTTP Server...
Jun 22 17:01:30 idm.testrelm.test httpd[25759]: AH00526: Syntax error on line 45 of /etc/httpd/conf.d/ipa.conf:
Jun 22 17:01:30 idm.testrelm.test httpd[25759]: Invalid option to WSGI daemon process definition.
Jun 22 17:01:30 idm.testrelm.test systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jun 22 17:01:30 idm.testrelm.test kill[25761]: kill: cannot find process ""
Jun 22 17:01:30 idm.testrelm.test systemd[1]: httpd.service: control process exited, code=exited status=1
Jun 22 17:01:30 idm.testrelm.test systemd[1]: Failed to start The Apache HTTP Server.
Jun 22 17:01:30 idm.testrelm.test systemd[1]: Unit httpd.service entered failed state.
Jun 22 17:01:30 idm.testrelm.test systemd[1]: httpd.service failed.
i.e. socket-timeout=2147483647 in ipa.conf:
WSGIDaemonProcess ipa processes=2 threads=1 maximum-requests=500 \
display-name=%{GROUP} socket-timeout=2147483647
Verified. IPA Server version: =================== [root@dhcp207-129 ~]# rpm -q ipa-server ipa-server-4.4.0-1.el7.x86_64 [root@dhcp207-129 ~]# Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2404.html |