Bug 14902 - FTP installation hangs if RedHat mirror is stored in /
Summary: FTP installation hangs if RedHat mirror is stored in /
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 6.2
Hardware: i386
OS: Linux
low
low
Target Milestone: ---
Assignee: Erik Troan
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-31 18:40 UTC by Ucender
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-09-29 16:28:35 UTC
Embargoed:


Attachments (Terms of Use)

Description Ucender 2000-07-31 18:40:21 UTC
If the RedHat mirror is stored in the root of the anonymous ftp server
(which is quiet uncommon), the installation will hang. The reason is that
the installation script runs the following command on the FTP server: "CWD
". In this case, CWD takes no argument because the mirror is in the root,
but unfortunately, the scripts adds a space after CWD, so the command is
not understood by the FTP server (wu-ftpd-2.6.0-3). Then the scripts loops
indefinitely, and the installation won't happen.

Comment 1 Erik Troan 2000-08-08 19:20:05 UTC
This is a bug in python's ftp module, which we should fix eventually.

Comment 2 Erik Troan 2000-09-29 16:28:32 UTC
Fixed in RH 7


Note You need to log in before you can comment on or make changes to this bug.