URL: https://github.com/SSSD/sssd/pull/5863
Title: #5863: Responder and Child process tevent chain id improvements

justin-stephenson commented:
"""
> ```
> [root@master1 /]# sssctl analyze request list -v
> NOTE: Tevent chain ID support missing, request analysis will be limited.
> It is recommended to use the --logdir option against tevent chain ID 
> supported SSSD logs.
> 2021-12-17  8:09:10: [uid 0] CID #: getent
>    - User by name
> Traceback (most recent call last):
>   File "/usr/libexec/sssd/sss_analyze", line 5, in <module>
>     sss_analyze.run()
>   File "/usr/lib/python3/site-packages/sssd/sss_analyze.py", line 104, in run
>     analyzer.main()
>   File "/usr/lib/python3/site-packages/sssd/sss_analyze.py", line 99, in main
>     args.func(args)
>   File "/usr/lib/python3/site-packages/sssd/modules/request.py", line 231, in 
> list_requests
>     self.print_formatted(line, args.verbose)
>   File "/usr/lib/python3/site-packages/sssd/modules/request.py", line 168, in 
> print_formatted
>     cr_field = fields[3][7:]
> IndexError: list index out of range
> Command '/usr/libexec/sssd/sss_analyze' failed with [1]
> ```

@stanislavlevin Does your distribution provide a recent 
[libtevent](https://tevent.samba.org/) package ?

The analyzer tool is effectively useless without tevent chain ID support. We do 
not handle this case well inside analyzer code, perhaps we just return 
gracefully and print a stronger error message in this situation. 
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/5863#issuecomment-996720068
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to