GitHub user nlindblo added a comment to the discussion: Unable to provision keys
I managed to get past this by editing /etc/default/libvirtd and appended LIBVIRTD_ARGS="--listen" (though the documentation says to uncomment it) After this, the hosts shows as up. I have another instance running 4.20.1 on Ubuntu 24.04 but has been upgraded in stages since 4.18 (I think), and I noticed that it had the same setting. I may have done other changes as well not recorded while I was trying to bypass the libvirtd restart, but I think the certificates were always provisioned and it was just the restart missing, the LIBVIRTD_ARGS="--listen" was the last change the changed the status to secure. Heres the manual lscpu output ```` root@cloudstack2:~# lscpu | grep -i 'Model name' | head -n 1 | egrep -o '[[:digit:]].[[:digit:]]+GHz' | sed 's/GHz//g'”; sed: -e expression #1, char 9: unknown option to `s' root@cloudstack2:~# ```` GitHub link: https://github.com/apache/cloudstack/discussions/11304#discussioncomment-13984861 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
