From owner-freebsd-stable@FreeBSD.ORG Tue Jun 19 19:15:39 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50CCA106566B for ; Tue, 19 Jun 2012 19:15:39 +0000 (UTC) (envelope-from olavgg@gmail.com) Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42]) by mx1.freebsd.org (Postfix) with ESMTP id 03E718FC0A for ; Tue, 19 Jun 2012 19:15:38 +0000 (UTC) Received: by qafi31 with SMTP id i31so2353602qaf.15 for ; Tue, 19 Jun 2012 12:15:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=olnhGgt1J80CnQuynGbngsjXta1QyVpJKA1JZXvF1j8=; b=V/Tpoci9aQWZtI/8W9TzryQ6QLI7DJDEeMHKWwVGzgCcWX3uWsrFVbGKzlFpRevNwM NGPCyYp7TDXOoaLfo3TfYFMDrr+aDLyd3zk9xKXcB4TxXuEnfhS4cX4GnoCquYcNGS6f 0dfdkv9eNkPjA5UnguCFu/AXipCCoGV3+BlY2M/rGL6e9yjWu/0lCIog4CIgNnKuEKnF BJukYhXPYtikrQ/ZwwriqmTGO0N7Tf3LEFasyLuKfsLoMtdS9tU4DnZrJsFjQvN60HgS HnRbqN9A65lGvWOig663gacQBgcw4YoL/9SEV32qHvawbQmTNc7TjREOONJkp0i0aXfv HuhQ== MIME-Version: 1.0 Received: by 10.229.134.199 with SMTP id k7mr10033506qct.99.1340133338220; Tue, 19 Jun 2012 12:15:38 -0700 (PDT) Received: by 10.229.45.5 with HTTP; Tue, 19 Jun 2012 12:15:38 -0700 (PDT) In-Reply-To: <2793AE6B6B3F4AA7A4BED1ABA466D500@white> References: <2793AE6B6B3F4AA7A4BED1ABA466D500@white> Date: Tue, 19 Jun 2012 21:15:38 +0200 Message-ID: From: Olav Gjerde To: Dewayne Geraghty Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Stable Mailing List Subject: Re: Kernel modules are broken after updating to the latest FreeBSD9-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 19:15:39 -0000 No I didn't miss the buildkernel/installkernel steps :) I've tried everything from deleting /usr/obj /usr/src, csup'ing a new source to make build/kernel/world without -j I see with uname -a that the kernel date is in february (last time updated this server). Why doesn't it update to june? /boot/kernel is created in june. Is it something wrong with my source files? Should I try updating with cvsup instead of csup?