From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 00:16:52 2009 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 02527106566C for ; Fri, 12 Jun 2009 00:16:52 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f217.google.com (mail-bw0-f217.google.com [209.85.218.217]) by mx1.freebsd.org (Postfix) with ESMTP id 807A58FC0C for ; Fri, 12 Jun 2009 00:16:51 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz17 with SMTP id 17so16725bwz.43 for ; Thu, 11 Jun 2009 17:16:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=LFaXEx5odhVsygXmoKVT48WpRGiKITqfHKYifTjuxHc=; b=A1R8Sh7mqI5YOA7C7ShYH3bJhDf6ppR8qEgtiwSrrXeAna9iQcYuawUcsSfGwxPy32 8WcKGiNBUPxvRAosXEFgmL9PHwtYoxf+UTxZ1XndOWt4MNnM5wyZXBzwZVcXW0JOWA8p EPdetdir02l2b025+uvm0IuXG6bgEyN+2Hm0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=uBBsrmw2ieMxCgZfL7RqDV10xN+E1eBVCOg2+uQMhRcevMpyMsz0pcJ0pQttCKK1NI 4MdoaNJkbJGN9YsUBfJnoOd1vX+eRY5tRWzNmGkUOfXqWJpgDfimiXK4KT/bnMsh1KKW PrbQImTD2wHhbfc1gTNaJXUozKgWNsyt9AJSM= MIME-Version: 1.0 Received: by 10.204.54.4 with SMTP id o4mr3073806bkg.10.1244765810358; Thu, 11 Jun 2009 17:16:50 -0700 (PDT) In-Reply-To: <20090612001026.GG39951@eggman.experts-exchange.com> References: <20090612001026.GG39951@eggman.experts-exchange.com> Date: Thu, 11 Jun 2009 20:16:50 -0400 Message-ID: <4ad871310906111716x100127bbt2d99e16089ea2d05@mail.gmail.com> From: Glen Barber To: Jason Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: freebsd update question 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: Fri, 12 Jun 2009 00:16:52 -0000 Hi, Jason On Thu, Jun 11, 2009 at 8:10 PM, Jason wrote: > Hi, > > I have just started getting into the realm of kernel building, and I have a > question in so far as upgrades. > > Is it possible to do a freebsd-update fetch then install, reboot, and then > install again to get to the latest release you want to run? > Yes, this is possible. > Update /usr/src with sources and build a kernel from that, and use that > kernel. > Yep. > After this, assuming this is the correct path, can the same path be used to > upgrade other servers, and then just plop the kernel on (same hardware.) > If it is a GENERIC kernel on the other servers, you can follow the freebsd-update path mentioned above. > I am not sure if this is the right path, but looking to understand it a > little better. > If you only want binary upgrades, freebsd-update is probably your best bet. If you like pain (like most of us do), you can build from source. :) -- Glen Barber