From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 14:18:19 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 92BC016A4CE for ; Sun, 9 Nov 2003 14:18:19 -0800 (PST) Received: from grunt21.ihug.com.au (grunt21.ihug.com.au [203.109.249.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4859443FEA for ; Sun, 9 Nov 2003 14:18:18 -0800 (PST) (envelope-from arf@iweb.net.au) Received: from p163-tnt3.adl.ihug.com.au (iweb.net.au) [203.173.255.163] by grunt21.ihug.com.au with asmtp (Exim 3.35 #1 (Debian)) id 1AIxss-000109-00; Mon, 10 Nov 2003 09:18:15 +1100 Message-ID: <3FAEBD2B.2050404@iweb.net.au> Date: Mon, 10 Nov 2003 08:48:19 +1030 From: Andrew User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <3FAE5378.1030209@iweb.net.au> <20031109163224.GA1502@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20031109163224.GA1502@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Instant-workstation is missing 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: Sun, 09 Nov 2003 22:18:19 -0000 Sorry your correct it is version 5.1 Matthew Seaman wrote: > On Mon, Nov 10, 2003 at 01:17:20AM +1030, Andrew wrote: > > >>I have been trying to get FreeBSD 5.2 installed but i am unable to find >>all the packages that are required on the official cd-rom set i brought. >>i have tryed installing by FTP and i am still unable to find them >>This gouies for instant-workstation > > > Hmmm... It seems you've gone astray in time. FreeBSD 5.2 has yet to > be released. See > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/5-roadmap/schedule.html > > Perhaps you mean 5.1 ? > > You won't find all possible packages on the CD Rom set as there's > simply far too much stuff to fit onto the CDs. > > Your best bet is to install the cvsup-without-gui package: > > # pkg_add -r cvsup-without-gui > > then use cvsup to pull down the latest version of the ports tree and > install via ports. This will have been updated since 5.1 was > released, in order to take account of updates to the dependent > packages. See: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > > Then: > > # cd /usr/ports/misc/instant-server > # make install > > Cheers, > > Matthew > >