Opened 21 years ago
Closed 21 years ago
#644 closed defect (invalid)
Downloading files from chroot
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | nALFS - Back End (XML Handlers) | Version: | 1.1.7 |
Severity: | normal | Keywords: | |
Cc: |
Description
Resolving hostnames doesn't work inside chroot. Check if only curl is causing problems, or wget as well. Try libxml2's nano* functions too.
Change History (3)
comment:1 by , 21 years ago
qa_contact: | alfs-discuss@linuxfromscratch.org → alfs-log@linuxfromscratch.org |
---|
comment:2 by , 21 years ago
Owner: | changed from | to
---|---|
Version: | CVS → 1.1.7 |
comment:3 by , 21 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Resolving hostnames inside chroot works fine if /etc/resolv.conf is put in place inside new root before any attempts are made. Downloading works fine without resolving if IP addresses are using in URLs instead of hostnames.
Changing download libraries is not going to address this situation, it is the way standard resolver libraries work.