Difference between revisions of "Psmon"

From Atomicorp Wiki
Jump to: navigation, search
(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
  
3) Remove the packaage:
+
 
 +
4) Remove the packaage:
 +
 
 
rpm -e psmon --nodeps
 
rpm -e psmon --nodeps

Revision as of 11: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

Personal tools