printfdebugging commented on issue #8851:
URL: https://github.com/apache/cloudstack/issues/8851#issuecomment-2083779299

   I was getting the same error. Turns out that reading the log files helps, as 
a log file is cloudstack's way of communicating back what's the issue. I 
searched for "server resources" in the log file, and found that it's related to 
libvirtd. Then I checked for if libvirtd is running is fine or not using `# 
systemctl status libvirtd`, and I found that it wasn't. Then I ran `journalctl 
-xe` as asked in the libvirtd status info, and found that there was some syntax 
error in libvirtd.conf.
   
   I hope it helps somehow.


-- 
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]

Reply via email to