From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LtMGh-0000YJ-Jw for mharc-grub-devel@gnu.org; Mon, 13 Apr 2009 09:32:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtMGe-0000XC-VL for grub-devel@gnu.org; Mon, 13 Apr 2009 09:32:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtMGZ-0000VD-BJ for grub-devel@gnu.org; Mon, 13 Apr 2009 09:32:07 -0400 Received: from [199.232.76.173] (port=60674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtMGY-0000Uw-JX for grub-devel@gnu.org; Mon, 13 Apr 2009 09:32:02 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:63842) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtMGX-0006S9-UG for grub-devel@gnu.org; Mon, 13 Apr 2009 09:32:02 -0400 Received: from [85.180.44.158] (e180044158.adsl.alicedsl.de [85.180.44.158]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MKuxg-1LtMGX076p-0001KO; Mon, 13 Apr 2009 15:32:01 +0200 From: Felix Zielcke To: The development of GRUB 2 Content-Type: text/plain Date: Mon, 13 Apr 2009 15:32:00 +0200 Message-Id: <1239629520.3747.28.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+2xVkRtbRl+Es7Vw6r4UJuTl59qA98rMokLxd zU/gXTLxwsTTp+wMijZ0zQ3Pjs1sCdFyGzUs5OTjjRZXWJ309v Cx9HGMh4fUfaeUpDffffw== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: [PATCH] fix grub-setup on kfreebsd by adding 0x10 to the sysctl ("kern.geom.debugflags") flags 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: Mon, 13 Apr 2009 13:32:09 -0000 Here's a patch to fix grub-setup on Debian GNU/kFreeBSD. Without it, it fails always with `grub-setup: error: cannot open `/dev/da0' in open_device()' With it, it works fine. -- Felix Zielcke