shibd might be started too early on openSUSE/SLES

Description

The openSUSE/SLES shibd init script is called very early in the start sequence, usually before/in parallel to syslog and before ntp, because only the network is required to be started before it (# Required-Start: network). To avoid possible problems shibd should be started later. This can be achieved by using dependencies similar to those in the apache2 init script:

  1. Required-Start: $local_fs $remote_fs $network

  2. Should-Start: $time

  3. Should-Stop: $time

  4. Required-Stop: $local_fs $remote_fs $network

  5. Default-Start: 3 5

  6. Default-Stop: 0 1 2 6

Environment

openSUSE/SLES

Activity

Scott Cantor November 20, 2009 at 3:43 PM

http://svn.middleware.georgetown.edu/view/cpp-sp?view=rev&revision=3193

Need to test with build service to make sure it doesn't break packaging.

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Created November 6, 2009 at 2:06 PM
Updated December 1, 2009 at 10:49 PM
Resolved November 20, 2009 at 3:43 PM