Bug 23516

Summary: Bug in installation of FreeBSD 4.1 via FTP using a "HTTP proxy"
Product: Base System Reporter: andy <andy>
Component: i386Assignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description andy 2000-12-13 08:50:01 UTC
When I try to install FreeBSD 4.1 i386 on a Pentium133 with 64 MB of RAM 
via FTP, the software on the installation floppies hangs when installing
via "HTTP proxy" is selected. I have tried on 4 different Pentium 133 and
they are all subject to this bug

Fix: 

The following workaround has been successfull in 4 out of 4 cases:
- Select installation via FTP, but select "active FTP" instead of "HTTP proxy"
- I get an error message, because the network is behind a firewall
- Then I select "HTTP proxy" and everything works fine
How-To-Repeat: - Prepare the installation floppies for FreeBSD 4.1
- Boot the installation floppies
- Select installation via FTP and select the "HTTP proxy" option
- The installation then hangs
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2001-08-31 19:15:32 UTC
State Changed
From-To: open->feedback

I believe that all of the quirks with the HTTP proxy installation 
have been fixed.  Can you try downloading a floppy of 4.4-RC2 and then 
trying to do an HTTP install from ftp.FreeBSD.org?  This works for me 
so if you run into other problems then please send me debugging 
output. In particular you don't have to do a complete install, just 
get a new version of sysinstall and then type : 

$ setenv SYSINSTALL_DEBUG 1 
$ setenv debug 1 
$ /stand/sysinstall releaseName=4.4-RC2 configPackages 

And see if it will grab the index from the FTP site correctly 
through you HTTP proxy.  Remember to use ftp.freebsd.org since the 
other mirrors probably don't know about 4.4-RC2. 

Thanks, 
- Murray 



Comment 2 Murray Stokely freebsd_committer freebsd_triage 2001-08-31 19:15:32 UTC
Responsible Changed
From-To: freebsd-bugs->murray

I'm looking into HTTP proxy PRs with sysinstall.  I think they are all fixed now.
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2001-09-24 04:56:25 UTC
State Changed
From-To: feedback->closed

This bug has been fixed.  Please open another PR if you find any more 
problems with sysinstall.  Thanks!