Troubleshooting Cloudbreak
Also available as:
PDF

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:

  1. Disable SELINUX:
    setenforce 0
    sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
  2. Ensure the SELinux is not turned on afterwards:
    sestatus | grep -i mode
    Current mode:                   permissive
    Mode from config file:          permissive