From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 12:40:53 2008 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 7E9C0106564A for ; Tue, 16 Sep 2008 12:40:53 +0000 (UTC) (envelope-from gpbuono@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB8D8FC1E for ; Tue, 16 Sep 2008 12:40:52 +0000 (UTC) (envelope-from gpbuono@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so1975572pyb.10 for ; Tue, 16 Sep 2008 05:40:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=zLHaHxTpw6ok46ov3agniLla4yl38tedZRjiC0p8yCw=; b=u6LZpDHtUL78VLtLQ6F4s76kIpZ2ZevA7TdMTSuqYFRkxaZPXSwRAJD8V66ui5Th1p FG6hRtOfps13T2QBPvrfYPrB9Q53jGys9utvy213FwKCwJImQFZTRzZABEffMtN/x9jr OZoZV6wJEpv8/tKN5f5+gLDCp5Md+QMaA3sUs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=vpWQ/rB8AtAzMre0NxTveRqIt/PiKOo5Gnp7TPqy3fDLS1+ZpktsZlHKPjmdxMn1ev LMzYd6dgNxBbdX+RGzodFSK63/1o3i0UKPsyPLXgHAX48/k3PzS2or9mM3oYwcb8qg5S BKXY8HdOEepLim1UHiBeexkMKI5dFeqdcfou8= Received: by 10.142.245.10 with SMTP id s10mr334355wfh.203.1221568851984; Tue, 16 Sep 2008 05:40:51 -0700 (PDT) Received: by 10.142.156.1 with HTTP; Tue, 16 Sep 2008 05:40:51 -0700 (PDT) Message-ID: Date: Tue, 16 Sep 2008 14:40:51 +0200 From: "Gian Paolo Buono" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kernel compile e branches 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: Tue, 16 Sep 2008 12:40:53 -0000 Hi, I have upgrade my distro and kernel..with following steps: 1) cd /usr/src ; make update 2) edit /usr/src/sys/i386/conf/GENERIC file for the kernel 3) make buildkernel KERNCONF=GENERIC 4) make installkernel KERNCONF=GENERIC 5) shutdown -r now 6) mergemaster -p 7) make installworld 8) mergemaster -cvsi 9) shutdown -r now now my kernel is FreeBSD 7.1-PRERELEASE. For server in produciton which is the branches reccomended ? RELEASE ... STABLE ... And where set the branche to use ? Gian Paolo