Leaderboard (728 x 90)

Monday, July 8, 2013

Failed to create semaphore for stats file (/var/run/dirsrv/slapd-hostname.stats). Error 13.(Permission denied)

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

No comments:

Post a Comment