Re: [PATCH] xnu

2009-04-24 Thread Vladimir Serbinenko
Your FSB wasn't detected correctly (or rather not detected at all, what's your CPU?). The actual bug is that if fsb frequency is too low the kernel will crash when trying to use 64-bit mode (you can use -legacy parameter to put xnu in 32-bit mode). You need to specify fsb with a variable. Can you c

Re: [PATCH]: grub: Don't hold raw device open when iterating down into partitions.

2009-04-24 Thread David Miller
From: David Miller Date: Thu, 23 Apr 2009 03:33:14 -0700 (PDT) > 2009-04-23 David S. Miller > > Avoiding openning same device multiple times in device iterator. > > * kern/device.c (grub_device_iterate): Define struct part_ent, > and use it to build a list of partitions in

Re: [PATCH]: grub: Close parent device in grub_fs_uuid_close().

2009-04-24 Thread David Miller
From: David Miller Date: Thu, 23 Apr 2009 03:33:16 -0700 (PDT) > 2009-04-23 David S. Miller > > * disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close() > on disk->data. Committed. ___ Grub-devel mailing list Grub-devel@gnu.org h

Re: [PATCH]: grub: Fix ieee1275 iteraters to stop when hook() returns non-zero.

2009-04-24 Thread David Miller
From: David Miller Date: Thu, 23 Apr 2009 03:33:18 -0700 (PDT) > 2009-04-23 David S. Miller > > * disk/ieee1275/nand.c (grub_nand_iterate): Return > grub_devalias_iterate() result instead of unconditional 0. > * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Likewise. >

Warnings when building svn2137

2009-04-24 Thread BandiPat
Getting these errors when building the package for Zenwalk Linux! WARNING: zero length file usr/include/grub/lib/datetime.h WARNING: usr/man/man1/grub-mkimage.1.gz is an empty gzipped file WARNING: usr/man/man1/grub-mkelfimage.1.gz is an empty gzipped file WARNING: usr/man/man1/grub-mkfont.1.

Booting from Raid5 whole disk array.

2009-04-24 Thread Daniel Reurich
Hi, I have been playing with booting from Raid5 and managed to hack together a fix for the grub-setup to make grub install correctly on Raid5 disk sets. It's not pretty yet but it worked for installing onto a raid5 whole disk set and having it boot. I will start creating a proper set of patches

Re: Warnings when building svn2137

2009-04-24 Thread BandiPat
BandiPat wrote: Getting these errors when building the package for Zenwalk Linux! WARNING: zero length file usr/include/grub/lib/datetime.h WARNING: usr/man/man1/grub-mkimage.1.gz is an empty gzipped file WARNING: usr/man/man1/grub-mkelfimage.1.gz is an empty gzipped file WARNING: usr/man/ma

Re: Warnings when building svn2137

2009-04-24 Thread Pavel Roskin
On Fri, 2009-04-24 at 13:58 -0400, BandiPat wrote: > BandiPat wrote: > > Getting these errors when building the package for Zenwalk Linux! > > > > WARNING: zero length file usr/include/grub/lib/datetime.h > > WARNING: usr/man/man1/grub-mkimage.1.gz is an empty gzipped file ... I guess it's file

[PATCH] Prevent creation of empty manuals

2009-04-24 Thread Pavel Roskin
* Makefile.in: Use the "-o" (output) option of help2man instead of shell redirection. This prevents creation of empty manuals if help2man is not working. --- Makefile.in |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefil

Re: [PATCH] xnu

2009-04-24 Thread Joey Korkames
Vladimir Serbinenko writes: << HTML content follows >> Your FSB wasn't detected correctly (or rather not detected at all, what's your CPU?). The actual bug is that if fsb frequency is too low the kernel will crash when trying to use 64-bit mode (you can use -legacy parameter to put xnu in 32-

Re: Warnings when building svn2137

2009-04-24 Thread BandiPat
Pavel Roskin wrote: The manuals are generated from the output of the corresponding commands. I believe your version of help2man is not working. I'm going to fix the makefile to prevent generation of empty manuals in that case. --- Thanks Pavel. Turns out I didn't know about help2man, s

Re: Warnings when building svn2137

2009-04-24 Thread Pavel Roskin
Quoting BandiPat : Pavel Roskin wrote: The manuals are generated from the output of the corresponding commands. I believe your version of help2man is not working. I'm going to fix the makefile to prevent generation of empty manuals in that case. --- Thanks Pavel. Turns out I didn't