Am 19.10.18 um 21:07 schrieb Paul Gevers: > ====================================================================== > ERROR: test_resolved_domain_restricted_dns (__main__.DnsmasqClientTest) > resolved: domain-restricted DNS servers > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/tmp/autopkgtest-lxc.mecm2pp3/downtmp/build.egD/src/test/networkd-test.py", > line 583, in test_resolved_domain_restricted_dns > out = subprocess.check_output(['systemd-resolve', 'math.lab']) > File "/usr/lib/python3.6/subprocess.py", line 336, in check_output > **kwargs).stdout > File "/usr/lib/python3.6/subprocess.py", line 418, in run > output=stdout, stderr=stderr) > subprocess.CalledProcessError: Command '['systemd-resolve', 'math.lab']' > returned non-zero exit status 1.
The failing test can be found at https://salsa.debian.org/systemd-team/systemd/blob/master/test/networkd-test.py#L527 It runs dnsmasq with the following parameters > vpn_dnsmasq = subprocess.Popen( > ['dnsmasq', '--keep-in-foreground', '--log-queries', > '--log-facility=' + vpn_dnsmasq_log, '--conf-file=/dev/null', > '--dhcp-leasefile=/dev/null', '--bind-interfaces', > '--interface=testvpnrouter', '--except-interface=lo', > '--address=/math.lab/10.241.3.3', > '--address=/cantina.company/10.241.4.4']) Looking at the changelog of dnsmasq 2.80 there were apparently --address related changes. Maybe those changes broke something. Hope this info is useful for Simon to being able to further investigate this. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature