From owner-freebsd-questions@FreeBSD.ORG Sun Dec 11 08:19:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 179381065670 for ; Sun, 11 Dec 2011 08:19:40 +0000 (UTC) (envelope-from rocky@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 8629F8FC0A for ; Sun, 11 Dec 2011 08:19:40 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.179]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 54BE55C24; Sun, 11 Dec 2011 18:32:02 +1000 (EST) Message-ID: <4EE466F5.9060706@herveybayaustralia.com.au> Date: Sun, 11 Dec 2011 18:16:53 +1000 From: R Skinner User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: Jeffry Killen References: <88E8118F-3B0A-4453-9E10-2BE6733E4C81@prodigy.net> In-Reply-To: <88E8118F-3B0A-4453-9E10-2BE6733E4C81@prodigy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installation difficulties 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: Sun, 11 Dec 2011 08:19:41 -0000 On 12/11/11 16:01, Jeffry Killen wrote: > Hello; > I am not new to FreeBSD, but it has been a while since I worked with it. > The last version I obtained from FreeBSD Mall is 7.2. The jewel case > is marked with a date of May 2009, so it is a little behind. But I > expected it > to boot the i386 version installer, which it did on an Intel 64 bit > processor. > The 64 bit version is marked 'AMD64'. I would have gotten a laptop > with AMD > but this particular seller (Linux Certified) did not have one > available when > I was ready to buy. So now I am at it because the warrantee on the > laptop > has expired. > > So, I installed x-developer and attempted to install Apache from the > included > ports. None of the listed version would install: error code -1. > > I also tried MySQL. The first time it also failed to install. But did > sysinstall and tried > a different version than originally selected, and it did install. > > Since I wanted the GUI, I ran xinit when I got a shell prompt and > xwindows > failed to load and run, the error is "failed to load module fbdev > (module does > not exist). > > Perhaps this is not an issue that can be addressed practically, here, > which is > alright with me. But short of getting another DVD and trying to > install from that > is there a way to deal, at least with the fbdev complaint? > > My experience with FreeBSD goes back to 6.0, setting up and running > servers, > specifically web servers. This is going to be a development server, > as it had > been when it had Ubuntu Linux. > > Thank you for time and attention; > JK I'd download at least 8.2 (amd64 if you like, but you can stick to i386), and do a basic install (no ports or packages- yet). Once running execute freebsd-update fetch install as root, then portsnap fetch extract. With that done, then go into ports and install what you want from there by entering the directory of the port you want to install (say www/apache22) and running make install clean. You'll have options to select and away you go. If you can wait a few weeks (9.0-Release guys: back me up :) ), install the disk you have there and install in the same way so you have something to play around with and get your feet wet until 9. Or try 9.0-RC3, you can get release using freebsd-update. And above all: to do that you are going to become very good friends with the FreeBSD Handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ HTH