From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KUk6x-00042r-Db for mharc-grub-devel@gnu.org; Sun, 17 Aug 2008 11:24:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUk6v-000428-IZ for grub-devel@gnu.org; Sun, 17 Aug 2008 11:24:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUk6u-00040t-4Q for grub-devel@gnu.org; Sun, 17 Aug 2008 11:24:05 -0400 Received: from [199.232.76.173] (port=37421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUk6t-00040i-Pl for grub-devel@gnu.org; Sun, 17 Aug 2008 11:24:03 -0400 Received: from moutng.kundenserver.de ([212.227.126.177]:65130) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KUk6t-0006cy-9K for grub-devel@gnu.org; Sun, 17 Aug 2008 11:24:03 -0400 Received: from [85.180.60.24] (e180060024.adsl.alicedsl.de [85.180.60.24]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1KUk6s0Mh4-0000WA; Sun, 17 Aug 2008 17:24:02 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <20080817150708.GC9153@thorin> References: <1218555015.1604.6.camel@fz.local> <87ljz1b6gc.fsf@xs4all.nl> <1218648926.9951.12.camel@fz.local> <87ljz021w9.fsf@xs4all.nl> <1218654844.10474.13.camel@fz.local> <87zlngyszj.fsf@xs4all.nl> <1218699584.4065.26.camel@fz.local> <87r68syqeo.fsf@xs4all.nl> <20080814175415.GA5614@thorin> <1218899178.4036.3.camel@fz.local> <20080817150708.GC9153@thorin> Content-Type: text/plain Date: Sun, 17 Aug 2008 17:24:07 +0200 Message-Id: <1218986647.4080.19.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+n2yUM4QIJFkMApPulnd+C9YUXoFIg5CZcvAX sU7dWGM1jE565ZPnNJ4xJY9VqMoEaJGEnMTNFYTn4euqlMKAUN 8z5UHg8CqH28uXeK47V5M6S8crk5okK X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: [RFC] change grub_print_error to use stderr for the utils X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2008 15:24:06 -0000 Am Sonntag, den 17.08.2008, 17:07 +0200 schrieb Robert Millan: > > fz:~# update-grub > > error: out of disk > > error: out of disk > > Updating /boot/grub/grub.cfg ... > > This just means someone is reporting this error and shouldn't. It's a bug. > Hi Robert, Marco already said on IRC before I even send the mail that the error shouldn't be displayed if a dmraid is detected on it. Maybe too complicated and the error shouldn't be shown at all. The error won't be shown on real GRUB anyway. Please don't get me wrong, I don't want to complain about the already commited code. Now with Bean's lastest patch with even RAID 10 support there is never for mdraid's now shown "unknown RAID level". And my original intention was, to have it only shown once per array instead of once per disk on array. But I don't know what error messages can currently appear or will in the future. I only want a good solution for the long term :) Maybe just grub-install and update-grub should be a little changed to supress repeating the errors that much, i.e. not on every grub-probe run?