Solution steps:
1.Check Base_dir Permission.
2. Disable SELinux.
The
sestatus
command returns the SELinux status and the SELinux policy being used:
root$ sestatus
SELinux status: enabled SELinuxfs mount: /selinux Current mode: enforcing Mode from config file: enforcing Policy version: 24 Policy from config file: targeted
On systems with SELinux disabled, the SELINUX=disabled
option is configured in
root$ vi
/etc/selinux/config
edit this file
SELINUX=disabled
save it.
SELINUXTYPE=targeted
Also, the
getenforce
command returns Disabled
:
root$ getenforce
Disabled
No comments:
Post a Comment