fresh FreeIPA server installation has periodic httpd segfault error












0















I'm having an issue with a fresh FreeIPA installation on a CentOS 7 server.



I installed and configured FreeIPA (ipa-server-4.6.4-10.el7.centos.x86_64) per their quickstart guide: https://www.freeipa.org/page/Quick_Start_Guide



Httpd is installed as version httpd-2.4.6-88.el7.centos.x86_64



On starting the FreeIPA server, it works fine. Then after a while the webUI stops working and presents the error "Secure Connection Failed"
Checking the httpd log I'm seeing the following errors:



[Wed Jan 16 03:26:14.944961 2019] [core:notice] [pid 16559] AH00052: child pid 2374 exit signal Floating point exception (8)
[Wed Jan 16 03:26:14.945205 2019] [core:notice] [pid 16559] AH00052: child pid 12857 exit signal Floating point exception (8)
[Wed Jan 16 04:02:11.313856 2019] [core:notice] [pid 16559] AH00052: child pid 28925 exit signal Segmentation fault (11)
[Wed Jan 16 04:11:17.918723 2019] [core:notice] [pid 16559] AH00052: child pid 26775 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:27.526521 2019] [:error] [pid 28951] SSL Library Error: -12260 SSL received a malformed Client Hello handshake message
[Wed Jan 16 05:13:27.529681 2019] [:error] [pid 27227] SSL Library Error: -12279 Client is using unsupported SSL version
[Wed Jan 16 05:13:28.026929 2019] [core:notice] [pid 16559] AH00052: child pid 28951 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026964 2019] [core:notice] [pid 16559] AH00052: child pid 8234 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026971 2019] [core:notice] [pid 16559] AH00052: child pid 15310 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026977 2019] [core:notice] [pid 16559] AH00052: child pid 31016 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026983 2019] [core:notice] [pid 16559] AH00052: child pid 27580 exit signal Segmentation fault (11)
[Wed Jan 16 05:45:16.589728 2019] [:error] [pid 27227] SSL Library Error: -12185 Server cache not configured
[Wed Jan 16 05:45:17.512512 2019] [:error] [pid 598] SSL Library Error: -12185 Server cache not configured
[Wed Jan 16 05:45:17.544854 2019] [:error] [pid 600] SSL Library Error: -12185 Server cache not configured



Running ipactl status shows everything running. If I restart ipactl (ipactl restart), the UI will start working again for a while. But it will stop working after a while with the same errors as above.



I've tried reinstalling FreeIPA and httpd but the issue persists. I haven't done any configuration or data import either, this is essentially a fresh installation.



Can anyone assist me or let me know where to look further for this issue? Thanks!










share|improve this question























  • Are you sure this isn't a hardware issue? (e.g. corrupted binaries on disk or in memory)

    – grawity
    Jan 16 at 6:21
















0















I'm having an issue with a fresh FreeIPA installation on a CentOS 7 server.



I installed and configured FreeIPA (ipa-server-4.6.4-10.el7.centos.x86_64) per their quickstart guide: https://www.freeipa.org/page/Quick_Start_Guide



Httpd is installed as version httpd-2.4.6-88.el7.centos.x86_64



On starting the FreeIPA server, it works fine. Then after a while the webUI stops working and presents the error "Secure Connection Failed"
Checking the httpd log I'm seeing the following errors:



