From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NVWzl-0003Ya-Fe for mharc-grub-devel@gnu.org; Thu, 14 Jan 2010 16:12:45 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVWzj-0003Y0-B3 for grub-devel@gnu.org; Thu, 14 Jan 2010 16:12:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVWzb-0003Vd-Ao for grub-devel@gnu.org; Thu, 14 Jan 2010 16:12:41 -0500 Received: from [199.232.76.173] (port=41418 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVWza-0003VX-LR for grub-devel@gnu.org; Thu, 14 Jan 2010 16:12:34 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:59044) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVWzZ-0003p2-WF for grub-devel@gnu.org; Thu, 14 Jan 2010 16:12:34 -0500 Received: from [10.3.2.5] (ip-62-143-98-148.unitymediagroup.de [62.143.98.148]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0LaHU2-1O9ZYm1wqs-00m8Ln; Thu, 14 Jan 2010 22:12:30 +0100 Message-ID: <4B4F88B0.8060009@web.de> Date: Thu, 14 Jan 2010 22:12:16 +0100 From: edgar.soldin@web.de User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18jVgicRNh9Pjn7TyJ5wXfsusdRpXi/aZYvEji zVSChz3rpBdpK2ODO7sDwFjqz6LCYlRZV6hUe7umCnWaEzMKrd LscNoKs52lAzOpfcSBIzA== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: lua 'grub.run' does not return message text X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 21:12:43 -0000 When I run err,msg = grub.run("ls") only the variable err is filled with the exit code. msg is still nil .. I saw documentation that grub.run is supposed to return the output in the second variable. I use lua from grub-extras repository http://bzr.savannah.gnu.org/lh/grub-extras/ checked out yesterday. What am I doing wrong? Thanks .. ede