diff --git a/admin-guide/troubleshooting/pam.md b/admin-guide/troubleshooting/pam.md index 63f7d8f1..971e9941 100644 --- a/admin-guide/troubleshooting/pam.md +++ b/admin-guide/troubleshooting/pam.md @@ -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.