Re: Bug in arg.c

2012-01-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
+ 1][0] != '-' - opt-type != ARG_TYPE_NONE) + opt opt-type != ARG_TYPE_NONE) option = argv[++curarg]; if (!opt (cmd-cmd-flags GRUB_COMMAND_ACCEPT_DASH)) Committed, thanks -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: ZFS Crypto key hand off to kernel

2012-01-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: ZFS Crypto key hand off to kernel

2012-01-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 13.01.2012 15:27, Darren J Moffat wrote: On 01/13/12 14:17, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Is this something that would be of interest for GRUB2 ? If so I'll look at developing the spec update and a patch for GRUB2 to support it for the zfs crypto support. That would be most

Retiring grub-mkdevicemap

2012-01-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. With the lazy scanning and hints patches grub-mkdevicemap was completely excluded from the grub-install, it's not used anymore by any other GRUB tool. Does anyone have a reason to keep it around at all? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Multiboot video mode request on EFI-gop

2012-01-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Multiboot video mode request on EFI-gop

2012-01-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-END PGP SIGNATURE- ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing

Re: not a valid root device error in UEFI chainloader command

2012-01-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
in advance. Regards. Keshav ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list

Re: Multiboot video mode request on EFI-gop

2012-01-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
a driver directly for GRUB if you want to make a driver at all. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Restore test for limits.h

2012-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.12.2011 23:26, Mario Limonciello wrote: +2011-12-14 Mario Limonciellomario_limoncie...@dell.com + + * configure.ac: Add back in test for limits.h. + Applied, thanks. Sorry for the delay -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: undefined reference to 'system'

2012-01-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Legacy is abandoned. bits9 = system(readFrontKey); You can't use usual syscalls inside bootloader. GRUB2 has its own API which is somewhat posix-like but has no such things as system, pipes or forks, and normally there shouldn't be any need. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

[RFC] FIEMAP and disk sync issues

2012-01-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
need an FS-whitelist. Experiment patch attached. Any thoughts? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'grub-core/fs/affs.c' --- grub-core/fs/affs.c 2012-01-14 14:44:34 + +++ grub-core/fs/affs.c 2012-01-27 11:55:52 + @@ -571,6 +571,7 @@ .label

Re: [RFC] FIEMAP and disk sync issues

2012-01-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.01.2012 20:04, Phillip Susi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/27/2012 8:28 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. When someone installs using blocklists (discouraged and unreliable), we use GRUB internal fs reader in order to determine

Re: [Patch] Robustly search for ZFS labels uberblocks

2012-01-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
(the files are still intact so worst-case scenario I have to rebuild my repo and lose some history). Few comments below... On Jan 22, 2012, at 9:18 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: I've cleaned this patch up (attached). Can you test it on these 4K FSes or tell me how to create

Re: [Patch] Robustly search for ZFS labels uberblocks

2012-01-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'include/grub/emu/getroot.h' --- include/grub/emu/getroot.h 2011-04-25 12:52:07 + +++ include/grub/emu/getroot.h 2012-01-27 15:41:19 + @@ -30,7 +30,7 @@ }; char *grub_find_device (const char *dir, dev_t dev); -char

Re: [Patch] Robustly search for ZFS labels uberblocks

2012-01-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
)!sscanf (name, raidz2-%u,dummy) !sscanf (name, raidz3-%u,dummy) resolve this problem? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Unify raid and lvm handling

2012-01-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.01.2012 15:36, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Unify RAID and LVM into one unifomr diskfilter similar to device-mapper or geom. I went ahead and committed it after running a series of tests and fixing few bugs. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: [Patch] Robustly search for ZFS labels uberblocks

2012-01-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.01.2012 19:33, Richard Laager wrote: On Sat, 2012-01-28 at 13:51 +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Index: grub/util/grub.d/10_linux.in === --- grub.orig/util/grub.d/10_linux.in 2012-01-24 23:44

Re: [Patch] Robustly search for ZFS labels uberblocks

