Re: double free() with grub-probe

2007-05-17 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: Hi Robert, > We got this bug report from Debian BTS. It seems to be related to LVM. > > The argc address in last line looks very suspicious; stack corruption? Can you try valgrind? The older valgrinds didn't work with GRUB 2, but the newer ones do. --

Re: [PATCH] grub-install for EFI

2007-05-17 Thread Yoshinori K. Okuji
On Wednesday 16 May 2007 08:17, Robert Millan wrote: > Note that this code is in powerpc/../grub-install.in already, and in my > version of i386/efi/grub-install.in it didn't made in. Instead, sanity > check there is: This means that I was not careful enough to review the powerpc-specific code.

Re: [PATCH] grub-install for EFI

2007-05-17 Thread Yoshinori K. Okuji
On Wednesday 16 May 2007 08:25, Robert Millan wrote: > On Tue, May 15, 2007 at 10:16:11PM +0200, Yoshinori K. Okuji wrote: > > On Friday 11 May 2007 18:03, Robert Millan wrote: > > > Please have a look at this patch that adds grub-install for EFI and > > > tell me what you think. I have some doubt

Re: double free() with grub-probe

2007-05-17 Thread Jeroen Dekkers
At Thu, 17 May 2007 11:58:54 +0200, Marco Gerards wrote: > Hi Robert, > > > We got this bug report from Debian BTS. It seems to be related to LVM. > > > > The argc address in last line looks very suspicious; stack corruption? > > Can you try valgrind? The older valgrinds didn't work with GRUB 2

Re: Bug#381150: still not able to handle partitionable arrays

2007-05-17 Thread Jeroen Dekkers
At Mon, 7 May 2007 22:00:50 +0200, Robert Millan wrote: > > On Mon, May 07, 2007 at 09:03:48PM +0200, Yoshinori K. Okuji wrote: > > On Saturday 05 May 2007 01:29, Robert Millan wrote: > > > It seems there are problems with accessing software RAID in devices with > > > pathnames like /dev/md_d0p1 >

Host filesystem access

2007-05-17 Thread Marco Gerards
Hi, Here is a patch to make it possible to access the host filesystem from grub-emu. This is especially useful for debugging purposes and will make my life easier ;-). This also adds a dummy disk which is used to give the host filesystem a name. It is not particularly clean, but adding this as

Re: Bug#381150: still not able to handle partitionable arrays

2007-05-17 Thread Jeroen Dekkers
At Sat, 5 May 2007 01:29:07 +0200, Robert Millan wrote: > It seems there are problems with accessing software RAID in devices with > pathnames like /dev/md_d0p1 > > On Sat, Jan 06, 2007 at 05:59:16PM +0100, martin f krafft wrote: > > > > grub2 1.95-2 still does not support partitionable arrays: >

Re: Bug#381150: still not able to handle partitionable arrays

2007-05-17 Thread Robert Millan
tags 381150 fixed-upstream thanks On Fri, May 18, 2007 at 01:28:15AM +0200, Jeroen Dekkers wrote: > > > cannot find a GRUB drive for md_d0p1. > > My latest commit to GRUB2 CVS should fix this. Martin, can you check if things work for you before next upload ? -- Robert Millan My spam trap is [

Re: [PATCH] grub-install for EFI

2007-05-17 Thread Robert Millan
On Thu, May 17, 2007 at 09:18:41PM +0200, Yoshinori K. Okuji wrote: > On Wednesday 16 May 2007 08:25, Robert Millan wrote: > > On Tue, May 15, 2007 at 10:16:11PM +0200, Yoshinori K. Okuji wrote: > > > On Friday 11 May 2007 18:03, Robert Millan wrote: > > > > Please have a look at this patch that ad

Re: Host filesystem access

2007-05-17 Thread Robert Millan
On Thu, May 17, 2007 at 11:28:12PM +0200, Marco Gerards wrote: > +grub_error (GRUB_ERR_BAD_FS, "not a affs filesystem"); > +grub_error (GRUB_ERR_BAD_FS, "not a hfsplus filesystem"); > +grub_error (GRUB_ERR_BAD_FS, "not a sfs filesystem"); I think these should be "an" (but not sure abou

Re: "grub-probe -t partmap" doesn't work with software RAID

2007-05-17 Thread Robert Millan
On Sun, May 13, 2007 at 06:44:07PM +0200, Robert Millan wrote: > On Sun, May 13, 2007 at 12:02:26PM +0100, Sam Morris wrote: > > On Sat, 2007-05-12 at 22:16 +0100, Sam Morris wrote: > > > On Wed, 2007-05-09 at 18:13 +0200, Robert Millan wrote: > > > > I'm forwarding you a bug report from Debian. I

Re: Host filesystem access

2007-05-17 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Thu, May 17, 2007 at 11:28:12PM +0200, Marco Gerards wrote: >> +grub_error (GRUB_ERR_BAD_FS, "not a affs filesystem"); >> +grub_error (GRUB_ERR_BAD_FS, "not a hfsplus filesystem"); >> +grub_error (GRUB_ERR_BAD_FS, "not a sfs filesystem");