[Wed Jan 16 03:26:14.944961 2019] [core:notice] [pid 16559] AH00052: child pid 2374 exit signal Floating point exception (8)
[Wed Jan 16 03:26:14.945205 2019] [core:notice] [pid 16559] AH00052: child pid 12857 exit signal Floating point exception (8)
[Wed Jan 16 04:02:11.313856 2019] [core:notice] [pid 16559] AH00052: child pid 28925 exit signal Segmentation fault (11)
[Wed Jan 16 04:11:17.918723 2019] [core:notice] [pid 16559] AH00052: child pid 26775 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:27.526521 2019] [:error] [pid 28951] SSL Library Error: -12260 SSL received a malformed Client Hello handshake message
[Wed Jan 16 05:13:27.529681 2019] [:error] [pid 27227] SSL Library Error: -12279 Client is using unsupported SSL version
[Wed Jan 16 05:13:28.026929 2019] [core:notice] [pid 16559] AH00052: child pid 28951 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026964 2019] [core:notice] [pid 16559] AH00052: child pid 8234 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026971 2019] [core:notice] [pid 16559] AH00052: child pid 15310 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026977 2019] [core:notice] [pid 16559] AH00052: child pid 31016 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026983 2019] [core:notice] [pid 16559] AH00052: child pid 27580 exit signal Segmentation fault (11)
[Wed Jan 16 05:45:16.589728 2019] [:error] [pid 27227] SSL Library Error: -12185 Server cache not configured
[Wed Jan 16 05:45:17.512512 2019] [:error] [pid 598] SSL Library Error: -12185 Server cache not configured
[Wed Jan 16 05:45:17.544854 2019] [:error] [pid 600] SSL Library Error: -12185 Server cache not configured



Running ipactl status shows everything running. If I restart ipactl (ipactl restart), the UI will start working again for a while. But it will stop working after a while with the same errors as above.



I've tried reinstalling FreeIPA and httpd but the issue persists. I haven't done any configuration or data import either, this is essentially a fresh installation.



Can anyone assist me or let me know where to look further for this issue? Thanks!










share|improve this question























  • Are you sure this isn't a hardware issue? (e.g. corrupted binaries on disk or in memory)

    – grawity
    Jan 16 at 6:21














0












0








0








I'm having an issue with a fresh FreeIPA installation on a CentOS 7 server.



I installed and configured FreeIPA (ipa-server-4.6.4-10.el7.centos.x86_64) per their quickstart guide: https://www.freeipa.org/page/Quick_Start_Guide



Httpd is installed as version httpd-2.4.6-88.el7.centos.x86_64



On starting the FreeIPA server, it works fine. Then after a while the webUI stops working and presents the error "Secure Connection Failed"
Checking the httpd log I'm seeing the following errors:



[Wed Jan 16 03:26:14.944961 2019] [core:notice] [pid 16559] AH00052: child pid 2374 exit signal Floating point exception (8)
[Wed Jan 16 03:26:14.945205 2019] [core:notice] [pid 16559] AH00052: child pid 12857 exit signal Floating point exception (8)
[Wed Jan 16 04:02:11.313856 2019] [core:notice] [pid 16559] AH00052: child pid 28925 exit signal Segmentation fault (11)
[Wed Jan 16 04:11:17.918723 2019] [core:notice] [pid 16559] AH00052: child pid 26775 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:27.526521 2019] [:error] [pid 28951] SSL Library Error: -12260 SSL received a malformed Client Hello handshake message
[Wed Jan 16 05:13:27.529681 2019] [:error] [pid 27227] SSL Library Error: -12279 Client is using unsupported SSL version
[Wed Jan 16 05:13:28.026929 2019] [core:notice] [pid 16559] AH00052: child pid 28951 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026964 2019] [core:notice] [pid 16559] AH00052: child pid 8234 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026971 2019] [core:notice] [pid 16559] AH00052: child pid 15310 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026977 2019] [core:notice] [pid 16559] AH00052: child pid 31016 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026983 2019] [core:notice] [pid 16559] AH00052: child pid 27580 exit signal Segmentation fault (11)
[Wed Jan 16 05:45:16.589728 2019] [:error] [pid 27227] SSL Library Error: -12185 Server cache not configured
[Wed Jan 16 05:45:17.512512 2019] [:error] [pid 598] SSL Library Error: -12185 Server cache not configured
[Wed Jan 16 05:45:17.544854 2019] [:error] [pid 600] SSL Library Error: -12185 Server cache not configured



