#4632 ipactl stop probably should stop dirsrv last
Closed: Fixed None Opened 9 years ago by adelton.

Since ipactl start starts dirsrv first, the stop operation should keep dirsrv running the longest.

There are some weird interactions possible when dirsrv is not around and other FreeIPA services are (for example see https://fedorahosted.org/bind-dyndb-ldap/ticket/140).

Also, looking at the source of ./install/tools/ipactl, ipa_stop stops all the services but dirsrv in the reverse order

      for svc in reversed(svc_list):

Makes sense to me. Please note that whole ipactl may be deprecated by #4552.

To avoid any surprises during stopping IPA, we should fix this one early.

master:

  • 9335552 Stop dirsrv last in ipactl stop.

ipa-4-1:

  • 25abb11 Stop dirsrv last in ipactl stop.

Metadata Update from @adelton:
- Issue assigned to dkupka
- Issue set to the milestone: FreeIPA 4.1.1

7 years ago

Login to comment on this ticket.

Metadata