From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 01:39:35 2012 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 F26FE106564A for ; Sun, 19 Feb 2012 01:39:34 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id B65AE8FC17 for ; Sun, 19 Feb 2012 01:39:34 +0000 (UTC) Received: by iaeo4 with SMTP id o4so8021862iae.13 for ; Sat, 18 Feb 2012 17:39:34 -0800 (PST) Received-SPF: pass (google.com: domain of olivares14031@gmail.com designates 10.42.154.195 as permitted sender) client-ip=10.42.154.195; Authentication-Results: mr.google.com; spf=pass (google.com: domain of olivares14031@gmail.com designates 10.42.154.195 as permitted sender) smtp.mail=olivares14031@gmail.com; dkim=pass header.i=olivares14031@gmail.com Received: from mr.google.com ([10.42.154.195]) by 10.42.154.195 with SMTP id r3mr7062947icw.36.1329615574265 (num_hops = 1); Sat, 18 Feb 2012 17:39:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=49kwpyNrZ1cCAVF84DGLOneSbSKlkmDoOtckeaQucOc=; b=qO8pAFENO0D/QcYhviQP/leaxc+5CPpI71g1aEaBkBQaG+3ob/EEBgysTEe0vKOiIv a6HNodsBApsmOo+cmT1UzOVqyWAqUInfpx7WJYl7d9xkYcj+DxPx6Qf4YW07iguaAqD/ jtf5fFQ5kONX0Z7V6ff/aSM2rZtLor2BN330U= MIME-Version: 1.0 Received: by 10.42.154.195 with SMTP id r3mr5716493icw.36.1329615574219; Sat, 18 Feb 2012 17:39:34 -0800 (PST) Received: by 10.50.222.227 with HTTP; Sat, 18 Feb 2012 17:39:34 -0800 (PST) Date: Sat, 18 Feb 2012 19:39:34 -0600 Message-ID: From: Antonio Olivares To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: No updates needed to update system to 8.2-RELEASE-p6 but still on 8.2-RELEASE-p3 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, 19 Feb 2012 01:39:35 -0000 Dear kind folks, I am getting more and more as to what is needed to keeping a system running in optimum conditions(updating ports & userland too). I was just updating ports, but neglecting the new userland tools & kernels. I have successfully run make buildworld & make installworld, and the steps to run newer userland + kernel. Also one can use freebsd-update fetch & freebsd-update install and it will install binary updates(avoid compiling). I have done this on my 8.2 amd64 machines, but somehow the finished command says that it is ready to run 8.2-RELEASE-p6, but I reboot and am still in 8.2-RELEASE-p3. Is there a way to do it, other than doing it from source(es)? through freebsd-update utitlity? I don't understand some suggestions in forum thread: http://forums.freebsd.org/showthread.php?t=28510 I had gotten the error message: Installing updates...install: ///usr/src/lib/libc/gen/libc_dlopen.c: No such file or directory done. and overcame it with # mkdir -p /usr/src/lib/libc/gen and rerunning freebsd-update fetch and freebsd-update install but rebooting still gives -p3 kernel: [olivares@quadcore ~]$ uname -a FreeBSD quadcore.home 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 [olivares@quadcore ~]$ uname -r 8.2-RELEASE-p3 [olivares@quadcore ~]$ su - Password: quadcore# freebsd-update fetch Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching metadata signature for 8.2-RELEASE from update4.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. The following files are affected by updates, but no changes have been downloaded because the files have been modified locally: /var/db/mergemaster.mtree No updates needed to update system to 8.2-RELEASE-p6. quadcore# freebsd-update install No updates are available to install. Run '/usr/sbin/freebsd-update fetch' first. quadcore# freebsd-update fetch Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching metadata signature for 8.2-RELEASE from update2.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. The following files are affected by updates, but no changes have been downloaded because the files have been modified locally: /var/db/mergemaster.mtree No updates needed to update system to 8.2-RELEASE-p6. As always I thank all users for advice/suggestions/comments. I have been bailed out of many problems and am thankful to FreeBSD community. Regards, Antonio