abdelouahabb commented on issue #4659:
URL: https://github.com/apache/cloudstack/issues/4659#issuecomment-781682950


   > > > > #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
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to