Bug 512148 - httpd segmentation fault in F11 ipa-server
Summary: httpd segmentation fault in F11 ipa-server
Keywords:
Status: CLOSED DUPLICATE of bug 502133
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-server
Version: 1.2
Hardware: i386
OS: Linux
low
high
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-16 14:36 UTC by Fabian Lema
Modified: 2015-01-04 23:39 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-07-16 14:39:18 UTC
Embargoed:


Attachments (Terms of Use)

Description Fabian Lema 2009-07-16 14:36:15 UTC
Description of problem: 
After install ipa-server, get admin ticket an try command 'ipa-finduser -v admin', get Connecting to IPA server: https://ipaserver...../ipa/xml and hagns


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Install F11 basic setup (@base, @base-x)
2. Update F11 (16 Jul 2009)
3. yum install ipa-server ipa-admintools
4. enable ntp (external server)
5. ipa-server-install --no-ntp
6. update DNS
7. kinit admin
8. klist
9. ipa-finduser -v admin
 
Actual results:
last command prints 'Contatcting IPA server: https://ipaserver.domain/ipa.xml' and hangs.


Expected results:
ipa-finduser contact server and shows user info.

Additional info:
Firewall is disabled. Selinux enforcing.

In file /var/log/httpd/error.log shows Segmentation fault messages:

[Thu Jul 16 10:59:23 2009] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0
[Thu Jul 16 10:59:23 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Jul 16 10:59:23 2009] [notice] Digest: generating secret for digest authentication ...
[Thu Jul 16 10:59:23 2009] [notice] Digest: done
[Thu Jul 16 10:59:23 2009] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Thu Jul 16 10:59:23 2009] [notice] mod_python: using mutex_directory /tmp 
[Thu Jul 16 10:59:24 2009] [notice] Apache/2.2.11 (Unix) DAV/2 mod_auth_kerb/5.4 mod_nss/2.2.11 NSS/3.12.2.0 mod_python/3.3.1 Python/2.6 configured -- resuming normal operations
[Thu Jul 16 10:59:24 2009] [notice] child pid 2497 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:24 2009] [notice] child pid 2498 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:24 2009] [notice] child pid 2499 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:24 2009] [notice] child pid 2500 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:24 2009] [notice] child pid 2501 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:24 2009] [notice] child pid 2502 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:25 2009] [notice] child pid 2503 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:25 2009] [notice] child pid 2504 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:25 2009] [notice] child pid 2542 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:26 2009] [notice] child pid 2543 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:27 2009] [notice] child pid 2544 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:27 2009] [notice] child pid 2545 exit signal Segmentation fault (11)
[Thu Jul 16 10:59:28 2009] [notice] child pid 2546 exit signal Segmentation fault (11)
...

Comment 1 Rob Crittenden 2009-07-16 14:39:18 UTC

*** This bug has been marked as a duplicate of bug 502133 ***


Note You need to log in before you can comment on or make changes to this bug.