Issue
When running cldeploy, you get a warning
You have users in group clsudoers or clsupergid or in both groups
Environment
- CloudLinux
Solution
1. Please check if there are users in mentioned groups by running the following command:
egrep 'clsudoers|clsupergid' /etc/group
2. Remove them by running the following command:
gpasswd -d user group
Or
usermod -a -G group user
3. Then remove the server from CLN and start the installation again.
Cause
Misconfiguration in user groups.
Comments
0 comments
Please sign in to leave a comment.