Marcus Furlong

Results 150 comments of Marcus Furlong

The boxes won't have working DNS if they don't get a DNS server via DHCP. For systemd-enabled systems with resolved, fallback resolvers can be specified in `/etc/systemd/resolved.conf`: e.g. ``` FallbackDNS=1.1.1.1...

If we get an IP from DHCP, we can expect to get functional DNS servers from DHCP too? A quick check shows I have 37 other boxes, and every single...

On networks that block access to external DNS servers, unbound takes a long time to start (~30+ seconds until it times out trying to update the trust anchors), and unbound...

The main point about unbound was that it does not solve the issue of using public DNS servers on private networks that have no access to the hardcoded DNS servers....

As noted above, whatever DNS server is chosen on the internet, it may be inaccessible for others. Relying on the DHCP-supplied DNS servers is probably what will work for most...

``` Installing target x11... Installing target kde... Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package kde-runtime Failed to complete chroot setup....

Adding support for modularity is on my to-do list. You could maybe use something like `grep -v ".module+"` in the patchman-client for now?

It looks like that repo is using the incorrect XML namespace: `http://linux.duke.edu/metadata/repomd` instead of `http://linux.duke.edu/metadata/repo` Not sure how Cloudflare are generating these repos, but I think it may be custom...

Opened an issue with Cloudflare. They have confirmed the issue and they will issue a fix in the future: ``` Hi Marcus, We're now aware of the bug and have...

21.1 is the last version to support python 3.6