GitHub user weizhouapache added a comment to the discussion: Management Server fails to start on new install
@rastopato the issue is caused by ``` sudo: a password is required ``` can you update sudoers file to allow `cloud` user to run commands without password prompt ? for example ``` cloud ALL=(ALL) NOPASSWD:ALL ``` or update the file `/etc/sudoers.d/cloudstack-management` GitHub link: https://github.com/apache/cloudstack/discussions/11672#discussioncomment-14439992 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
