Bug 16203

Summary: [net] Install fails with non-anonymous ftp
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: anacondaAssignee: Erik Troan <ewt>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-15 22:27:03 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 Enrico Scholz 2000-08-14 23:36:41 UTC
When choosing non-anonymous ftp as installation-method, install fails.

My steps:
0. Creating account `cdrom' having /mnt/cdrom as home on a ftp server

1. Booting from bootnet.img
2. Choosing non-anon ftp installation method
3. Entering network/ftp params
4. "Welcome" Screen
5. Pressing F12 until root-pw will be asked for
6. Entering root-pw, F12
7. "Reading packages" -> python exception

Comment 1 Erik Troan 2000-08-15 22:43:43 UTC
This seems to work fine for us. If you still see this, please give us the bottom
6 lines of the traceback you're getting so we can try to help (better yet, save
the debug info to a floppy and post it here).

Comment 2 Enrico Scholz 2000-08-16 18:54:27 UTC
After looking into the ftp logs and doing the commands by hand I understand why
it has happened (see #16204 also):

I have entered "." as ftp-dir (see #16204) forgetting that non-anonymous users
have the system rootdir as '/'. This location was accepted when loading
netstag1.img. Then, while "Reading packages", a '/' was prepended and anaconda
chdir'd into '/.'---the real rootdir.

With the fix translating '.' to '/.'  (mentioned in #16204) both ftp-actions
will see the same directory and fail or succeed identically.