Bug 437342 - ipa-server-install fails
Summary: ipa-server-install fails
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: ipa
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Rich Megginson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-13 16:49 UTC by Thorsten Scherf
Modified: 2009-07-15 08:19 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-15 08:19:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Thorsten Scherf 2008-03-13 16:49:53 UTC
Description of problem:
I called ipa-server-install with -N option since it is running inside of a xen
box. then the following error happened:

The following operations may take some minutes to complete.
Please wait until the prompt is returned.
Configuring directory server:
  [1/16]: creating directory server user
  [2/16]: creating directory server instance
root        : CRITICAL failed to restart ds instance Command
'/usr/sbin/setup-ds.pl --silent --logfile - -f /tmp/tmpjk-IZC' returned non-zero
exit status 2
  [3/16]: adding default schema
Unexpected error - see ipaserver-install.log for details:
 [Errno 2] No such file or directory:
'/etc/dirsrv/slapd-EXAMPLE-COM//schema/60kerberos.ldif'

all software have been installed using "yum install ipa-server"

Version-Release number of selected component (if applicable):
ipa-server-0.99-11.fc9.i386

How reproducible:
ipa-server-install

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Thorsten Scherf 2008-03-13 17:14:38 UTC
get this when trying to call /usr/sbin/setup-ds.pl manually:

[root@fedora ~]# /usr/sbin/setup-ds.pl
Can't locate Mozilla/LDAP/Conn.pm in @INC (@INC contains: /usr/lib/dirsrv/perl
/usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0
/usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6
/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl .) at
/usr/lib/dirsrv/perl/Setup.pm line 62.
BEGIN failed--compilation aborted at /usr/lib/dirsrv/perl/Setup.pm line 62.
Compilation failed in require at /usr/sbin/setup-ds.pl line 44.
BEGIN failed--compilation aborted at /usr/sbin/setup-ds.pl line 44.


Comment 2 Rob Crittenden 2008-03-13 17:28:15 UTC
Try updating perl-Mozilla-LDAP-1.5.2-4.fc9.1

Comment 3 Thorsten Scherf 2008-03-13 20:00:25 UTC
that fixed it.

but here is another one after calling ipa-server-install I now got this:

[4/16]: enabling memberof plugin
root        : CRITICAL Failed to load memberof-conf.ldif: Command
'/usr/bin/ldapmodify -h 127.0.0.1 -xv -D cn=Directory Manager -w redhat--- -f
/usr/share/ipa/memberof-conf.ldif' returned non-zero exit status 49
  [5/16]: enabling referential integrity plugin
root        : CRITICAL Failed to load referint-conf.ldif: Command
'/usr/bin/ldapmodify -h 127.0.0.1 -xv -D cn=Directory Manager -w redhat--- -f
/usr/share/ipa/referint-conf.ldif' returned non-zero exit status 49
  [6/16]: enabling distributed numeric assignment plugin
root        : CRITICAL Failed to load dna-conf.ldif: Command
'/usr/bin/ldapmodify -h 127.0.0.1 -xv -D cn=Directory Manager -w redhat--- -f
/usr/share/ipa/dna-conf.ldif' returned non-zero exit status 49
  [7/16]: configuring uniqueness plugin
root        : CRITICAL Failed to load unique-attributes.ldif: Command
'/usr/bin/ldapmodify -h 127.0.0.1 -xv -D cn=Directory Manager -w redhat--- -f
/tmp/tmp1SuSax' returned non-zero exit status 49
  [8/16]: creating indices
root        : CRITICAL Failed to load indices.ldif: Command '/usr/bin/ldapmodify
-h 127.0.0.1 -xv -D cn=Directory Manager -w redhat--- -f
/usr/share/ipa/indices.ldif' returned non-zero exit status 49
  [9/16]: configuring ssl for ds instance
Unexpected error - see ipaserver-install.log for details:
 {'desc': 'Invalid credentials'}



Comment 4 Thorsten Scherf 2008-03-13 20:24:23 UTC
using "Directory Manager" as cn instead of Directory Manager shows up "invalid
credentials". looks like the account hasn't been created correctly?


Comment 5 Thorsten Scherf 2008-03-13 21:14:18 UTC
the ldapmodify above worked when manually setting the directory manager pw to a
CLEAR pw in dse.ldif. looks like the password is not handled correctly by
ipa-server-install.


Comment 6 Bug Zapper 2008-05-14 06:01:41 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 7 Bug Zapper 2009-06-09 23:45:20 UTC
This message is a reminder that Fedora 9 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 9.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '9'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 9's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 9 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 8 Bug Zapper 2009-07-15 08:19:23 UTC
Fedora 9 changed to end-of-life (EOL) status on 2009-07-10. Fedora 9 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


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