2012-01-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.01.2012 02:22, Richard Laager wrote: On Sat, 2012-01-28 at 13:51 +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: As for /proc/mounts : is there a reason to suppose that /proc/mounts would work when /proc/self/mountinfo doesn't /proc/self/mountinfo doesn't exist on older Linux kernels

grub-install revamp and grub-mkrescue adjustments

2012-01-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
is it? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'ChangeLog' --- ChangeLog 2012-01-30 00:18:02 + +++ ChangeLog 2012-01-30 00:20:12 + @@ -1,8 +1,18 @@ + TREE 2012-01-30 Vladimir Serbinenko phco...@gmail.com * grub-core/io/lzopio.c (uncompress_block): Fix use

Re: [RFC] FIEMAP and disk sync issues

2012-01-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
piggybacking on bmap. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub-install revamp

2012-02-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.01.2012 03:37, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. It was a Robert's idea of having grub-install to install all available (as in: the ones which were make install'ed) ports in a single grub-install w/o having to keep and run one grub-install per port. I've tried

OLPC status

2012-02-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
and then and before releases. 3) Put prominent warnings and discourage people to use it 4) Remove the port altogether -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: [Patch] Robustly search for ZFS labels uberblocks

2012-02-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
elsewhere and using strncmp is just a workaround which works only for one particular case zfs-on-linux-rlaager7.patch Handle all raidz types in `zpool status` output Committed. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list

Re: [Patch] Robustly search for ZFS labels uberblocks

2012-02-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
); + putchar (delim); + } + return; It should be goto end; +} + if (print == PRINT_FS || print == PRINT_FS_UUID || print == PRINT_FS_LABEL) { -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub

Re: [PATCH] Don't create grubenv on ZFS

2012-02-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
of cpio, tar and romfs are affected by the same problem. Could you expand your patch to handle those? ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: [PATCH] Don't create grubenv on ZFS

2012-02-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 03.02.2012 11:07, Richard Laager wrote: On Fri, 2012-02-03 at 11:05 +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 02.02.2012 12:16, Richard Laager wrote: GRUB can't write to ZFS. Creating a grubenv file leads to a misleading sparse file not allowed error on boot. The attached

Re: Bug#632048: segfault in grub-setup

2012-02-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
mdraid1x). Or did I miss something. I'll have to revert to 0.9 metadata for now. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Purposing an Alternative Feature Request: Make Use of Whole-Disk UUIDs

2012-02-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
drivemappings in memory, or does Grub only use partmap to internally keep track of partitions and disks? partmap only discovers partitions. To modify them if needed (which is rarely the case) we have parttool Cheers, Jake -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] diskfilter: Treat an unrecognized RAID level as an error

2012-02-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Removal of payload command on ia64

2012-02-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
e820_map[GRUB_E820_MAX_ENTRY];/* 2d0 */ } __attribute__ ((packed)); -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH V3 3/3] Update Linux loader to follow the kernel's preferences

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH 2/4] Add grub_efi_get_variable

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. + status = efi_call_5 (r-get_variable, var16, guid, NULL,datasize, data); + + grub_free(var16); + + if (status == GRUB_EFI_SUCCESS) + return data; -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel

