Bug 975017
| Summary: | ipactl status returns wrong status of Directory Service | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Sekletar <msekleta> |
| Component: | freeipa | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | abokovoy, mkosek, rcritten, ssorce |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | freeipa-3.2.2-1.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-26 00:33:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Michal Sekletar
2013-06-17 12:31:19 UTC
Description of problem: ipactl status returns wrong status of Directory Service Version-Release number of selected component (if applicable): freeipa-server-3.2.1-1.fc19.x86_64 How reproducible: always Steps to Reproduce: 1. incorectly configure Directory Service 2. ipactl start 3. ipactl status Actual results: Directory Service: RUNNING Expected results: ipactl should inform about actual state of Directory Service, which is failed in case of wrong configuration. Additional info: ipactl should check state of systemd unit representing Directory Service instance for configured realm instead it checks state of dirsrv.target unit. Right. As we discussed, IPA now calls "/bin/systemctl is-active dirsrv.target" while it should rather call "/bin/systemctl is-active dirsrv@IPA-REALM". I will open an upstream ticket. Upstream ticket: https://fedorahosted.org/freeipa/ticket/3730 Fixed upstream: master: 3b93df4e4e4035fb9bb1c3a97673ddcaa4a582a0 ipa-3-2: 219fd1abd38f496c3097e732ec495916ed37f4d6 freeipa-3.2.2-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/freeipa-3.2.2-1.fc19 Package freeipa-3.2.2-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing freeipa-3.2.2-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-13224/freeipa-3.2.2-1.fc19 then log in and leave karma (feedback). freeipa-3.2.2-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |