Hi 
Chris and all,<br><br>I too struggled for the same problem for almost 4 months. I googled several times to find any solution.<br><br>At last I discovered a link  <span class="serendipity_footer_postedby">Posted by <a href="http://blog.adslweb.net/serendipity/authors/1-Pieter-de-Rijk">Pieter de Rijk</a></span>
                        . I must say thanks to this gentleman who did a splendid job to pinpoint the error.<br><br><br>getting hint from this link what I did is:<br><br>1. disabled SELinux<br>2. created a user (and default group)  fedora-ds<br>
3. installed fedora-ds using yum.<br>4. changed the ownership of /var/run/dirsrv to fedora-ds<br>     # chwon -R fedora-ds:fedora-ds  /var/run/dirsrv<br>5. started installation with setup-ds-admin.pl.<br>6. entered fedora-ds  as user and group name when prompted by the installer..<br>
7. Hurray!!! my installation was successfull.<br><br>I had repeated this procedure several times on vmware virtual machines runing fedora9 and fedora8. <br><br><br>May I bring this issue to the notice of development team that the file permission of /var/run/dirsrv is an issue to be looked into.<br>
The authentic reason for this can be fond in Mr <span class="serendipity_footer_postedby"><a href="http://blog.adslweb.net/serendipity/authors/1-Pieter-de-Rijk">Pieter de Rijk</a></span>'s work. at <a href="http://blog.adslweb.net/serendipity/article/244/Fedora-directory-server">http://blog.adslweb.net/serendipity/article/244/Fedora-directory-server</a><br>
<br>Prabhat<br><br><br><br><br><div class="gmail_quote">On Fri, Nov 14, 2008 at 8:13 PM, Christopher Waltham <span dir="ltr"><<a href="mailto:cwaltham@bowdoin.edu">cwaltham@bowdoin.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm using RHEL5.2 (i386) and installing RPMs from the FDS repository that's mentioned on the FDS wiki. But I'm having trouble configuring FDS 1.1.3 due to errors that I believe are related to permissions on /var/run/dirsrv.<br>

<br>
Before installing DS, here are the permission on /var/run/dirsrv:<br>
<br>
[root@falls ~]# ls -ald /var/run/dirsrv<br>
drwxr-xr-x 3 root root 4096 Nov 14 09:24 /var/run/dirsrv<br>
<br>
When finishing the end of setup-ds-admin.pl, I see these messages:<br>
<br>
Are you ready to set up your servers? [yes]:<br>
Creating directory server . . .<br>
Server failed to start !!! Please check errors log for problems<br>
Possible timeout starting server: timeout=1226673415 now=1226673416<br>
Could not start the directory server using command '/usr/lib/dirsrv/slapd-falls/start-slapd'.  The last line from the error log was '[14/Nov/2008:09:26:55 -0500] - Fedora-Directory/1.1.3 B2008.269.157 starting up<br>

'.  Error: Unknown error 256<br>
Error: Could not create directory server instance 'falls'.<br>
Exiting . . .<br>
Log file is '/tmp/setupblsNWZ.log'<br>
<br>
There is nothing else of relevance in either /tmp/setupblsNWZ.log or /var/log/dirsrv/slapd-falls/errors<br>
<br>
If I try and start the directory server after the installation failed, I get this error:<br>
<br>
[root@falls ~]# /etc/init.d/dirsrv start<br>
Starting dirsrv:<br>
    falls...                                               [FAILED]<br>
*** Warning: 1 instance(s) failed to start<br>
<br>
If I manually chmod & chown the /var/run/dirsrv directory, it will start:<br>
<br>
[root@falls ~]# chmod 770 /var/run/dirsrv && chown nobody:nobody /var/run/dirsrv<br>
[root@falls ~]# /etc/init.d/dirsrv start<br>
Starting dirsrv:<br>
    falls...                                               [  OK  ]<br>
<br>
However, because the setup-ds-admin.pl process never completed, the admin server hasn't been configured (and I don't want to have to do that by hand). Note that I am using nobody:nobody in the FDS installer when asked who I want to run the services as.<br>

<br>
When I manually ( chmod 770 /var/run/dirsrv && chown nobody:nobody /var/run/dirsrv ) *before* I run setup-ds-admin.pl I get this error:<br>
<br>
[08/11/14:09:00:33] - [Setup] Info Are you ready to set up your servers?<br>
[08/11/14:09:00:34] - [Setup] Info yes<br>
[08/11/14:09:00:34] - [Setup] Info Creating directory server . . .<br>
[08/11/14:09:00:36] - [Setup] Info Your new DS instance 'ldap' was successfully created.<br>
[08/11/14:09:00:36] - [Setup] Info Creating the configuration directory server . . .<br>
[08/11/14:09:00:36] - [Setup] Fatal The suffix 'o=NetscapeRoot' already exists.  Config entry DN 'cn="o=NetscapeRoot",cn=mapping tree,cn=config'.<br>
<br>
[08/11/14:09:00:36] - [Setup] Fatal Failed to create the configuration directory server<br>
[08/11/14:09:00:36] - [Setup] Fatal Exiting . . .<br>
<br>
Any thoughts? This is getting pretty frustrating :-\<br>
<br>
Thanks,<br>
<br>
<br>
Chris<br><font color="#888888">
<br>
--<br>
Fedora-directory-users mailing list<br>
<a href="mailto:Fedora-directory-users@redhat.com" target="_blank">Fedora-directory-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br>
</font></blockquote></div><br>