Re: [PATCH 3/4] Prefer GOP devices which implement the pci_io protocol

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
otherwise? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH 4/4] Add support for getting EDID via EFI

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
(width,height); + if (grub_errno == GRUB_ERR_NONE) + preferred_mode = 1; +} + You need to discard error if you continue /* Keep current mode if possible. */ if (gop-mode-info) { @@ -306,6 +365,15 @@ grub_video_gop_setup ( -- Regards Vladimir 'φ-coder/phcoder

Re: [PATCH 2/4] Add grub_efi_get_variable

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.02.2012 21:04, Matthew Garrett wrote: On Wed, Feb 08, 2012 at 08:55:39PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: + for (i=0; i(int)grub_strlen((char *)var); i++) +var16[i] = var[i]; + var16[i] = '\0'; + We use grub_utf8_to_utf16. Also don't forget to multiply

Re: [PATCH 2/4] Add grub_efi_get_variable

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.02.2012 21:19, Matthew Garrett wrote: On Wed, Feb 08, 2012 at 09:09:23PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 08.02.2012 21:04, Matthew Garrett wrote: On Wed, Feb 08, 2012 at 08:55:39PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: + for (i=0; i(int

Re: [PATCH V3 2/3] Add support for avoiding firmware in relocations

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
: available. Other ranges aren't declared at all. Also it would make sense to expand this implementation to other non-efi platforms (pc, coreboot, ...). -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org

Re: [PATCH V3 2/3] Add support for avoiding firmware in relocations

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/relocator.c though as to which regions it considers available. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub 1.99 add own module / dep problem

2012-02-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
- ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub 1.99 add own module / dep problem

2012-02-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
addressing (that would put it around 95, probably even earlier) but I'd expect that such an old machine is simply not powerful enough to run Windows XP. Also any modern system, especially with disks over C/H/S limit (8.3GB) emulate the same 255/63 geometry -- Regards Vladimir 'φ-coder/phcoder

Re: Various build failures in current bzr tree

2012-02-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
) grub_arch_dl_get_tramp_got_size (e,tramp,got); seems to fix that. Should I file bug reports, or will someone just fix these? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: Various build failures in current bzr tree

2012-02-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
grub-probe not work if the raid5 isn't fully healthy? The problem is how to figure out which partmap module is used on the missing disk (which isn't necessarily the same as on the other disks). Do you have any ideas? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: [PATCH] Unbreak help2man invocations

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

GRUB warning level increase

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 16:45, Lennart Sorensen wrote: On Thu, Feb 09, 2012 at 11:59:58PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 09.02.2012 20:02, Lennart Sorensen wrote: I am trying to build a powerpc build using the current bzr tree, and have hit a few problems so far. I am trying

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 16:54, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 12:02:52AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 09.02.2012 21:56, Lennart Sorensen wrote: On Thu, Feb 09, 2012 at 03:50:45PM -0500, Lennart Sorensen wrote: grub-install also still (as reported about 2

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
experiment until it is right. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 19:15, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 05:02:42PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Yes, those are annoying but important since otherwise GCC might misoptimise the code. I will grab the latest code again and run the compiler and get the exact

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 19:15, Lennart Sorensen wrote: Where should grub_arch_dl_get_tramp_got_size come from? The linker whines about it. It's in grub-core/kern/powerpc/dl.c I have no trouble to cross-compile ppc port on my amd64 machine. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 19:18, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 05:11:16PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Imagine following setup: 2 disks with msdos and one with gpt. GPT one is missing on install time and so no part_gpt is inserted. On boot time is then one of msdos

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 20:14, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 02:08:52PM -0500, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 07:58:25PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 10.02.2012 19:15, Lennart Sorensen wrote: Where should grub_arch_dl_get_tramp_got_size come

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 20:12, Lennart Sorensen wrote: root@rceng03new:~# grub-probe -t partmap -d /dev/md0 root@rceng03new:~# Found the error: diskfilter uses raw disks with offsets rather than partitions. Will fix soon. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 20:12, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 08:01:23PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: I agree that it should be fixed but the question is how. I can't think of a way that would work if the disks were in fact using different setups, which

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.02.2012 21:25, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 08:25:32PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 10.02.2012 20:14, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 02:08:52PM -0500, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 07:58:25PM +0100

gettext in scripts

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'grub-core/script/execute.c' --- grub-core/script/execute.c 2012-02-04 11:21:21 + +++ grub-core/script/execute.c 2012-02-10 22:24:15 + @@ -26,6 +26,7 @@ #include grub/lib/arg.h #include grub/normal.h #include grub/extcmd.h

Re: Various build failures in current bzr tree

2012-02-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.02.2012 00:14, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 03:43:01PM -0500, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 09:38:25PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 10.02.2012 21:25, Lennart Sorensen wrote: On Fri, Feb 10, 2012 at 08:25:32PM +0100

Re: Bug#659460: grub-pc: grub-install can't install on raid0 device (grub-probe can't find /boot)

2012-02-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.02.2012 12:02, John Hughes wrote: On 11/02/12 11:29, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 11.02.2012 11:14, John Hughes wrote: Package: grub-pc Version: 1.99-14 Severity: important Tags: d-i /usr/sbin/grub-probe: error: no such disk /dev/md126p5 This looks like fakeraid

Re: Bug#659460: grub-pc: grub-install can't install on raid0 device (grub-probe can't find /boot)

2012-02-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.02.2012 12:36, John Hughes wrote: On 11/02/12 12:19, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 11.02.2012 12:02, John Hughes wrote: The difference is rather blurred now that it's mdadm that's handling it rather than the old dm-raid. This is exactly the problem. GRUB can't

Re: Various build failures in current bzr tree

2012-02-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.02.2012 01:02, Lennart Sorensen wrote: On Sat, Feb 11, 2012 at 12:38:41AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: === modified file 'configure.ac' --- configure.ac 2012-02-10 15:48:48 + +++ configure.ac 2012-02-10 23:28:12 + @@ -373,9 +373,9 @@ LIBS

Re: grub-0.97 reboot

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: GRUB2: Keeping debug symbols in an image

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
and *.mod other than being ELF even if *.img isn't and not having module identication sections. for the imagehas anyone modified grub-mkimage.c to retain debug symbols in generated image? thanks, Adrian -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: grub-0.97 reboot

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.02.2012 11:40, pulkit wrote: I can upgrade to grub2 but this can be done with grub2? yes 2012/2/21 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com mailto:phco...@gmail.com On 21.02.2012 10 tel:21.02.2012%2010:21, pulkit wrote: Hi all, I want to add

Freeze on 27 February

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
2.00 @Richard Laager: Which of ZFS patches aren't committed yet? It's a bit tricky to see which ones were superseeded. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman

Re: Unclear gettextized strings

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.02.2012 19:45, Mario Blättermann wrote: Am 05.02.2012 19:23, schrieb Vladimir 'φ-coder/phcoder' Serbinenko: We use the word key several times to refer to the key that you press but the same word also means a key in catalog and both Yuri and Mario understood messages like unknown key

Lists and aliasing (Re: Freeze on 27 February)

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.02.2012 17:19, Lennart Sorensen wrote: On Tue, Feb 21, 2012 at 05:12:12PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, it's to announce that from 27th of February the GRUB will be frozen for 2.00 release. From that date on, no new features will be committed only bugfixes

Re: Fix for pkgdatadir grub-mkconfig_lib in all util scripts and grub.d scripts

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: disable-libzfs configure flag (Re: Freeze on 27 February)

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
not in line with other configure options: it has to be enable/disable and show the result in the status message (see e.g. SDL support) -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: Lists and aliasing (Re: Freeze on 27 February)

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
anymore, but should that make a big difference? Only 509 warnings left (down from 5000 or so). Using gcc 4.6 drops that to 199 warnings, so gcc 4.4 is a bit more whiny than 4.6. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko diff --exclude Makefile.util.am --exclude Makefile.in --exclude

Re: grub-mkfont generate errors when converting truetype fonts

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
the features altogether. Newer report them but it's *warnings*, not errors. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub-mkfont generate errors when converting truetype fonts

2012-02-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
of 1.98. The earlier versions just ignored the features altogether. Newer report them but it's *warnings*, not errors. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman

Re: GNU GRUB pxe.mod missing with efi

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
or SLAAC broadcast)-- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: GNU GRUB pxe.mod missing with efi

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
using is the second one. Grub keep listening on the first network card so the arp response can never be receive. I believe GRUB listens on all cards. If not it's a bug which isn't solved by skipping. Thank you Tim 2012/2/22 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com mailto:phco

Re: How can write the menu grub on the right in arabic language?

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: cruft left over from make uninstall [was: failed to build bzr head on powerpc (ieee1275)]

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/grub/grub# --dkg ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub

Re: Lists and aliasing (Re: Freeze on 27 February)

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
for utils -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Lists and aliasing (Re: Freeze on 27 February)

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-Wstrict-prototypes -Wpointer-sign So by having -Wmissing-prototypes in WARN_FLAGS it gets set twice in TARGET_CFLAGS and also set once in HOST_CFLAGS. Perhaps that was not meant to be in there and should only have been in TARGET_CFLAGS. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Lists and aliasing (Re: Freeze on 27 February)

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
I don't think -Wno-unsafe-loop-optimisations is valid. One has to remove -Wunsafe-loop-optimisations instead, which is currently in WARN_FLAGS. It's just a question of spelling. Also note that warnings from gnulib and minilzo are -Wno-error -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Lists and aliasing (Re: Freeze on 27 February)

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
rather than just for the one function that causes a problem. Alternative is to add a condition which will ensure the loop termination but don't interfere with it other wise by using the fact that min (UINT_MAX, r)=r if r is unsigned int. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
? ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https

Re: grub RAID heuristics (how can we avoid superfluous RAID member (2 found))

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
for a lot of users. Regards, --dkg ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'grub-core/disk/diskfilter.c' --- grub-core

Re: grub legacy to grub2 upgrade path

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
would be appreciated. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel

Re: Lists and aliasing (Re: Freeze on 27 February)

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. gcc 4.4 goes on complaining about the inability to optimize possibly infinite loops. in charset.c we actually want to ensure that it doesn't go negative. In grub-mkfont.c it's ok to disable warning altogether. Here is the patch (+grub-install fix) -- Regards Vladimir 'φ-coder/phcoder

Re: Freeze on 27 February

2012-02-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 22.02.2012 06:35, Richard Laager wrote: On Tue, 2012-02-21 at 17:12 +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: @Richard Laager: Which of ZFS patches aren't committed yet? It's a bit tricky to see which ones were superseeded. I've attached my current patch set. The patches apply

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
submenu. Will this be fixed in the 2.00 release? ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub

Re: grub-mount (ubuntu) hangs with hfs+ partition

2012-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Macro Gerards (the contributor of the HFS+ code), but I didn't get a reply from him. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Search for images within sub-directories of the theme's directory.

2012-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
for images only in the theme's directory: theme_dir isn't intended to be set in theme file. It's internal. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: grub-mount (ubuntu) hangs with hfs+ partition

2012-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.02.2012 21:28, Kees Bakker wrote: On 24-02-12 11:34, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 23.02.2012 21:46, Kees Bakker wrote: I've tried to debug this problem, but I am not making any progress. The program hangs in a while(1) loop at line 657 in grub-core/fs/hfsplus.c

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: disable-libzfs configure flag (Re: Freeze on 27 February)

2012-02-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
is explicitly enable but unavailable -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
be used in new themes and is unreliable. Consider e.g. a case of separate /boot. Perhaps we should remove this possibility altogether. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/themes resp $prefix/fonts. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Fix for pkgdatadir grub-mkconfig_lib in all util scripts and grub.d scripts

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Infinite loop in __argp_get_display_len

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.02.2012 22:01, Keshav P R wrote: Status of this patch in grub2 v2.00 code freeze? I have written what have to be fixed first. And one thing: your idea to put into distro a patch which has known serious issues that have to be resolved was a very bad one. -- Regards Vladimir 'φ-coder

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
to put into distro a patch which has known serious issues that have to be resolved was a very bad one. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.02.2012 22:18, Keshav P R wrote: I am asking about 'this' patch (patch 1/3) alone. 'This' patch by itself has no effect. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: Grub2 and Xen menu entries

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
of my boot directory is Just for record: this patch wasn't accepted because it's not POSIX-compatible. Please fix this. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman

Re: [PATCH] grub + FreeBSD's loader(8) + ZFS root

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

<    5   6   7   8   9   10   11   12   13   14   >