From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 01:41:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4944F16A41F for ; Mon, 11 Jun 2007 01:41:46 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id D587113C43E for ; Mon, 11 Jun 2007 01:41:45 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so53521nfb for ; Sun, 10 Jun 2007 18:41:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hI6vlyUQEeQCMz7+D8thWbNjYhVTLIMZXElKOtAGXHjHlbKINOsEn7mDzODBaLA43rsg5vJJDcwQlntNBUJEouvd8CtalX7v2+jnu3ee4JUz1EF/MUSxgX9SvkX8wUZeU1xjRiLg9HbHmy0DkLtph8vJU9J+/DGK8HOZdZVDS80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kOMXGellmfCdZXPCPXQa7IW4W2JqO0v85hmjQlNPV6q5afsXBIE5QRqGXW7vmAyjN4X4XYHUfqs5gJd944YM4crr6b3fgcLKIdNKkNJQgVQw1qdVj8GpJhEp6iwwsmoMdMiXAUC3FOA6+rnjCBmkdsBQh94qOxZql0S7yLB2RPk= Received: by 10.82.106.14 with SMTP id e14mr10002105buc.1181526104520; Sun, 10 Jun 2007 18:41:44 -0700 (PDT) Received: by 10.82.187.12 with HTTP; Sun, 10 Jun 2007 18:41:44 -0700 (PDT) Message-ID: Date: Sun, 10 Jun 2007 20:41:44 -0500 From: "illoai@gmail.com" To: "Abdullah Ibn Hamad Al-Marri" In-Reply-To: <499c70c0706100121w3489f6b4m2f3ab62d33fda3eb@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <499c70c0706100121w3489f6b4m2f3ab62d33fda3eb@mail.gmail.com> Cc: freebsd-questions@freebsd.org, Mark Stout Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE 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: Mon, 11 Jun 2007 01:41:46 -0000 On 10/06/07, Abdullah Ibn Hamad Al-Marri wrote: > On 6/10/07, Mark Stout wrote: > > > > > > So how should I fix this? > > > > Thank you, > > Mark Stout > > cd /usr/src > make cleanworld > mergemaster -p > make buildworld > make buildkernel > make installkernel > reboot > > cd /usr/src > make installworld > mergemaster -iU > reboot > > You are done. :) Start with # rm -r /usr/obj/* -- --