Bug 2083218
| Summary: | ipa-dnskeysyncd floods /var/log/messages with DEBUG messages | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Rob Crittenden <rcritten> |
| Component: | ipa | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | medium | Docs Contact: | Filip Hanzelka <fhanzelk> |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | brian, fhanzelk, frenaud, ipa-qe, myusuf, rcritten, sumenon, tomek, tscherf |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-4.9.10-1.el9 | Doc Type: | Enhancement |
| Doc Text: |
.The `ipa-dnskeysyncd` and `ipa-ods-exporter` debug messages are no longer logged to /var/log/messages by default
Previously, `ipa-dnskeysyncd`, the service that is responsible for the LDAP-to-OpenDNSSEC synchronization, and `ipa-ods-exporter`, the Identity Management (IdM) OpenDNSSEC exporter service, logged all debug messages to `/var/log/messages` by default. As a consequence, log files grew substantially. With this enhancement, you can configure the log level by setting `debug=True` in the `/etc/ipa/dns.conf` file. For more information, refer to `default.conf(5)`, the man page for the IdM configuration file.
|
Story Points: | --- |
| Clone Of: | 2059396 | Environment: | |
| Last Closed: | 2022-11-15 10:00:08 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: | |||
| Bug Depends On: | 2059396 | ||
| Bug Blocks: | |||
|
Description
Rob Crittenden
2022-05-09 13:30:54 UTC
Fixed upstream master: https://pagure.io/freeipa/c/cef6a90288d9ec0c69f74ddce93db14694ba7a76 Fixed upstream ipa-4-9: https://pagure.io/freeipa/c/c00286462196026337600113119eb5522b96141a [root@master ~]# rpm -qa | grep ipa-server
ipa-server-common-4.10.0-2.el9.noarch
ipa-server-4.10.0-2.el9.x86_64
ipa-server-dns-4.10.0-2.el9.noarch
ipa-server-trust-ad-4.10.0-2.el9.x86_64
Before enabling logs:
[root@master ~]#
[root@master ~]# grep DEBUG /var/log/messages
Jul 12 02:35:00 localhost chronyd[709]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)
Jul 12 02:45:13 localhost chronyd[22474]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)
[root@master ~]# systemctl status ipa-dnskeysyncd
● ipa-dnskeysyncd.service - IPA key daemon
Loaded: loaded (/usr/lib/systemd/system/ipa-dnskeysyncd.service; disabled; vendor preset: disabled)
Active: active (running) since Tue 2022-07-12 02:51:54 EDT; 9min ago
Main PID: 27529 (ipa-dnskeysyncd)
Tasks: 1 (limit: 23381)
Memory: 68.1M
CPU: 3.205s
CGroup: /system.slice/ipa-dnskeysyncd.service
└─27529 /usr/bin/python3 -I /usr/libexec/ipa/ipa-dnskeysyncd
Jul 12 02:51:55 master.testrelm.test python3[27529]: GSSAPI client step 1
Jul 12 02:51:55 master.testrelm.test python3[27529]: GSSAPI client step 2
Jul 12 02:51:55 master.testrelm.test ipa-dnskeysyncd[27529]: ipa-dnskeysyncd: INFO Commencing sync process
Jul 12 02:51:55 master.testrelm.test ipa-dnskeysyncd[27529]: ipaserver.dnssec.keysyncer: INFO Initial LDAP dump is done, s>
Jul 12 02:51:57 master.testrelm.test python3[27535]: Configuration.cpp(96): Missing log.level in configuration. Using default >
Jul 12 02:51:57 master.testrelm.test python3[27535]: Configuration.cpp(96): Missing slots.mechanisms in configuration. Using d>
Jul 12 02:51:57 master.testrelm.test python3[27535]: Configuration.cpp(124): Missing slots.removable in configuration. Using d>
Jul 12 02:51:57 master.testrelm.test python3[27535]: GSSAPI client step 1
Jul 12 02:51:57 master.testrelm.test python3[27535]: GSSAPI client step 1
Jul 12 02:51:57 master.testrelm.test python3[27535]: GSSAPI client step 1
After enabling log level:
[root@master ~]# cat /etc/ipa/dns.conf
[global]
debug = True
[root@master ~]# ipactl restart
Restarting Directory Service
Restarting krb5kdc Service
Restarting kadmin Service
Restarting named Service
Restarting httpd Service
Restarting ipa-custodia Service
Restarting pki-tomcatd Service
Restarting ipa-otpd Service
Restarting ipa-dnskeysyncd Service
ipa: INFO: The ipactl command was successful
[root@master ~]#
[root@master ~]#
[root@master ~]# systemctl status ipa-dnskeysyncd
● ipa-dnskeysyncd.service - IPA key daemon
Loaded: loaded (/usr/lib/systemd/system/ipa-dnskeysyncd.service; disabled; vendor preset: disabled)
Active: active (running) since Tue 2022-07-12 03:03:24 EDT; 3s ago
Main PID: 28286 (ipa-dnskeysyncd)
Tasks: 1 (limit: 23381)
Memory: 68.2M
CPU: 3.277s
CGroup: /system.slice/ipa-dnskeysyncd.service
└─28286 /usr/bin/python3 -I /usr/libexec/ipa/ipa-dnskeysyncd
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG master keys in local HSM: set()
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG master keys in LDAP HSM: set()
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG new master keys in LDAP HSM: set>
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: INFO sync_metadata: keys in local HSM>
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG zone keys in local HSM: set()
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG zone keys in LDAP HSM: set()
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG new zone keys in LDAP HSM: set()
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: INFO sync_metadata: keys in local HSM>
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipaserver.dnssec.bindmgr: DEBUG Key metadata in LDAP: {}
Jul 12 03:03:27 master.testrelm.test ipa-dnskeysyncd[28286]: ipaserver.dnssec.bindmgr: DEBUG Zones modified but skipped dur>
[root@master ~]#
[root@master ~]#
[root@master ~]# grep DEBUG /var/log/messages
Jul 12 02:35:00 localhost chronyd[709]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)
Jul 12 02:45:13 localhost chronyd[22474]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing all plugin modules in ipaserver.plugins...
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.aci
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.automember
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.automount
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.baseldap
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.baseldap is not a valid plugin module
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.baseuser
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.batch
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.ca
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.caacl
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.cert
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.certmap
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.certprofile
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.config
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.delegation
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.dns
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.dnsserver
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.dogtag
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.domainlevel
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.group
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbac
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.hbac is not a valid plugin module
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbacrule
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbacsvc
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbacsvcgroup
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbactest
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.host
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hostgroup
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.idp
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.idrange
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.idviews
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.internal
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.join
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.krbtpolicy
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.ldap2
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.location
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.migration
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.misc
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.netgroup
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.otp
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.otp is not a valid plugin module
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.otpconfig
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.otptoken
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.passwd
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.permission
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.ping
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.pkinit
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.privilege
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.pwpolicy
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.rabase
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.rabase is not a valid plugin module
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.radiusproxy
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.realmdomains
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.role
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.schema
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.selfservice
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.selinuxusermap
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.server
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.serverrole
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.serverroles
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.service
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.servicedelegation
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.session
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.stageuser
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.subid
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.sudo
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.sudo is not a valid plugin module
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.sudocmd
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.sudocmdgroup
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.sudorule
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.topology
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.trust
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.user
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.vault
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.virtual
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.virtual is not a valid plugin module
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.whoami
Jul 12 03:03:24 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.xmlserver
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysyncd: DEBUG Kerberos principal: ipa-dnskeysyncd/master.testrelm.test
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipalib.install.kinit: DEBUG Initializing principal ipa-dnskeysyncd/master.testrelm.test using keytab /etc/ipa/dnssec/ipa-dnskeysyncd.keytab
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipalib.install.kinit: DEBUG using ccache /tmp/ipa-dnskeysyncd.ccache
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipalib.install.kinit: DEBUG Attempt 1/5: success
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysyncd: DEBUG LDAP URL: ldapi://%2Frun%2Fslapd-TESTRELM-TEST.socket/cn%3Ddns%2Cdc%3Dtestrelm%2Cdc%3Dtest??sub?%28%7C%28objectClass%3DidnsZone%29%28objectClass%3DidnsSecKey%29%28objectClass%3Dipk11PublicKey%29%29
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipaserver.dnssec.syncrepl: DEBUG Current cookie is: None (not received yet)
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipaserver.dnssec.syncrepl: DEBUG Detected add of entry: idnsname=testrelm.test.,cn=dns,dc=testrelm,dc=test eff37403-01ae-11ed-beca-effa96b451bf
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipaserver.dnssec.syncrepl: DEBUG Detected add of entry: idnsname=102.0.10.in-addr.arpa.,cn=dns,dc=testrelm,dc=test eff37407-01ae-11ed-beca-effa96b451bf
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipaserver.dnssec.syncrepl: DEBUG Detected add of entry: ipk11UniqueID=f76dbb5e-01ae-11ed-b988-fa163e530c7b,cn=keys,cn=sec,cn=dns,dc=testrelm,dc=test eff3741e-01ae-11ed-beca-effa96b451bf
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipaserver.dnssec.syncrepl: DEBUG New cookie is: master.testrelm.test:389#krbprincipalname=ipa-dnskeysyncd/master.testrelm.test,cn=services,cn=accounts,dc=testrelm,dc=test:cn=dns,dc=testrelm,dc=test:(|(objectClass=idnsZone)(objectClass=idnsSecKey)(objectClass=ipk11PublicKey))#52
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipapython.ipautil: DEBUG Starting external process
Jul 12 03:03:25 localhost ipa-dnskeysyncd[28286]: ipapython.ipautil: DEBUG args=['/usr/libexec/ipa/ipa-dnskeysync-replica']
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipapython.ipautil: DEBUG Process finished, return code=0
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipapython.ipautil: DEBUG stdout=
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipapython.ipautil: DEBUG stderr=ipalib.plugable: DEBUG importing all plugin modules in ipaserver.plugins...
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.aci
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.automember
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.automount
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.baseldap
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.baseldap is not a valid plugin module
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.baseuser
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.batch
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.ca
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.caacl
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.cert
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.certmap
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.certprofile
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.config
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.delegation
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.dns
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.dnsserver
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.dogtag
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.domainlevel
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.group
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbac
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.hbac is not a valid plugin module
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbacrule
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbacsvc
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbacsvcgroup
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hbactest
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.host
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.hostgroup
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.idp
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.idrange
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.idviews
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.internal
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.join
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.krbtpolicy
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.ldap2
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.location
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.migration
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.misc
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.netgroup
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.otp
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.otp is not a valid plugin module
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.otpconfig
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.otptoken
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.passwd
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.permission
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.ping
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.pkinit
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.privilege
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.pwpolicy
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.rabase
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.rabase is not a valid plugin module
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.radiusproxy
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.realmdomains
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.role
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.schema
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.selfservice
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.selinuxusermap
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.server
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.serverrole
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.serverroles
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.service
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.servicedelegation
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.session
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.stageuser
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.subid
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.sudo
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.sudo is not a valid plugin module
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.sudocmd
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.sudocmdgroup
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.sudorule
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.topology
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.trust
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.user
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.vault
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.virtual
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG ipaserver.plugins.virtual is not a valid plugin module
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.whoami
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.plugable: DEBUG importing plugin module ipaserver.plugins.xmlserver
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG Kerberos principal: ipa-dnskeysyncd/master.testrelm.test
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.install.kinit: DEBUG Initializing principal ipa-dnskeysyncd/master.testrelm.test using keytab /etc/ipa/dnssec/ipa-dnskeysyncd.keytab
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.install.kinit: DEBUG using ccache /tmp/ipa-dnskeysync-replica.ccache
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipalib.install.kinit: DEBUG Attempt 1/5: success
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG Got TGT
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG Connecting to LDAP
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG Connected
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG master keys in local HSM: set()
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG master keys in LDAP HSM: set()
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG new master keys in LDAP HSM: set()
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG zone keys in local HSM: set()
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG zone keys in LDAP HSM: set()
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipa-dnskeysync-replica: DEBUG new zone keys in LDAP HSM: set()
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipaserver.dnssec.bindmgr: DEBUG Key metadata in LDAP: {}
Jul 12 03:03:27 localhost ipa-dnskeysyncd[28286]: ipaserver.dnssec.bindmgr: DEBUG Zones modified but skipped during bindmgr.sync: set()
By default DEBUG logs are not logged to /var/log/messages. When enabled logs, it is properly logging. Hence marking the bug as verified.
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 (ipa 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/RHBA-2022:7988 |