Can't start dirsrv service with error "Failed to create semaphore for stats file (/var/run/dirsrv/slapd-hostname.stats). Error 13.(Permission denied)".
Solution
check permission of /dev/shm if it is writable.
ls -l /dev | grep shm
to grant write permission to all users.
chmod 1777 /dev/shm
then try to restart dirsrv service
/etc/init.d/dirsrv restart
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment