Mailinglist Archive: opensuse-bugs (4369 mails)

< Previous Next >
[Bug 206823] New: missing network dependency in /etc/init.d/ldap cause ldap server not to start (cannot bind to nework interface)
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 19 Sep 2006 13:54:33 -0600 (MDT)
  • Message-id: <bug-206823-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=206823

Summary: missing network dependency in /etc/init.d/ldap cause
ldap server not to start (cannot bind to nework
interface)
Product: SUSE Linux 10.1
Version: Final
Platform: All
OS/Version: SuSE Linux 10.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: guillaume.sauzon@xxxxxxxxxxxx
QAContact: qa@xxxxxxx


There should be a dependency on the network service with the ldap service.


The slapd (ldap server) cannot otherwise bind to a socket on a non existing
interface.

In other words, the following lines should be in the file: /etc/init.d/ldap
#! /bin/sh
# Copyright (c) 1997-2000 SuSE GmbH Nuernberg, Germany.
# Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany.
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# Author: Carsten Hoeger
# Ralf Haferkamp
#
# /etc/init.d/ldap
#
### BEGIN INIT INFO
# Provides: ldap
# Required-Start: $remote_fs $network
# Required-Stop: $network
# Default-Start: 3 5
# Default-Stop:
# Description: start the OpenLDAP2 Server
### END INIT INFO


Na ja, I'm not sure about the Required-Stop. Anyhow, by me, the missing network
in the Required-Start was causing ldap server not to start !!


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >
Follow Ups