Closed
Bug 1511865
Opened 7 years ago
Closed 7 years ago
Intermittent DNS resolution failures
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: yuv.adm, Unassigned)
Details
Attachments
(1 file)
|
2.88 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
On occasion, DNS resolution to certain domains will fail via Firefox, while system DNS resolution works to the same domains works just fine.
1. Navigate to a website (happens a lot on Google and AWS domains for some weird reason) and receive "Server not found"
2. Verify DNS lookup via `about:networking#dnslookuptool` yields NS_ERROR_UNKNOWN_HOST
3. Verify system resolution to the exact same domain works via `dig` and `host` command line tools.
4. Atempt steps 1 + 2 again with same results
5. Only after a few minutes problem resolves organically (until the next time)
Actual results:
DNS lookup fails with NS_ERROR_UNKNOWN_HOST while system lookup on same domain succeeds.
Expected results:
Successful domain lookup
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
I added a log file showing the nsHostResolver behavior on one sample AWS domain.
Also for debugging purposes I set network.dns.disablePrefetch and network.dns.disableIPv6 both to true, and problem still persists.
| Reporter | ||
Comment 3•7 years ago
|
||
Looks like systemd-resolved is spitting lots of errors to the journal about DNSSEC:
Sep 21 23:00:39 host systemd-resolved[582]: DNSSEC validation failed for question eu-west-1.console.aws.amazon.com IN AAAA: no-signatu>
Sep 21 23:00:39 host systemd-resolved[582]: DNSSEC validation failed for question eu-west-1.console.aws.amazon.com IN A: no-signature
Sep 21 23:00:39 host systemd-resolved[582]: DNSSEC validation failed for question eu-west-1.console.aws.amazon.com IN SOA: no-signature
Sep 21 23:00:39 host systemd-resolved[582]: DNSSEC validation failed for question eu-west-1.console.aws.amazon.com IN DS: no-signature
This doesn't explain other domains that fail on occasion (such as Google) but until I have further evidence I'm going to close this bug. Sorry for the false alarm.
| Reporter | ||
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 4•7 years ago
|
||
For posterity, this is likely the core issue - https://github.com/systemd/systemd/issues/9771
You need to log in
before you can comment on or make changes to this bug.
Description
•