Running ipactl status shows everything running. If I restart ipactl (ipactl restart), the UI will start working again for a while. But it will stop working after a while with the same errors as above.



I've tried reinstalling FreeIPA and httpd but the issue persists. I haven't done any configuration or data import either, this is essentially a fresh installation.



Can anyone assist me or let me know where to look further for this issue? Thanks!










share|improve this question














I'm having an issue with a fresh FreeIPA installation on a CentOS 7 server.



I installed and configured FreeIPA (ipa-server-4.6.4-10.el7.centos.x86_64) per their quickstart guide: https://www.freeipa.org/page/Quick_Start_Guide



Httpd is installed as version httpd-2.4.6-88.el7.centos.x86_64



On starting the FreeIPA server, it works fine. Then after a while the webUI stops working and presents the error "Secure Connection Failed"
Checking the httpd log I'm seeing the following errors:



[Wed Jan 16 03:26:14.944961 2019] [core:notice] [pid 16559] AH00052: child pid 2374 exit signal Floating point exception (8)
[Wed Jan 16 03:26:14.945205 2019] [core:notice] [pid 16559] AH00052: child pid 12857 exit signal Floating point exception (8)
[Wed Jan 16 04:02:11.313856 2019] [core:notice] [pid 16559] AH00052: child pid 28925 exit signal Segmentation fault (11)
[Wed Jan 16 04:11:17.918723 2019] [core:notice] [pid 16559] AH00052: child pid 26775 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:27.526521 2019] [:error] [pid 28951] SSL Library Error: -12260 SSL received a malformed Client Hello handshake message
[Wed Jan 16 05:13:27.529681 2019] [:error] [pid 27227] SSL Library Error: -12279 Client is using unsupported SSL version
[Wed Jan 16 05:13:28.026929 2019] [core:notice] [pid 16559] AH00052: child pid 28951 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026964 2019] [core:notice] [pid 16559] AH00052: child pid 8234 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026971 2019] [core:notice] [pid 16559] AH00052: child pid 15310 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026977 2019] [core:notice] [pid 16559] AH00052: child pid 31016 exit signal Segmentation fault (11)
[Wed Jan 16 05:13:28.026983 2019] [core:notice] [pid 16559] AH00052: child pid 27580 exit signal Segmentation fault (11)
[Wed Jan 16 05:45:16.589728 2019] [:error] [pid 27227] SSL Library Error: -12185 Server cache not configured
[Wed Jan 16 05:45:17.512512 2019] [:error] [pid 598] SSL Library Error: -12185 Server cache not configured
[Wed Jan 16 05:45:17.544854 2019] [:error] [pid 600] SSL Library Error: -12185 Server cache not configured



Running ipactl status shows everything running. If I restart ipactl (ipactl restart), the UI will start working again for a while. But it will stop working after a while with the same errors as above.



I've tried reinstalling FreeIPA and httpd but the issue persists. I haven't done any configuration or data import either, this is essentially a fresh installation.



Can anyone assist me or let me know where to look further for this issue? Thanks!







centos centos-7 httpd freeipa






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 16 at 6:19









jzd135jzd135

1




1













  • Are you sure this isn't a hardware issue? (e.g. corrupted binaries on disk or in memory)

    – grawity
    Jan 16 at 6:21



















  • Are you sure this isn't a hardware issue? (e.g. corrupted binaries on disk or in memory)

    – grawity
    Jan 16 at 6:21

















Are you sure this isn't a hardware issue? (e.g. corrupted binaries on disk or in memory)

– grawity
Jan 16 at 6:21





Are you sure this isn't a hardware issue? (e.g. corrupted binaries on disk or in memory)

– grawity
Jan 16 at 6:21










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394810%2ffresh-freeipa-server-installation-has-periodic-httpd-segfault-error%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394810%2ffresh-freeipa-server-installation-has-periodic-httpd-segfault-error%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How do I know what Microsoft account the skydrive app is syncing to?

Grease: Live!

When does type information flow backwards in C++?