All the posts before are correct. What you pay for with RHES and AS etc is support, and more stringent testing - i.e more stable in theory.
You should have no issues, but SELinux can be a pain in the ass. Disable it, I am no fan. Especially if the machine in question is internal facing. FYI I run SS on FC6 - without one issue. ----------- vi etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - SELinux is fully disabled. SELINUX=disabled # SELINUXTYPE= type of policy in use. Possible values are: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted # SETLOCALDEFS= Check local definition changes SETLOCALDEFS=0 -- mikeruss ------------------------------------------------------------------------ mikeruss's Profile: http://forums.slimdevices.com/member.php?userid=9023 View this thread: http://forums.slimdevices.com/showthread.php?t=36888 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
