Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - expertgeeks

Pages: 1 ... 7 8 [9]
121
Installation and Upgrades / Re: LDAP Resync
« on: October 20, 2011, 06:38:39 pm »
Thanks for your help, I'll give that a try. The howto should also be updated to reflect the changes in function.

122
Installation and Upgrades / [SOLVED] LDAP Resync
« on: October 19, 2011, 09:48:18 am »
Hi,

I'm running Zentyal 2.2 (64 bit) on a recently commissioned server, recently slapd has started using a great deal of processor time and I'm getting many LDAP related messages in the syslog every second;

Code: [Select]
Oct 19 08:33:33 servername slapd[10605]: last message repeated 4 times
Oct 19 08:33:33 servername slapd[10605]: connection_read(28): no connection!
Oct 19 08:33:33 servername slapd[10605]: connection_read(28): no connection!
Oct 19 08:33:33 servername slapd[10605]: <= bdb_equality_candidates: (displayName) not indexed
Oct 19 08:33:33 servername slapd[10605]: last message repeated 4 times
Oct 19 08:33:33 servername slapd[10605]: connection_read(28): no connection!
Oct 19 08:33:33 servername slapd[10605]: last message repeated 4 times
Oct 19 08:33:33 servername slapd[10605]: <= bdb_equality_candidates: (displayName) not indexed
Oct 19 08:33:33 servername slapd[10605]: last message repeated 4 times
Oct 19 08:33:33 servername slapd[10605]: connection_read(28): no connection!
Oct 19 08:33:33 servername slapd[10605]: last message repeated 5 times
Oct 19 08:33:33 servername slapd[10605]: <= bdb_equality_candidates: (displayName) not indexed

After reading around it seems need to re-index the LDAP database http://trac.zentyal.org/wiki/Documentation/Community/HowTo/LDAPoptimization however when I try, none of the commands are recognised;

Code: [Select]
root@servername:/usr/share# sudo stop ebox.slapd-frontend
stop: Unknown instance:

which isn't really surprising as there is no slapd-frontend on the machine (there is the config file though /etc/init/ebox.slapd-frontend.conf ). If I try stopping/starting slapd directly;

Code: [Select]
root@servername:/usr/share# /etc/init.d/slapd stop
Stopping OpenLDAP: slapd.
root@servername:/usr/share# /etc/init.d/slapd start
Not starting slapd: SLAPD_NO_START set in /etc/default/slapd

yet slapd is still running despite having stopped it..

Code: [Select]
openldap 18591 11.0  0.2 370172  9244 ?        Ssl  08:41   0:08 /usr/sbin/slapd -d 0 -h ldap://0.0.0.0/ ldapi://%2fvar%2frun%2fslapd%2fldapi/????x-mod=0777 -u openldap -g openldap -F /etc/ldap/slapd.d/

How can I resolve the problems slapd is having ?! Thanks!

Pages: 1 ... 7 8 [9]