From owner-freebsd-questions Thu Jun 20 10:17:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 0960C37B405 for ; Thu, 20 Jun 2002 10:17:48 -0700 (PDT) Received: from user204.net093.fl.sprint-hsd.net ([209.26.206.204] helo=k6-2.weeble.com) by avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17L5Z1-0000is-00; Thu, 20 Jun 2002 10:17:43 -0700 Date: Thu, 20 Jun 2002 13:18:01 -0400 From: Randy Pratt To: Vladiz Malykorok Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing via FTP ??? Message-Id: <20020620131801.448c2192.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.7.7 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi folks, > > I need to install the new version of FreeBSD(4.6) via > FTP. I've prepared the FTP host according to chapter > 2.13.1 Creating a Local FTP Site with a FreeBSD Disk > in Handbook. > Everything is prepared, disk is in CDROM device. > If I chose an install media type of FTP and type in > ftp://IP address then I've got this warning: > Can't find the '4.6-RELEASE' distribution on this FTP > server. It is looking for this directory on > installation CD, is this correct??? > I'm using 4.6-disc1 on FTP server. Do I need to use > some other disk to install it via FTP??? Hi Vladiz, The 4.6-disc1 is the correct CDROM. What may be happening is that sysinstall is appending the release version to the ftp location, 4.6-RELEASE in this case. This means that sysinstall is looking for ftp://IP/4.6-RELEASE/ to find the distribution files. There's a variety of ways to adjust for this, but probably the easiest way is to enter the "Options" menu from the sysinstall Main Menu and change the release version from "4.6-RELEASE" to "any". This will allow sysinstall to just look for the distribution files on the /cdrom mount point rather than looking for a release directory. In this case, you would still mount the cdrom and connect with ftp://IP/ as indicated in the handbook. Let me know if this solves your problem. It might be that the handbook needs some additional details for this installation approach. Hope this helps, Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message