Bug 491174
Summary: | Name resolution failure when installed as a KVM guest on F10 host OS | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mike Gahagan <mgahagan> | ||||||
Component: | anaconda | Assignee: | David Cantrell <dcantrell> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | rawhide | CC: | eparis, jlaska, markmc, pjones, rmaximo, tcallawa, vanmeeuwen+fedora, wwoods | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
URL: | http://fpaste.org/paste/6442 | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2009-05-11 20:19:40 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 480593 | ||||||||
Attachments: |
|
Description
Mike Gahagan
2009-03-19 17:28:04 UTC
One other thing to add to problem description: The ping utility in the install environment (busybox?) will resolve hostnames without issue. Ssh however fails with above mentioned error message. Created attachment 335913 [details]
anaconda install logs from 3-19 rawhide (sucessfull install with workaround)
Created attachment 335916 [details]
xml definition of the installed F11 guest
Do you have a /etc/resolv.conf file? I didn't save the resolv.conf file from the installation attempt, but it looks exactly like the one on the installed system with just 2 lines. The first is a comment that says generated by networkmanager, second was a single nameserver line pointing to 192.168.122.1 which correspond to the dhcp server provided by the host OS (for the kvm guests). The resolv.conf file from the F10 guest install I attempted looks to be the same. ok, I have the same problem but it is on bare metal. I get: WARNING : Try 1/10 for http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os/repodata/repomd.xml failed repeat 10 times WARNING : Failed to get http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os/repodata/repomd.xml from mirror 1/1, or downloaded file is corrupt switch over to vt-2 $ssh download.fedora.redhat.com ssh: Cound not resolve hostname download.fedora.redhat.com: No such file or directory $ping download.fedora.redhat.com ***works just fine*** $wget http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os/repodata/repomd.xml ***works just fine*** /etc/resolv.conf is not interesting contains only # Generated by NetworkManager nameserver 192.168.1.1 interesting tidbit: $ssh people.redhat.com ssh: Could not resolve hotstname people.redhat.com: No such file or directory $ssh -6 people.redhat.com ssh: Could not resolve hotstname people.redhat.com: No such file or directory $ssh -4 people.redhat.com ssh: connect to host people.redhat.com port 22: No route to host The IPv6 module from the kernel is NOT loaded and none of my interfaces have IPv6 addresses. (just loading the ipv6 kernel module does not do anything though) eparis: do you still see this in bare metal scenarios? mgahagan: Same for virt guests? markmc: Any known issues around using F10 NAT to install F11 in the virt space? This is working for me now, install is currently in progress and is well past the part where it failed for me before. I haven't seen the problem since the day I reported it..... Closing per comments #9 and #10. Thanks for the updates everyone. |