1.26.6 NEWS:
Change the behavior of nm-initrd-generator so that the 'ip=off|none' kernel cmdline argument actually generates a connection which disables both ipv4 and ipv6. Previously the generated connection would disable ipv4 but ipv6 would be set to the 'auto' method.
Fix systemd-resolved DNS plugin to configure DefaultRoute option and to only configure wildcard DNS search domain with exclusive DNS priority.
Various minor fixes.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2020-7851982ff6
Please login to add feedback.
0 | 0 | Test Case QA/TestCases/NM Mobile Broadband |
0 | 0 | Test Case QA/TestCases/NM VPN OpenVPN |
0 | 0 | Test Case QA/TestCases/NM VPN vpnc |
0 | 1 | Test Case QA/TestCases/NM WEP |
0 | 2 | Test Case QA/TestCases/NM WPA |
0 | 2 | Test Case QA/TestCases/NM Wifi |
0 | 1 | Test Case DNS-over-SSL |
0 | 0 | Test Case DNSSEC-trigger |
0 | 0 | Test Case NM Bonding |
0 | 2 | Test Case NM Ethernet |
0 | 0 | Test Case NM Gnome Hotspot |
0 | 0 | Test Case NM KDE Hotspot |
0 | 2 | Test Case NM Wireless |
0 | 1 | Test Case NM nmcli |
0 | 0 | Test Case NetworkManager assume |
0 | 0 | Test Case NetworkManager bt pan |
0 | 0 | Test Case NetworkManager celldata |
0 | 0 | Test Case NetworkManager ipv6 |
This update has been submitted for testing by thaller.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
In openQA testing, this seems to break FreeIPA client enrolment. I'm technically off for the month but still checking update test results, so I haven't looked into this in detail, will give it a quick look if time allows. Tagging some FreeIPA folks: @abbra , @cipherboy , @rcritten
Leaving negative feedback for now, if this turns out to be an artifact of how we run the tests or something, will change.
So briefly the situation in openQA testing is: we have a test that deploys as a FreeIPA server. It sets itself up for static networking with IP 172.16.2.100 and hostname
ipa001.domain.local
using the commands you can see here. It then sets up some repo stuff for testing the update, reboots, and runs the commands from this test code to do the actual deployment. It's all basically just running commands at a console, anywhere it saysassert_script_run
, it's running a command and expecting it to succeed. All those commands apparently succeed and we reach the comment# we're ready for children to enrol, now
, where we wait on several client tests to enrol against us. All of those fail. The one I previously linked is the simplest one. It sets its DNS server to be 172.16.2.100 - the FreeeIPA server's IP, remember - then runsrealm join --user=admin ipa001.domain.local
, as you can see here, and that fails with "realm: No such realm found".In tests of other F33 updates this same test is passing.
@adamwill it is probably related to the changes how NetworkManager configures systemd-resolved. Is it possible to add some printf debugging statements before the failure? In particular
resolvectl ; nmcli device ; ip addr ; ip route
.Btw, yesterday we also released 1.28.0 which is now in rawhide (package "1.28.0-1"). That might have exactly the same problem. Does it?
Thank you for having extensive CI tests! That is awesome!!
FreeIPA server, when set up with integrated DNS server, configures both NM and systemd-resolved to hand over all zones to itself as it is authoritative to the zone hosted by FreeIPA: https://pagure.io/freeipa/blob/master/f/ipaplatform/redhat/tasks.py#_616
The configuration file snippet for NM looks like this: https://pagure.io/freeipa/blob/master/f/ipaplatform/redhat/tasks.py#_66, with explicit zone override.
Corresponding systemd-resolved setup is here: https://pagure.io/freeipa/blob/master/f/ipaplatform/base/tasks.py#_325 and configuration snippet template is here: https://pagure.io/freeipa/blob/master/f/ipaplatform/base/tasks.py#_41
note that on the client enrollment none of the logic above applies because it is only for the integrated DNS server setup on IPA master. On the client we rely on the general networking setup administrators provide. Since OpenQA environment sets upstream DNS server to IPA server already, the breakage to follow this is an obvious mistake from NM or systemd-resolved sides.
This update has been pushed to testing.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
Works here.
Breaks mullvad vpn client, requires workaround
@thaller will do that. sorry i'm a bit slow, i'm technically off work till January. :)
Oh, for Rawhide, I can't tell if it has this problem because Rawhide is running into a bug in FreeIPA server deployment, which means we never reach client enrolment.
WiFi and OpenVPN works
@thaller here's all the output from those commands (smooshed into one text file but you should be able to tell what's from what):
@abbra of course it's possible - in fact I'd say likely - that the actual bug is on the server end. The client may be (probably is) doing the right thing and sending the DNS query to the FreeIPA server, but not getting the expected response. It's harder for me in openQA to get logs out of the server when it's the client that fails, though, because of how openQA behaves (when the client test fails it just kills the server test, without sending it through the post-fail hook stage where we usually upload logs and stuff). I'll try and hack it up, though.
Logs from the server end of a failed test can be found here now - there's a tarball of
/var/log
and alsonamed.run
, which turned out to be useful in previous debugging so I still have the tests set to upload it.Yell if there's anything else needed from the server end to figure this out, and I can probably make it happen.
Those logs were captured right after the clients tried and failed to enrol, BTW.
I checked both client and server logs -- the server has no requests from the client at all. Sadly, we have no named logs (and no query logs enabled) so we cannot see if the client ever tried to connect.
If you tell me what to do to get the relevant logs, I can do it.
works here
https://openqa.stg.fedoraproject.org/tests/983692/file/role_deploy_domain_controller-varnamed.tar.gz has the contents of
/var/named
from the server after a test where we ranrndc querylog on
after deploying the server (on instructions from @abbra).Hum, so it looks like the problem here actually is on the client end. If I hack up the test so the server uses the updated NetworkManager but the client uses the current stable one (1.26.4-1.fc33), it works.
I also checked the client logs from the previous run against the server logs with the named logging enabled. This is where the client fails:
but there is nothing at all in the server named logs at the corresponding time, they go straight from :25:15 to :26:05 (the difference in hours is just local time vs. UTC):
so that matches up. It seems like, with the updated NM, this request somehow never makes it off the client box and hits the server; it's failing entirely on the client end somehow.
Works fine, no regressions found
This update can be pushed to stable now if the maintainer wishes
As said by @adamwill, the update is broken for IPA clients, so we should not push it to stable.
@thaller can you say what if any additional logs/info would help debug this on NM end?
That is still under investigation, sorry. But clearly, this update should be retired...
This update has been unpushed.
For the record, I think we do have this issue in Rawhide also. I can't tell for the simple "deploy directly on Rawhide" tests as server deployment fails in that case (so the client tests never reach the point where this bug would happen), but I think we're seeing it on the upgrade tests. On the upgrades tests, we deploy server + client on F32 or F33, then upgrade server to Rawhide, then upgrade clients to Rawhide and run client tests. In that scenario, the server is deploying and upgrading apparently successfully and from the logs is working OK after upgrade...but the client tests, after upgrade to Rawhide, cannot resolve
ipa001.domain.local
(they fail when trying to browse to it in Firefox, to access the FreeIPA web UI). That looks a lot like the same bug.Aha - so, significantly, this seems to be specific to the domain name I used for this test. I just tweaked the staging instance to use
test.openqa.fedoraproject.org
instead ofdomain.local
as the domain, and the tests pass with that change. So it's likely that the issue here is specific to using.local
.It still seems like an incorrect behaviour change somewhere, but less of a big deal.
This update has been submitted for testing by thaller.
Adam apparently changed the used domain (from domain.local), which avoids the test failure. While I don't understand what the problem is, I'd like to re-open this update and hopefully get it through.
This update has been pushed to testing.
Works fine for regular home use with Wi-Fi and Ethernet.
The cause of the test failure may be connected to systemd-resolved which dropped the "bad practice" of resolving ".local".
'This means that on networks where the ".local" domain is defined in a site-specific DNS server, explicit search or routing domains need to be configured to make lookups work within this DNS domain. Note that these days, it's generally recommended to avoid defining ".local" in a DNS server, as RFC6762 reserves this domain for exclusive MulticastDNS use.' https://www.freedesktop.org/software/systemd/man/systemd-resolved.service.html
Adding "Domains=local" to your systemd-resolved config should do the trick.
Works for me. No more DNS leaks.
.
works
This update has been submitted for stable by thaller.
This update has been pushed to stable.