Have you tried disabling selinux? 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=36933 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
