From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 14:57:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE4337B401 for ; Mon, 21 Apr 2003 14:57:42 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id B428F43F93 for ; Mon, 21 Apr 2003 14:57:41 -0700 (PDT) (envelope-from kitsune@gmx.co.uk) Received: (qmail 28727 invoked by uid 65534); 21 Apr 2003 21:57:40 -0000 Received: from ip68-109-49-234.lu.dl.cox.net (EHLO fortytwo.) (68.109.49.234) by mail.gmx.net (mp003-rz3) with SMTP; 21 Apr 2003 23:57:40 +0200 Date: Tue, 22 Apr 2003 17:57:10 -0500 From: kitsune To: freebsd-questions@freebsd.org Message-Id: <20030422175710.28b00978.kitsune@gmx.co.uk> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: philagui@hotmail.com Subject: Re: FTP install for a newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 21:57:43 -0000 On Fri, 18 Apr 2003 23:32:14 +0200 "Guillaume Viguier" wrote: > Hi, > I'm trying to install FreeBSD on an old computer (without any cdrom drive) linked to another computer (running under Windows xp) through a network cable. I downloaded the iso files on ftp.freebsd.org and extracted them on my hard drive. I set up an FTP server on Win xp pro (with Cerberus FTP Server) to use the FTP install mode of FreeBSD through my network cable. Everything works fine at the beginning, except when it tries to install the packages or the ports. I can see on my FTP server that the commands FreeBSD sends to receive the files are wrong. FreeBSD sends: > RETR packages/All/xxx > xxx being the name of the package. > When FreeBSD sends that, the server answer that the file does not exist, because I think the command should be: > RETR packages/All/xxx.tbz > I tried that command with my Windows ftp client and it works. But I don't know how to set it up in FreeBSD... > Thanks a lot for your help, and sorry if my english is not very good. a few questions... 1: is it networked setup properly 2: is the ftp and path setup properly 3: are you pointing the installer at the right address A simple solution would to be just yank the CD drive from on box and put it in the other for the install or just use the other box to do nat and install from over the net.