On 2014/03/28 13:53, Michael W. Lucas wrote: > > Yep. Lots of users going through proxy. > > Ran tcpdump on the proxy. The only packets that arrived from the > OpenBSD host were my pings. It appeared that the installer wasn't even > trying to reach the proxy. > > Note "appeared that," there could be something else going on. > > Earlier upgrades were over FTP, but tried http this time.
I would try ^Z'ing to isolate the script. Make sure network is up, then try ftp -d -o- http://proxyhost:3128/ and see if you get packets (obviously won't get a good page, expect a 400 or similar error, but enough to see if it can reach it). Then try http_proxy=http://proxyhost:3128/ ftp -d -o- http://ftp3.usa.openbsd.org/, etc. Basically try a few things to see if you can isolate exactly what's working and what's failing.
