RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2109958 - Changelog5 linter produces a message on stderr
Summary: Changelog5 linter produces a message on stderr
Keywords:
Status: CLOSED DUPLICATE of bug 2115254
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: 389-ds-base
Version: 8.7
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: 8.8
Assignee: LDAP Maintainers
QA Contact: RHDS QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-07-22 14:23 UTC by Rob Crittenden
Modified: 2022-10-12 15:21 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-10-12 15:21:16 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-128751 0 None None None 2022-07-22 14:26:31 UTC

Description Rob Crittenden 2022-07-22 14:23:47 UTC
Description of problem:

Seen within ipa-healthcheck:
# ipa-healthcheck --debug --source ipahealthcheck.ds --check ReplicationChangelogCheck

Calling check <ipahealthcheck.ds.replication.ReplicationChangelogCheck object at 0x7f2c66819ba8>
args=({'msgtype': 101, 'msgid': 3, 'result': 32, 'desc': 'No such object', 'ctrls': [], 'ldap_request': "search_ext_s(('cn=changelog5,cn=config', 0, '(objectClass=*)'),{'attrlist': ['nsslapd-changelogmaxentries'], 'serverctrls': None, 'clientctrls': None, 'escapehatch': 'i am sure'}) on instance EXAMPLE-TEST"},)
[]

This doesn't affect behavior. No failures are reported but this is a pretty scary message for end-users to see. All-in-all it's just an LDAP 32 so its no big deal but people will notice.

I did a little digging to see what generates it but didn't go further than this.

(Pdb) s
> /usr/lib/python3.6/site-packages/lib389/replica.py(1073)_lint_cl_trimming()
-> if self.get_attr_val_utf8('nsslapd-changelogmaxentries') is None and \
(Pdb) n
args=({'msgtype': 101, 'msgid': 3, 'result': 32, 'desc': 'No such object', 'ctrls': [], 'ldap_request': "search_ext_s(('cn=changelog5,cn=config', 0, '(objectClass=*)'),{'attrlist': ['nsslapd-changelogmaxentries'], 'serverctrls': None, 'clientctrls': None, 'escapehatch': 'i am sure'}) on instance EXAMPLE-TEST"},)
ldap.NO_SUCH_OBJECT: {'msgtype': 101, 'msgid': 3, 'result': 32, 'desc': 'No such object', 'ctrls': [], 'ldap_request': "search_ext_s(('cn=changelog5,cn=config', 0, '(objectClass=*)'),{'attrlist': ['nsslapd-changelogmaxentries'], 'serverctrls': None, 'clientctrls': None, 'escapehatch': 'i am sure'}) on instance EXAMPLE-TEST"}

Version-Release number of selected component (if applicable):

389-ds-base-1.4.3.30-3.module+el8.7.0+15600+347cafc6.x86_64
ipa-healthcheck-0.7-14.module+el8.7.0+15352+88b578e5.noarch
ipa-server-4.9.8-8.module+el8.7.0+14711+1e093de3.x86_64

How reproducible:

Every time

Steps to Reproduce:
1. ipa-server-install -a password -p password -r EXAMPLE.TEST -U --setup-dns --allow-zone-overlap --no-forwarders -N --auto-reverse --hostname ipa.example.test
2. ipa-healthcheck --source ipahealthcheck.ds --check ReplicationChangelogCheck

Comment 1 mreynolds 2022-10-12 15:21:16 UTC
Closing as duplicate of 2115254

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


Note You need to log in before you can comment on or make changes to this bug.