From owner-freebsd-stable@FreeBSD.ORG Mon Jun 18 21:41:10 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 AEB7D106564A for ; Mon, 18 Jun 2012 21:41:10 +0000 (UTC) (envelope-from olavgg@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6951D8FC16 for ; Mon, 18 Jun 2012 21:41:10 +0000 (UTC) Received: by qcsg15 with SMTP id g15so3825552qcs.13 for ; Mon, 18 Jun 2012 14:41:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5uYpilk2QvQHIH7LXdTZr3HYoE15pjciUc2Y6k67Sts=; b=YVvgVBWFXXvFpkJHBQtRR1Wc1+vrLvGQsfrm4gbwQ744Wu9udp4BNW71twgKNoYTug w/9VZ0v7i888aeAwuR0OtGlYjQi76PnjK8xPZDOiZ6orzobQunYu/82njQ8ar6XyGqvK cnf00hlsFIV3ugx/uSXx9AE79CQtNQo7Y57rz6x306wI0exktdaIosN3DnXQUdSU6+YF rltAr4uS9oF1JOACBaewrIAdAdQnVvOSubzrMGpZvk8KVdMY8g7OIsAsGpbL9zEGMGfN KKSAG+iDlFxlGZlNjjall86GU3El7bsK8ZJalF2hCV132Q75Po0KCw7r67jLRESI9YFF Pzpg== MIME-Version: 1.0 Received: by 10.229.134.199 with SMTP id k7mr8310471qct.99.1340055669801; Mon, 18 Jun 2012 14:41:09 -0700 (PDT) Received: by 10.229.45.5 with HTTP; Mon, 18 Jun 2012 14:41:09 -0700 (PDT) Date: Mon, 18 Jun 2012 23:41:09 +0200 Message-ID: From: Olav Gjerde To: FreeBSD Stable Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Kernel modules are broken after updating to the latest FreeBSD 9-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: Mon, 18 Jun 2012 21:41:10 -0000 Yesterday I updated to the latest version of FreeBSD 9-STABLE. I always follow the procedure in the manual -> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html And I use the GENERIC config with no modifications. The system boots fine, however quite a few important kernel modules no longer works. Specifically nullfs, fdescfs, zfs, zlib, xfs, while some other modules like geom_mirror and geom_raid works. I get the following error messages: KLD nullfs.ko: depends on kernel - not available or version mismatch linker_load_file: Unsupported file type KLD fdescfs.ko: depends on kernel - not available or version mismatch linker_load_file: Unsupported file type What could have gone wrong? What can I do to fix this?