Anthony Giggins wrote: >> Try starting the setver in debug mode >> /usr/lib/dirsrv/slapd-instance/start-slapd -d 1 >> > > Nope that doesn't work but as it's a 64bit virtual instance the command > below seems to work > > /usr/lib64/dirsrv/slapd-sso/start-slapd -d 1 > > Appears to work up until > > [05/May/2009:20:04:33 -0400] - add_created_attrs > [05/May/2009:20:04:33 -0400] - => send_ldap_result 0:: > [05/May/2009:20:04:33 -0400] - <= send_ldap_result > [05/May/2009:20:04:33 -0400] - Fedora-Directory/1.2.0 B2009.091.197 > starting up > [05/May/2009:20:04:33 -0400] - Failed to create semaphore for stats file > (/var/run/dirsrv/slapd-sso.stats). Error 38.(Function not implemented) > Are you attempting to run in a VM or in some sort of chroot environment? I've seen this before when running the directory server in a chroot. This is what I had to do: echo tmpfs /dev/shm tmpfs defaults 0 0 >> /etc/fstab mount /dev/shm run the server If you are using a chroot (e.g. mock) you must do the mount /dev/shm in the same chroot "session" - it does not persist. > > > -- > Fedora-directory-users mailing list > Fedora-directory-users at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3258 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.fedoraproject.org/pipermail/389-users/attachments/20090505/83e74981/attachment.bin