Bug 43329 - slapd graceful-restart does not work
slapd graceful-restart does not work
Status: RESOLVED DUPLICATE of bug 43313
Product: UCS
Classification: Unclassified
Component: LDAP
UCS 4.2
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-01-12 06:12 CET by Stefan Gohmann
Modified: 2018-04-14 13:43 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2017-01-12 06:12:42 CET
The slapd does not run after a graceful-restart:

root@master211:~# pidof slapd
18485
root@master211:~# /etc/init.d/slapd graceful-restart 
[info] Initiating graceful reload of ldap server(s).
[ ok ] Sending HUP to ldap server(s): slapd ...done.
[ ok ] Starting slapd (via systemctl): slapd.service.
root@master211:~# pidof slapd
root@master211:~# /etc/init.d/slapd restart 
[ ok ] Restarting slapd (via systemctl): slapd.service.
root@master211:~# pidof slapd
18743
root@master211:~#

This blocks the first Jenkins tests.
Comment 1 Stefan Gohmann univentionstaff 2017-01-12 06:14:47 CET
As a temporary workaround:

r75700:
* Replace the graceful-restart and graceful-stop with restart and stop
  in order to get the first UCS 4.2 preview tests working (Bug #43329)
Comment 2 Stefan Gohmann univentionstaff 2017-01-12 06:31:30 CET

*** This bug has been marked as a duplicate of bug 43313 ***