abdelouahabb edited a comment on issue #4659:
URL: https://github.com/apache/cloudstack/issues/4659#issuecomment-781669388


   > > ontent of the configuration file of libvirtd:
   > > ```
   > > log_level=1
   > > listen_tls=1
   > > mdns_adv=0
   > > listen_tcp=0
   > > tcp_port="16509"
   > > unix_sock_group = "libvirt"
   > > unix_sock_ro_perms = "0777"
   > > unix_sock_rw_perms = "0770"
   > > #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"
   > > ```
   > 
   > @abdelouahabb
   > the libvirtd.conf above is incorrect.
   > 
   > here is the content of libvirtd.conf on a server in my testing env.
   > 
   > ```
   > # cat /etc/libvirt/libvirtd.conf  |egrep -v "^$|^#"
   > unix_sock_group = "libvirtd"
   > unix_sock_ro_perms = "0777"
   > unix_sock_rw_perms = "0770"
   > auth_unix_ro = "none"
   > auth_unix_rw = "none"
   > listen_tcp=0
   > listen_tls=1
   > key_file="/etc/pki/libvirt/private/serverkey.pem"
   > cert_file="/etc/pki/libvirt/servercert.pem"
   > ca_file="/etc/pki/CA/cacert.pem"
   > tcp_port="16509"
   > tls_port="16514"
   > auth_tcp="none"
   > auth_tls="none"
   > ```
   
   This is the same ? the group `libvirtd` dont exist in my machine, the group 
is called `libvirt` :
   ```
   abdelouahab@akham:~$
   >> cat /etc/group | grep libvirt
   libvirt:x:121:abdelouahab
   libvirt-qemu:x:64055:libvirt-qemu
   libvirt-dnsmasq:x:122:
   ```


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


Reply via email to