From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 1 18:10:10 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 022F81065697 for ; Tue, 1 Feb 2011 18:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B85D58FC1A for ; Tue, 1 Feb 2011 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p11IA9ls023037 for ; Tue, 1 Feb 2011 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p11IA9dC023036; Tue, 1 Feb 2011 18:10:09 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2011 18:10:09 GMT Resent-Message-Id: <201102011810.p11IA9dC023036@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Olsson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 678FF106564A for ; Tue, 1 Feb 2011 18:06:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 55BE68FC0A for ; Tue, 1 Feb 2011 18:06:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p11I6U5k075958 for ; Tue, 1 Feb 2011 18:06:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p11I6U0c075957; Tue, 1 Feb 2011 18:06:30 GMT (envelope-from nobody) Message-Id: <201102011806.p11I6U0c075957@red.freebsd.org> Date: Tue, 1 Feb 2011 18:06:30 GMT From: Martin Olsson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/154443: Kernel module bridgestp.ko missing after upgrade (if_bridge.ko depend on it) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 18:10:10 -0000 >Number: 154443 >Category: misc >Synopsis: Kernel module bridgestp.ko missing after upgrade (if_bridge.ko depend on it) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 18:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Martin Olsson >Release: 6.4 -> 7.x >Organization: >Environment: >From 6.4-RELEASE to e.g. 7.3-RELEASE >Description: I did a binary upgrade from FreeBSD 6.4 (i386) to FreeBSD 7.3 using 'freebsd-update'. Everything is working fine except bridge(). Fortunetly, I don't manage the machine via the bridge0 interface. If I did, the remote upgrade would have cut me off and no longer let me ssh to it again. ...hence the Serious severity. The problem is simply that the file /root/kernel/bridgestp.ko is missing on the upgraded system. When ifconfig try to create bridge0, the kernel module if_bridge.ko is loaded and when it in turn try to load bridgestp.ko, dmesg say: "KLD if_bridge.ko: depends on bridgestp - not available" On another FreeBSD 7.3 machine, installed as 7.3 directly from CD, the file /root/kernel/bridgestp.ko is present and bridge0 can be created. The problem only seem to exist when performing a major upgrade. (Note: I have only tested a binary upgrade, not the "build world" approach) On the upgraded 7.3 machine I've run freebsd-update in IDS-mode. It didn't complain about any /boot/kernel/* files at all. The upgrade itself didn't log any errors. >How-To-Repeat: Upgrade a 6.4 system to 7.x. '/usr/sbin/freebsd-update -r 7.3-RELEASE upgrade' >Fix: >Release-Note: >Audit-Trail: >Unformatted: