From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JPOG1-0001ua-GT for mharc-grub-devel@gnu.org; Wed, 13 Feb 2008 15:31:05 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPOG0-0001uM-3F for grub-devel@gnu.org; Wed, 13 Feb 2008 15:31:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPOFr-0001tO-Gu for grub-devel@gnu.org; Wed, 13 Feb 2008 15:31:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPOFr-0001tJ-Bq for grub-devel@gnu.org; Wed, 13 Feb 2008 15:30:55 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPOFX-0000uO-Jr for grub-devel@gnu.org; Wed, 13 Feb 2008 15:30:55 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JPOFB-0001ZW-PW for grub-devel@gnu.org; Wed, 13 Feb 2008 20:30:13 +0000 Received: from adsl-69-234-191-77.dsl.irvnca.pacbell.net ([69.234.191.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Feb 2008 20:30:13 +0000 Received: from wa1ter by adsl-69-234-191-77.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Feb 2008 20:30:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Wed, 13 Feb 2008 12:31:09 -0800 Organization: none Message-ID: References: <1202766709.5108.7.camel@k9.localnet> <20080212111902.GC18073@thorin> <20080212193650.GA3319@thorin> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-191-77.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008021304) In-Reply-To: Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [PATCH] a.out support for multiboot and freebsd 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: Wed, 13 Feb 2008 20:31:04 -0000 Bean wrote: > On Feb 14, 2008 1:25 AM, walt wrote: >> ... >> I'm wondering if you have commited all of your UFS/FFS patches to >> cvs. Seems like I'm seeing some old UFS problems that you fixed >> once already(?). > Is it possible that your build is not clean ? you can try to run make > distclean and then configure and make, see if there is any difference. Yes, I do that every time. I'm betting that your source tree is not the same as mine -- i.e. you have some patches I don't have. Could you perhaps put up a tarball of your working source tree so I can compare it to mine? > i'm also putting my compiled version at: > > http://grub4dos.sourceforge.net/grub2/g2ldr Yes, this works perfectly except that I still can't read my openbsd filesystem correctly. I can list / but none of the subdirectories, and I can't even read a small text file from /. (I guess that also means I can't properly read the directories in /). Everything I try gives me 'out of partition' or similar. Progress! :o)