[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd shuts down for no reason



Hallvard Breien Furuseth wrote:
On Sat, 2014-03-15 at 17:09 +0100, Christian Kratzer wrote:
The message:

  	Mar 15 07:06:25 ldap1 slapd[2798]: daemon: shutdown requested and initiated.

you are sseing is from slapd receiving a HUP signal, so something must be sending it.

HUP, INT, TERM or TRAP.  TRAP is for debugging, not sure
why that's included.
Or SIGBREAK if it is defined and HAVE_NT_SERVICE_MANAGER
is not.  Looks like some Windows thing.  Maybe it should
only be included if defined(HAVE_NT_SERVICE_MANAGER).

I think you've misread something, SIGBREAK is already #if defined(HAVE_NT_SERVICE_MANAGER).

--
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/