From owner-freebsd-questions@FreeBSD.ORG Wed Aug 23 11:20:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 76DB116A565 for ; Wed, 23 Aug 2006 11:20:31 +0000 (UTC) (envelope-from ralphellis1@netscape.ca) Received: from smtp-2.vancouver.ipapp.com (smtp-2.vancouver.ipapp.com [216.152.192.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FCFF43D46 for ; Wed, 23 Aug 2006 11:20:30 +0000 (GMT) (envelope-from ralphellis1@netscape.ca) Received: from [192.168.123.101] ([172.161.115.103]) by smtp-2.vancouver.ipapp.com ; Wed, 23 Aug 2006 04:20:29 -0700 From: Ralph Ellis To: freebsd-questions@freebsd.org Date: Wed, 23 Aug 2006 07:20:18 -0400 User-Agent: KMail/1.9.3 References: <20060823043736.24143.qmail@web35503.mail.mud.yahoo.com> In-Reply-To: <20060823043736.24143.qmail@web35503.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608230720.18728.ralphellis1@netscape.ca> X-Rcpt-To: X-Country: US Subject: Re: Newbie questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 11:20:31 -0000 On Wednesday 23 August 2006 12:37 am, E. Gad wrote: > Hello > First I was directed to post the here because I posted to the stable > mailing list before re-reading what it's purpose is- I apologise-. > > > I am playing with freebsd 6 on a testing box. I Upgraded l from 6.0 to > 6.1 because it looked like popular opinion is that it's got a number of > improvements After a few false starts and finally figuring what I did wrong > it went basicly ok. > > I went to use sysinstall to install a few usefull looking items however I > got a error message: "Release 6.1-p3 not found on server" > > What is puzling is if I do essentially the samething: run pkg_add -f from > the command line I seem to get some of the packages I wanted-to install. > Is this normal? or did I do something wrong? I am not entirely sure how fix > this and any assistance is apreciated. > > (The free-bsd etiquite note statements says I should mention what I have > done so far) > > I have started by using google to see if anyone else has this problem. I > haven't found the problem on bulitin boards or the like (not yet > anyway-i'll look again in the morning) > > > -thanks > > > > > > --------------------------------- > Do you Yahoo!? > Get on board. You're invited to try the new Yahoo! Mail. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Go to the the Options menu in sysinstall and change the entry for 6.1-RELEASE-P3 to 6.1-RELEASE FreeBSD tries to exactly match what you have as a system and the p3 means patch level #3, You will have to do this each time you try to use sysinstall to add binaries. You can also use the ports system which is more up to date typically than the binaries. However, installing via the ports means compiling from source which works but takes time. One port that you may want to install is: /usr/ports/sysutils/desktopbsd-tools go to it and type make clean make make install make clean This is a system to help you find programs and install them from source or binaries. It allows you to have the most up to date programs available. Checkout www.desktopbsd.net for their version of BSD or if you want a distribution that is very user friendly try www.PCBSD.org. Both are excellent. DesktopBSD is based on FreeBSD 5.5 while PCBSD is based on FreeBSD 6.1. If you want to stick with FreeBSD, you might want to buy FreeBSD 6 Unleashed by Brian Tiemann and Michael Urban the 2006 edition ISBN 0-672-32875-5 It is the most complete book out there. Have fun Ralph Ellis