Hi!
I am on the latest RC, and wanted to use Instances.
When i go into global settings, i set the Pool to the SSD Pool i created for this, and leave everything else on default as recommended.
But then i get this error:
[EFAULT] The DNS and DHCP service exited prematurely: exit status 2 ("dnsmasq: failed to create listening socket for 10.189.0.1: Address already in use")
More info:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 515, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 560, in __run_body
rv = await self.method(*args)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/api/base/decorator.py", line 88, in wrapped
result = await func(*args)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/virt/global.py", line 126, in do_update
await job.wait(raise_error=True)
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 463, in wait
raise self.exc_info[1]
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 515, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 560, in __run_body
rv = await self.method(*args)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/virt/global.py", line 218, in setup
await self._setup_impl()
File "/usr/lib/python3/dist-packages/middlewared/plugins/virt/global.py", line 302, in _setup_impl
raise CallError(result.get('error'))
middlewared.service_exception.CallError: [EFAULT] The DNS and DHCP service exited prematurely: exit status 2 ("dnsmasq: failed to create listening socket for 10.189.0.1: Address already in use")
I have changed nothing about my network settings. I have installed around 30 docker apps, with no problems.
Here are my sys specs:
Gigabyte MC12-LE0 B550 with IPMI // Ryzen 5 3600 (Zen2) // 2X16GB Samsung DDR4 ECC
4X 20TB Toshiba SATA Enterprise -> Data Pool // 1X 250GB Crucial SATA SSD -> OS // 1X 1TB PNY NVME PCIE 3 -> APPS/VM
1X Mellanox ConnectX3 1XSFP+ @ 10G (Not connected ATM) // 2X Intel On-Board NIC @ 1G // 1X Intel On-Board NIC @ 1G -> IPMI
GPU: None (Intel GPU planned for HW Transcoding) // PCIE-Adapter: 16 Lanes PCIE -> 4X4 M2 SSD Ports
Thanks to everyone in advance!