Installer/wget is unable to retrieve files via a proxy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt-cacher (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
busybox (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: debian-installer
Installer is unable to retrieve files from apt-proxy/
1) Netbooted from /ubuntu/
2) manually set "apt-proxy.
The problem seems to stem from the fact that the installer's version of wget appears to be hobbled in some fashion:
This is from a running i386 Hardy system on the same network:
jbalders@testbox:~$ wget -q http://
hardy
So, the proxy is definitely working, and none of my other machines have problems accessing it.
This is from the shell on the netbooted system:
~ # wget -q http://
wget: no response from server
~ # wget -q http://
wget: no response from server
It can get to the server from the netbooted system if I drop the port:
~ # wget -q http://
wget: server returned error 404: HTTP/1.1 404 Not Found
(note that port 80 is just a plain web sever, no Ubuntu packages, so the 404 is normal)
Changed in busybox: | |
importance: | Undecided → Low |
status: | New → Confirmed |
By default, apt-cacher can also be accessed via Apache2 (if you have it installed).
As a workaround, you can set the mirror to:
"apt-cacher. company. com" and "/apt-cacher/ ubuntu"
Although I didn't used to have to do this with Gutsy and prior.