Changes

From SME Server
Jump to navigationJump to search
335 bytes removed ,  08:27, 9 February 2013
no edit summary
Line 78: Line 78:       −
==== Disable SELinux ====
+
==== Disable / Remove SELinux ====
 
It will be easier to see what's going on (and turn off selinux at kernel level, just to be sure)
 
It will be easier to see what's going on (and turn off selinux at kernel level, just to be sure)
 
<syntaxhighlight lang="Bash">
 
<syntaxhighlight lang="Bash">
 
sed -i -e 's/rhgb quiet/selinux=0/g' /boot/grub/grub.conf
 
sed -i -e 's/rhgb quiet/selinux=0/g' /boot/grub/grub.conf
 +
 
sed -i -e 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
 
sed -i -e 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
</syntaxhighlight>
      +
yum remove selinux-policy-targeted
   −
==== Remove selinux-policy-targeted ====
+
setenforce 0
They conflict with some e-smith/smeserver packages
  −
<syntaxhighlight lang="Bash">
  −
yum remove selinux-policy-targeted
   
</syntaxhighlight>
 
</syntaxhighlight>
  −
==reboot==
  −
I think a reboot is in order here, to boot with selinux disabled.  That is what i did anyways....Greg
  −
* Wouldn't <syntaxhighlight lang="Bash">setenforce 0</syntaxhighlight> do the job instead of a reboot?
      
== Configure basic requirements ==
 
== Configure basic requirements ==

Navigation menu