Bug 1780510
Summary: | Source 'ipahealthcheck.ipa.topology' not found is displayed when ipactl service is stopped | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Sudhir Menon <sumenon> |
Component: | ipa-healthcheck | Assignee: | Rob Crittenden <rcritten> |
Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.1 | CC: | fcami, ksiddiqu, ndehadra, ssidhaye |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ipa-healthcheck-0.7-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-18 15:47:50 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
Sudhir Menon
2019-12-06 09:03:20 UTC
The behaviour seems to be the same when dirsrv instance is not running and the checks require the service to be running. [root@master ~]# ipa-healthcheck --source ipahealthcheck.dogtag.ca --check DogtagCertsConnectivityCheck --debug Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index' Failed to connect to LDAP: cannot connect to 'ldapi://%2Fvar%2Frun%2Fslapd-RHEL81-TEST.socket': Connection refused Skipping ipahealthcheck.dogtag.ca:DogtagCertsConnectivityCheck because dirsrv service(s) not running Check 'DogtagCertsConnectivityCheck' not found in Source 'ipahealthcheck.dogtag.ca' Fixed in upstream: 1fedf08a6de405b87897c4b7ed30f62cae88cd47 Build used for verification: ipa-client-4.9.0-0.5.rc3.module+el8.4.0+9124+ced20601.x86_64 ipa-client-common-4.9.0-0.5.rc3.module+el8.4.0+9124+ced20601.noarch ipa-common-4.9.0-0.5.rc3.module+el8.4.0+9124+ced20601.noarch ipa-healthcheck-0.7-3.module+el8.4.0+9007+5084bdd8.noarch ipa-healthcheck-core-0.7-3.module+el8.4.0+9007+5084bdd8.noarch ipa-selinux-4.9.0-0.5.rc3.module+el8.4.0+9124+ced20601.noarch ipa-server-4.9.0-0.5.rc3.module+el8.4.0+9124+ced20601.x86_64 ipa-server-common-4.9.0-0.5.rc3.module+el8.4.0+9124+ced20601.noarch ipa-server-dns-4.9.0-0.5.rc3.module+el8.4.0+9124+ced20601.noarch ipa-server-trust-ad-4.9.0-0.5.rc3.module+el8.4.0+9124+ced20601.x86_64 test_integration/test_ipahealthcheck.py::TestIpaHealthCheck::test_ipahealthcheck_topology_with_ipactl_stop PASSED [ 34%] ------------------------------ Captured log setup ------------------------------ transport.py 391 INFO RUN ['ipactl', 'stop'] transport.py 513 DEBUG RUN ['ipactl', 'stop'] transport.py 558 DEBUG ipa: INFO: The ipactl command was successful transport.py 558 DEBUG Stopping ipa-dnskeysyncd Service transport.py 558 DEBUG Stopping ipa-otpd Service transport.py 558 DEBUG Stopping pki-tomcatd Service transport.py 558 DEBUG Stopping ipa-custodia Service transport.py 558 DEBUG Stopping httpd Service transport.py 558 DEBUG Stopping named Service transport.py 558 DEBUG Stopping kadmin Service transport.py 558 DEBUG Stopping krb5kdc Service transport.py 558 DEBUG Stopping Directory Service transport.py 217 DEBUG Exit code: 0 ------------------------------ Captured log call ------------------------------- transport.py 391 INFO RUN ['ipa-healthcheck', '--source', 'ipahealthcheck.ipa.topology', '--debug'] transport.py 513 DEBUG RUN ['ipa-healthcheck', '--source', 'ipahealthcheck.ipa.topology', '--debug'] transport.py 558 DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state' transport.py 558 DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state' transport.py 558 DEBUG Source 'ipahealthcheck.ipa.topology' is missing one or more requirements 'dirsrv' transport.py 217 DEBUG Exit code: 1 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: idm:DL1 and idm:client security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:1846 |