[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: openLDAP with Berkeley DB - "Permission denied" problems after setting different data and log directories in DB_CONFIG
- To: Francesco Cicolani <francescocicolani@yahoo.it>, <klaus.lemkau@tu-berlin.de>
- Subject: RE: openLDAP with Berkeley DB - "Permission denied" problems after setting different data and log directories in DB_CONFIG
- From: Brett Maxfield <brett.maxfield@gmail.com>
- Date: Tue, 16 Jun 2009 09:24:48 +1000
- Cc: openldap-technical@openldap.org
- Content-class:
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:mime-version :content-class:from:subject:date:importance:x-priority:to:cc :content-transfer-encoding:content-type; bh=ymJlK0tkK53SwrBt/4CN7bQbuSNIEFo3T2Y+bQjIMtI=; b=aP883hpHBr3H1L9os7AE3jenBkcJHeTOcOJMI5lUbId3fIw0hFATw1m5/R6dyaXzum RB4C16XAVWVU/GgFaUfYOHoSurPy4maPPb3lIEsJNhFIZajH52CBSQ/2bNI1JUMu967L au1Q2B41ujwLEaBQ5fgzk9/nOVHPbrqAiv79Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:mime-version:content-class:from:subject:date:importance :x-priority:to:cc:content-transfer-encoding:content-type; b=VLUlQAeHXHP44BI1y3r9szThUCjnsb6PLve6D44S10gTGozjPwLe+bLrREYjifw2Z9 jy8wmvZiLUTcxs2TOZsBxycBignSdBlz1vJBTJpeUnNyUJYMtyeWyWkTJcqKEfkG7D9D 3Ba7ViUPBJLPdG/dRND2C/ftwDgqvFt9ZMJpc=
- Importance: normal
I checked ownership and permissions on /var/lib/ldap:
francesco@bob:/var/lib$ ls -l | grep ldap
drwxr-xr-x 5 openldap openldap 4096 2009-06-15 17:03 ldap
--=--
Have you run the process under strace(linux) or truss (solaris) as that will give you the exact file/path failing..
Perhaps it is writing files outside the directories you have prepared?