Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New exec_child_ex command log messages #7778

Open
opoplawski opened this issue Dec 19, 2024 · 2 comments
Open

New exec_child_ex command log messages #7778

opoplawski opened this issue Dec 19, 2024 · 2 comments

Comments

@opoplawski
Copy link

With the update to 2.9.6-1.el9 I'm starting to see these messages logged at the info level:

sssd[299814]: exec_child_ex command: [/usr/libexec/sssd/p11_child]  /usr/libexec/sssd/p11_child --dumpable=1 --debug-microseconds=0 --debug-timestamps=1 --debug-fd=24 --backtrace=1 --debug-level=0x2f7f0 --pre --verify soft_ocsp --ca_db /etc/sssd/pki/sssd_auth_ca_db.pem --chain-id 4

Is that really desired?

sssd is running at debug_level 5.

@alexey-tikhonov
Copy link
Member

'Function data' level. Why not?

@sumit-bose
Copy link
Contributor

'Function data' level. Why not?

Hi,

I think this is about https://github.com/SSSD/sssd/blob/master/src/util/child_common.c#L864 and I guess that it is written in the system logs.

@thalman, it looks like log_child_command() is only called before execve() in exec_child_ex() where there are still a couple of DEBUG() calls. So I guess DEBUG() can still be used in log_child_command() as well?

bye,
Sumit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants