mikeruss wrote:
> 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

A less invasive way of trying it without SELinux is to execute:

setenforce 0

...and then start slimserver.

Better yet, install audit (if not already installed):

yum install audit
service auditd start
chkconfig auditd on

Start slimserver, and check /var/log/audit/audit.log for errors. e.g.:

audit2allow -i /var/log/audit/audit.log -l

R.

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to