Re: [PATCH] improve error handling in util/

2008-02-12 Thread Jan Nieuwenhuizen
Robert Millan: > And with -vv ? See attached. Greetings, Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org grub-probe: info: changing current directory to /dev/mapper grub-probe: info: opening lvmr

Re: [PATCH] improve error handling in util/

2008-02-11 Thread Robert Millan
On Mon, Feb 11, 2008 at 07:39:56PM +0100, Jan Nieuwenhuizen wrote: > Robert Millan: > > This improves error handling notably in util/. For example, from: > > > > $ ./grub-probe -t fs / > > grub-probe: error: cannot find a GRUB drive for /dev/sda1. > > Sorry, still get the constant error message.

Re: [PATCH] improve error handling in util/

2008-02-11 Thread Jan Nieuwenhuizen
Robert Millan: > This improves error handling notably in util/. For example, from: > > $ ./grub-probe -t fs / > grub-probe: error: cannot find a GRUB drive for /dev/sda1. Sorry, still get the constant error message. $ ./grub-probe -t partmap /boot error: unknown device grub-probe: error: unknow

[PATCH] improve error handling in util/

2008-02-11 Thread Robert Millan
This improves error handling notably in util/. For example, from: $ ./grub-probe -t fs / grub-probe: error: cannot find a GRUB drive for /dev/sda1. to: $ ./grub-probe -t fs / error: cannot open `/dev/sda1' (Permission denied) grub-probe: error: cannot find a GRUB drive for /dev/sda1. -- Robe