small corrections

This commit is contained in:
2023-10-19 16:03:46 +02:00
parent 25675214e8
commit 984207156e
+2 -2
View File
@@ -45,7 +45,7 @@ When debugging an PAM issue with the RedHat support, they provided us a neat Sys
For other PAM functions or other processes this script would need changes.
In order to run it, you need to have the debug rpms enabled. In our RHEL8 you can do that manually by setting in
/etc/yum.repos.d/rhel8_baseos_debug.repo and /etc/yum.repos.d/rhel8_appstream_debug.repo `enabled = 1`. It will then be reset with the next Puppet run.
`/etc/yum.repos.d/rhel8_baseos_debug.repo` and `/etc/yum.repos.d/rhel8_appstream_debug.repo` `enabled = 1`. It will then be reset with the next Puppet run.
Then install `systemtap` and `yum-utils`.
@@ -53,5 +53,5 @@ Finally a
```
stap -x $PID -v ./para-callgraph-pam.stp
```
will make the systemtab script observe the given process `$PID`. On the first run it will fail and tell what debug packages it needs to have installed.
will make the Systemtab script observe the given process `$PID`. On the first run it will fail and tell what debug packages it needs to have installed.