small corrections
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user