| Summary: | virt-builder network (eg. --install) doesn't work if resolv.conf sets nameserver 127.0.0.1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> | ||||
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | acathrow, lzap, mbooth, ptoscano, rjones | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-18 19:17:04 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Richard W.M. Jones
2013-12-18 15:37:31 UTC
A workaround (if you have an http proxy) is to set: export http_proxy=http://1.2.3.4:3128/ export https_proxy=$http_proxy export ftp_proxy=$http_proxy Note you must use a dotted quad, not a hostname, so that name resolution isn't needed. Created attachment 838415 [details]
0001-appliance-Create-an-etc-resolv.conf-file-referring-t.patch
Lightly tested patch.
I pushed this fix and will backport it to 1.24.3 in time. https://github.com/libguestfs/libguestfs/commit/1fcea09ee2e89d2e727e39df80dc595f5d0ba363 |