Bug 1850961
Summary: | /usr/share/systemtap/tapset/sssd_functions.stp missing a comma | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Alexey Tikhonov <atikhono> |
Component: | sssd | Assignee: | avisiedo <avisiedo> |
Status: | CLOSED ERRATA | QA Contact: | sssd-qe <sssd-qe> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8.2 | CC: | abokovoy, apeetham, atikhono, avisiedo, extras-qa, grajaiya, jhrozek, lslebodn, mcermak, mzidek, pbrezina, rharwood, sbose, sgoveas, ssorce, thalman, tscherf, wcohen |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | sync-to-jira | ||
Fixed In Version: | sssd-2.3.0-3.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1840194 | Environment: | |
Last Closed: | 2020-11-04 02:05:29 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: | 1840194 | ||
Bug Blocks: |
Description
Alexey Tikhonov
2020-06-25 09:30:35 UTC
Pushed PR: https://github.com/SSSD/sssd/pull/5202 * `master` * 66029529fa0f0e2d16999f22294822deeec5f60b - systemtap: Missing a comma *** Bug 1853592 has been marked as a duplicate of this bug. *** Verified the bug on SSSD Version: sssd-2.3.0-3.el8.x86_64 Steps followed during verification: 1. Reproduce Parse error with older version of SSSD. 2. Check the sssd_functions.stp file for the presence of comma. # grep "METHOD_RESOLVER_HANDLER=9" /usr/share/systemtap/tapset/sssd_functions.stp METHOD_RESOLVER_HANDLER=9 METHOD_SENTINEL=10 3. Upgrade the sssd version to latest build. 4. Repeat step-(2) # grep "METHOD_RESOLVER_HANDLER=9" /usr/share/systemtap/tapset/sssd_functions.stp METHOD_RESOLVER_HANDLER=9, METHOD_SENTINEL=10 5. Execute systemtap testsuite with latest sssd build and look for "parse error" in logs. https://beaker.engineering.redhat.com/jobs/4396728 -- GREEN JOB. 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 (sssd 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-2020:4569 |