sudo87 commented on issue #10: URL: https://github.com/apache/cloudstack-installer/issues/10#issuecomment-5224315916
@Marco1221 which ACS version did you try to install? I was able to install ACS 4.22 without any issue on Ubuntu 22.04.5 LTS ``` root@abc:~# cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.5 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.5 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy root@abc:~# systemctl status cloudstack-management ● cloudstack-management.service - CloudStack Management Server Loaded: loaded (/lib/systemd/system/cloudstack-management.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2026-08-08 03:25:21 UTC; 5min ago Main PID: 26151 (java) Tasks: 231 (limit: 11504) Memory: 1.4G CPU: 1min 39.311s CGroup: /system.slice/cloudstack-management.service └─26151 /usr/bin/java -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers -Djava.awt.headless=true -Xmx2G -XX:+UseParallelGC -XX:MaxGCPauseMillis=500 -XX:+HeapDumpOnOutOf> ``` <img width="2914" height="1640" alt="Image" src="https://github.com/user-attachments/assets/9abd4692-a0f7-49a4-84e4-2d43cfd6849a" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
