abdelouahabb commented on issue #4659: URL: https://github.com/apache/cloudstack/issues/4659#issuecomment-781694306
> > > > > > #key_file="/etc/pki/libvirt/private/serverkey.pem" > > > > > > #cert_file="/etc/pki/libvirt/servercert.pem" > > > > > > #ca_file="/etc/pki/CA/cacert.pem" > > > > > > > > > > > > > > > @abdelouahabb you use centos ? you need to use 'libvirt' instead of 'libvirtd. > > > > > The other lines should be same. the following lines should be uncommented. > > > > > ``` > > > > > #tls_port="16514" > > > > > auth_tcp="none" > > > > > auth_tls="none" > > > > > #key_file="/etc/pki/libvirt/private/serverkey.pem" > > > > > #cert_file="/etc/pki/libvirt/servercert.pem" > > > > > #ca_file="/etc/pki/CA/cacert.pem" > > > > > ``` > > > > > > > > > > > > I am on Ubuntu, I [disabled the security](https://libvirt.org/daemons.html) for the debug reason and getting the same issue > > > > > > > > > @abdelouahabb which ubuntu version ? 20.04 ? > > > > > > Yes, I think there is an issue with this release ? > > ``` > > abdelouahab@akham:~$ > > >> uname -a > > Linux akham.alien.local 5.4.0-65-generic #73-Ubuntu SMP Mon Jan 18 17:25:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux > > abdelouahab@akham:~$ > > >> cat /etc/os-release > > NAME="Ubuntu" > > VERSION="20.04.2 LTS (Focal Fossa)" > > ID=ubuntu > > ID_LIKE=debian > > PRETTY_NAME="Ubuntu 20.04.2 LTS" > > VERSION_ID="20.04" > > 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" > > VERSION_CODENAME=focal > > UBUNTU_CODENAME=focal > > abdelouahab@akham:~$ > > >> cat /etc/apt/sources.list.d/cloudstack.list > > deb http://download.cloudstack.org/ubuntu focal 4.15 > > ``` > > @abdelouahabb no. > I have a testing environment with ubuntu 20.04 as hypervisors. they work fine. Maybe because I am using it ontop of VirtualBox (on Windows 7) ``` abdelouahab@akham:~$ >> cat /proc/cpuinfo | grep flags flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq vmx ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes xsave avx hypervisor lahf_lm pti tpr_shadow flexpriority flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq vmx ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes xsave avx hypervisor lahf_lm pti tpr_shadow flexpriority abdelouahab@akham:~$ >> kvm-ok INFO: /dev/kvm exists KVM acceleration can be used abdelouahab@akham:~$ >> dmesg | grep virtual [ 0.002262] CPU MTRRs all blank - virtualized system. [ 0.165718] Booting paravirtualized kernel on KVM [ 7.798059] systemd[1]: Detected virtualization oracle. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org