On Fri, Aug 03, 2001 at 07:46:27PM -0400, Post, Mark K wrote: > Once I proceed into rhsetup, I get to the point where the installation > scripts try to use wget to retrieve files from my FTP server. When it does, > I get the following on my telnet session: > > Mounting filesystems... > 40000+0 records in > 40000+0 records out > mke2fs 1.22, 22-Jun-2001 for EXT2 FS 0.5b, 95/08/09 > --(null)-- (null) > (null) => `(null)' > Connecting to 205.239.30.50:21... connected! > Logging in as rztsgk ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD /pub/linux/rawhide/s390/RedHat/base ... done. > ==> PORT ... > Invalid PORT. > Retrying. Here is the shell-script that is running: mke2fs -F -q -m0 /dev/ram1 mkdir -p /mnt/runtime /mnt1 mount /dev/ram1 /mnt1 if [ -z "$USEWGET" ]; then zcat /mnt/source/RedHat/base/netstg1.img > /mnt1/netstg1.img else wget $RPMSERVER/RedHat/base/netstg1.img -O /mnt1/netstg1.img.gz gzip -d /mnt1/netstg1.img.gz fi mount -text2 -oloop /mnt1/netstg1.img /mnt/runtime || abortinstall \ "Couldn't mount netstg1.img ramdisk" This is the first file that is transferred from your ftp-server to the Linux VM. Can you tell us what ftp-server is running and what configuration is given for this Linux installation? We'll try to include some way to add additional options to wget, so that this problem can be easier debugged. Thanks for your feedback, Florian La Roche