Anthony Giggins wrote:
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:Try starting the setver in debug mode /usr/lib/dirsrv/slapd-instance/start-slapd -d 1Nope 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 1Appears 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)
echo tmpfs /dev/shm tmpfs defaults 0 0 >> /etc/fstab mount /dev/shm run the serverIf 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@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users
<<attachment: smime.p7s>>
-- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users