Upgraded to Debian 12.9 a couple weeks ago. I noticed some upgrades to qemu and libvirt in the upgrade. Since then, I am receiving an error when attempting to start the external virtual network:
Error starting network ‘Whonix-External’: internal error: Child process (VIR_BRIDGE>
dnsmasq: failed to create listening socket for 10.0.2.2: Address already in use.
Traceback (most recent call last):
File “/usr/share/virt-manager/virtManager/asyncjob.py”, line 72, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File “/usr/share/virt-manager/virtManager/asyncjob.py”, line 108, in tmpcb
callback(*args, **kwargs)
File “/usr/share/virt-manager/virtManager/object/libvirtobject.py”, line 57, in n>
ret = fn(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/share/virt-manager/virtManager/object/network.py”, line 69, in start
self._backend.create()
File “/usr/lib/python3/dist-packages/libvirt.py”, line 3547, in create
raise libvirtError(‘virNetworkCreate() failed’)
libvirt.libvirtError: internal error: Child process (VIR_BRIDGE_NAME=virbr1 /usr/sb>
dnsmasq: failed to create listening socket for 10.0.2.2: Address already in use
Never had this problem prior to the most recent debian upgrade. Any suggestions?