Re: installing on x86_64

2007-05-27 Thread Jeroen Dekkers
At Sat, 26 May 2007 19:44:09 -0500, Jerone Young wrote: > > Really..exactly waht distro and gcc version are you using. There is > still lack for _start with compiling 32-bit binaries using gcc x86-64. > I'm currently been testing on Fedora Core 7 beta and I see the problem > consistently (though I

Re: Moving to another SCM

2007-05-27 Thread Thomas Schwinge
Hello! On Tue, May 22, 2007 at 11:58:44PM +0200, Jeroen Dekkers wrote: > https://savannah.gnu.org/maintenance/Git > > It will depend on when savannah starts offering it when we can switch. Support for git is already up and running: . I know from the GNU core

Re: Moving to another SCM

2007-05-27 Thread Marco Gerards
Thomas Schwinge <[EMAIL PROTECTED]> writes: Hi, > On Tue, May 22, 2007 at 11:58:44PM +0200, Jeroen Dekkers wrote: >> https://savannah.gnu.org/maintenance/Git >> >> It will depend on when savannah starts offering it when we can switch. > > Support for git is already up and running: >

Grub2 won't install on partitionable raid 1

2007-05-27 Thread Centurion Computer Technology (2005) Ltd
Hi, Using debian unstable grub2-1.95+20070520 (the current cvs version) on AMD64 If I run 'grub-install /dev/md_d0' I get 'grub-setup: error: Can't open /dev/md0: No such file or directory' If I run 'grub-install /dev/md/d0' grub-setup: error: Unknown kind of RAID device `/dev/md/d0' If I run g

patch for partmap probing on RAID/LVM

2007-05-27 Thread Sam Morris
Here's the beginning of a patch for grub-probe itself to make it handle RAID/LVM more intelligently. This will work for the most common use-cases; the comments describe an idea to make the probing process recursive to handle more interesting situations such as LVM-on-RAID. diff --git a/uti