From owner-freebsd-bugs@FreeBSD.ORG Sat May 21 18:20:07 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D29516A4CE for ; Sat, 21 May 2005 18:20:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3038043D3F for ; Sat, 21 May 2005 18:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4LIK7Em004823 for ; Sat, 21 May 2005 18:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4LIK7L2004822; Sat, 21 May 2005 18:20:07 GMT (envelope-from gnats) Date: Sat, 21 May 2005 18:20:07 GMT Message-Id: <200505211820.j4LIK7L2004822@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Pawel Malachowski Subject: Re: kern/81344: wrong reaction to loading modules compiled into kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Malachowski List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 18:20:07 -0000 The following reply was made to PR kern/81344; it has been noted by GNATS. From: Pawel Malachowski To: Mikhail Teterin Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/81344: wrong reaction to loading modules compiled into kernel Date: Sat, 21 May 2005 20:14:55 +0200 On Sat, May 21, 2005 at 01:50:55PM -0400, Mikhail Teterin wrote: > I forgot, I had the umass compiled into the kernel and tried > to kldload the module after boot. Understandibly, it failed with: > kldload: can't load umass: File exists > on stderr, and the following kernel messages: > module_register: module uhub/umass already exists! > linker_file_sysinit "umass.ko" failed to register! 17 > > however, the module is not listed in the kldstat output and see http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/48759 > can not be unloaded: > kldunload: can't unload file: Device busy > and the folloing kernel message: > linkerunload: attempt to unload file that was loaded by the kernel > > I don't know if this problem is purely cosmetic or not. -- Paweł Małachowski