MrNone

Active Member
Sep 25, 2004
38
0
156
Hello sir,

Configserver.com firewall say me ;

Code:
WARNING!

On most servers xfs isn't needed and should be stopped:
service xfs stop
chkconfig xfs off
chkconfig --del xfs
What can i do? or What i must do?
 

Attachments

Nhojohl

Well-Known Member
Nov 28, 2006
100
0
166
You can leave it on and it wont hurt anything, it's just a worthless process that you'll probably never use.


Or, if you want to remove it and free up the resources just login to SSH and type the following.

Code:
service xfs stop
chkconfig xfs off
chkconfig --del xfs