From owner-freebsd-questions Wed Jul 7 19: 6:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 9B79214BCF for ; Wed, 7 Jul 1999 19:06:50 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id UAA17807; Wed, 7 Jul 1999 20:06:01 -0600 (MDT) From: Jonathon Doran Message-Id: <199907080206.UAA17807@ucsu.Colorado.EDU> Subject: Re: FTP from CD-ROM To: bambang@labkom.itenas.ac.id (Sukotjo Bambang) Date: Wed, 7 Jul 1999 20:06:01 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from "Sukotjo Bambang" at Jul 8, 99 08:41:58 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Dear Sir/Mam, > I would made a private FTP server. The source is FreeBSD in a CD-ROM, but > I have a problem. It can't be works to intallation other server via that > FTP server. I guest that format or directory rules is different. > Could you help me to solve this problem? > Thank you. If I'm understanding you, you are unable to install using FTP from your machine, using the distribution CD. The easiest fix I can think of is to create an ftp user (ftp or freebsd) and make a symbolic link to the CD within this user's home directory # adduser ... add "ftp" # cd ~ftp # ln -s /cdrom/3.2-RELEASE . Then retry the installation. I apologize if this isn't what you were asking. In that case, let me know where I got lost. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message