Bug 530900
| Summary: | Installer blocks on first FTP download because REST FTP command is not supported by the FTP server | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Victor Stinner <victor.stinner> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | anaconda-maint-list, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-10-26 13:27:24 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: | |||
|
Description
Victor Stinner
2009-10-25 22:57:56 UTC
I tried "wget -c" on other computer to check if Free does support partial download or not: --------------------- GET /mirrors/fedora.redhat.com/fedora/linux/releases/test/12-Beta/Fedora/i386/os/Packages/authconfig-gtk-5.4.13-1.fc12.i686.rpm HTTP/1.0 Range: bytes=26518- User-Agent: Wget/1.12 (linux-gnu) Accept: */* Host: ftp.free.fr Connection: Keep-Alive HTTP/1.0 200 OK Connection: keep-alive Content-Type: application/octet-stream ETag: "-449956574" Last-Modified: Sat, 03 Oct 2009 21:21:16 GMT Content-Length: 47824 Date: Sun, 25 Oct 2009 23:08:08 GMT Server: lighttpd/1.4.19 ..........authconfig-gtk-5.4.13-1.fc12..(...) --------------------- wget annonces the range "Range: bytes=26518-" but Free HTTP server ignores the header. I don't know if anaconda works or not with Free HTTP mirror. This will be fixed in the anaconda-13.x series which will be in rawhide (but not F12) by getting rid of all our old FTP code. Instead, we are using libcurl there. |