|
Bugzilla – Full Text Bug Listing |
| Summary: | DNS lookup fails for ftp and http, but works for ping. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Thomas Aho <thomas.aho> |
| Component: | Basesystem | Assignee: | Uwe Gansert <ug> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | blackhole999 |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | 32bit | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | A log from Wireshark, which shows the two DNS queries and answers. | ||
Seems to be related to issue 547920. *** Bug 547920 has been marked as a duplicate of this bug. *** 547920 is a duplicate of 567341 *** This bug has been marked as a duplicate of bug 567341 *** |
Created attachment 334710 [details] A log from Wireshark, which shows the two DNS queries and answers. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729) When a DNS query is made by for example starting an ftp-session, or opening a page in a browser, SuSE makes two DNS queries to the DNS server. In Wireshark these queries appear as: "Standard query A ftp.suse.de" and "Standard query AAAA ftp.suse.de". If the DNS only gives an answer to the A-query, but not to the AAAA-query, then the operation fails. Reproducible: Always Steps to Reproduce: 1. Use a router which does not support DNS AAAA queries. Actual Results: The problem appears already when doing the installation, as SuSE is not able to contact the download-server. Expected Results: Since a valid DNS answer arrives, SuSE should use this.