Permission or connection problems
An error related to permission or connection problems when starting Cloudbreak.
Error: An error related to permission or connection problems when starting Cloudbreak.
Solution: The most common reason for this typo of error is that SELinux is enabled. To solve it:
- Disable
SELINUX:
setenforce 0 sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
- Ensure the SELinux is not turned on
afterwards:
sestatus | grep -i mode Current mode: permissive Mode from config file: permissive