sjanssen15 opened a new issue, #10667: URL: https://github.com/apache/cloudstack/issues/10667
### problem When following the[ install guide on KVM hypervisors](https://docs.cloudstack.apache.org/en/4.20.0.0/installguide/hypervisor/kvm.html), it says at point 2 to mask certain systemd services for RHEL 8 / CentOS 8 / SUSE. However, when following this guide on Ubuntu 24.04, starting libvirtd will fail with an error. When masking these services it doesn't fail. ### versions CloudStack is not yet installed, but trying version 4.20.0.0 install guide OS: 24.04.2 Kernel: 6.8.0-57-generic libvirtd: 10.0.0, package 10.0.0-2ubuntu8.6 cloudstack-agent: noble/4.20.0.0 ### The steps to reproduce the bug 1. [Follow guide](https://docs.cloudstack.apache.org/en/4.20.0.0/installguide/hypervisor/kvm.html) up till end of "Install and Configure libvirt" 2. Try to restart libvirtd 3. See following error in libvirtd service `--listen parameter not permitted with systemd activation sockets, see 'man libvirtd' for further guidance` ### What to do about it? Execute the systemctl mask command from the guide on Ubuntu 24.04.02 in order to make it start. `systemctl mask libvirtd.socket libvirtd-ro.socket libvirtd-admin.socket libvirtd-tls.socket libvirtd-tcp.socket ` -- 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: commits-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org