Difference between revisions of "Psmon"
From Atomicorp Wiki
(New page: == Disabling PSMON == 1) edit /etc/asl/config, set the following: PSMON_ENABLED="no" 2) kill the psmon process(es): killall psmon 3) Remove the packaage: rpm -e psmon --nodeps) |
|||
Line 1: | Line 1: | ||
− | |||
== Disabling PSMON == | == Disabling PSMON == | ||
Line 6: | Line 5: | ||
1) edit /etc/asl/config, set the following: | 1) edit /etc/asl/config, set the following: | ||
+ | |||
PSMON_ENABLED="no" | PSMON_ENABLED="no" | ||
− | 2) kill the psmon process(es): | + | 2) Update the security policy: |
+ | |||
+ | asl -s -f | ||
+ | |||
+ | 3) kill the psmon process(es): | ||
+ | |||
killall psmon | killall psmon | ||
− | + | ||
+ | 4) Remove the packaage: | ||
+ | |||
rpm -e psmon --nodeps | rpm -e psmon --nodeps |
Revision as of 10:30, 26 May 2009
Disabling PSMON
1) edit /etc/asl/config, set the following:
PSMON_ENABLED="no"
2) Update the security policy:
asl -s -f
3) kill the psmon process(es):
killall psmon
4) Remove the packaage:
rpm -e psmon --nodeps