From owner-freebsd-bugs@FreeBSD.ORG Sat May 21 20:40:05 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 C88FF16A4CE for ; Sat, 21 May 2005 20:40:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A66FD43D1F for ; Sat, 21 May 2005 20:40:05 +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 j4LKe5Yl020040 for ; Sat, 21 May 2005 20:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4LKe55T020039; Sat, 21 May 2005 20:40:05 GMT (envelope-from gnats) Date: Sat, 21 May 2005 20:40:05 GMT Message-Id: <200505212040.j4LKe55T020039@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin 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: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 20:40:05 -0000 The following reply was made to PR kern/81344; it has been noted by GNATS. From: Mikhail Teterin To: pawmal-posting@freebsd.lublin.pl (Pawel Malachowski) Cc: FreeBSD-gnats-submit@freebsd.org, kris@freebsd.org, demon@freebsd.org Subject: Re: kern/81344: wrong reaction to loading modules compiled into kernel Date: Sat, 21 May 2005 16:29:46 -0400 (EDT) > 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 Thanks, Pawel, I just closed my PR! I wonder, what prevents the fix in yours from getting into the tree... It's been over 2 years... -mi > > 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.