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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User