From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EfBaB-0005vV-FV for mharc-grub-devel@gnu.org; Thu, 24 Nov 2005 02:31:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EfBa8-0005uQ-NL for grub-devel@gnu.org; Thu, 24 Nov 2005 02:31:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EfBa3-0005t1-6j for grub-devel@gnu.org; Thu, 24 Nov 2005 02:31:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfBa1-0005rP-LK for grub-devel@gnu.org; Thu, 24 Nov 2005 02:31:42 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EfBa1-0005YH-HM for grub-devel@gnu.org; Thu, 24 Nov 2005 02:31:41 -0500 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 6D12A9506 for ; Thu, 24 Nov 2005 08:28:25 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 13719-07 for ; Thu, 24 Nov 2005 08:28:24 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 844F093CE for ; Thu, 24 Nov 2005 08:28:24 +0100 (CET) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 42882C052 for ; Thu, 24 Nov 2005 08:28:24 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <4bf7a326c787c00b52f64b301ebfacdd@penguinppc.org> <87acfv1r2l.fsf@student.han.nl> <9eb572492c718bfc89029063bbd082b5@penguinppc.org> <43855C5E.3050804@nic.fi> From: Marco Gerards Date: Thu, 24 Nov 2005 08:28:24 +0100 In-Reply-To: <43855C5E.3050804@nic.fi> (Vesa =?iso-8859-1?Q?J=E4=E4skel=E4?= =?iso-8859-1?Q?inen's?= message of "Thu, 24 Nov 2005 08:23:26 +0200") Message-ID: <87psoqjyhz.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: module references X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 07:31:49 -0000 Vesa J=E4=E4skel=E4inen writes: >> Please describe for me how I can trigger this bug. In other words, what >> commands can I run to unload a filesystem module while a file is open? > > One way at least is to use font subsystem. That at least keeps file open. > > See guide from Okuji's message how to create font file and: > > insmod font > font .../fontfile.pff Shouldn't the font file be opened, loaded into memory and closed? -- Marco