virtualization - How to start libvirtd with --listen option in 16.04 - Ask Ubuntu
i can't libvirtd start -l (listen) option in 16.04 changes /etc/libvirt/libvirtd.conf , /etc/init/libvirt-bin.conf seem have no effect. , changes /etc/default/libvirt-bin cause libvirtd fail start.
thanks.
self solution:
edit /etc/libvirt/libvirtd.conf add/change:
listen_tls = 0 listen_tcp = 1 auth_tcp = "none"
then edit /etc/default/libvirtd add:
libvirtd_opts="-l"
then:
sudo service libvirt-bin restart
Comments
Post a Comment