From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPUC8-0001cM-1t for qemu-devel@nongnu.org; Wed, 03 Nov 2004 18:05:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPUC6-0001bi-Tg for qemu-devel@nongnu.org; Wed, 03 Nov 2004 18:05:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPUC6-0001b8-7m for qemu-devel@nongnu.org; Wed, 03 Nov 2004 18:05:34 -0500 Received: from [81.187.226.107] (helo=baythorne.infradead.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CPU3F-0005Av-As for qemu-devel@nongnu.org; Wed, 03 Nov 2004 17:56:25 -0500 Subject: Re: Re[2]: [Qemu-devel] running Wine on LinuxPPC From: David Woodhouse In-Reply-To: References: Content-Type: text/plain Message-Id: <1099522438.16798.43.camel@baythorne.infradead.org> Mime-Version: 1.0 Date: Wed, 03 Nov 2004 22:53:59 +0000 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Shmukler Cc: qemu-devel@nongnu.org On Wed, 2004-11-03 at 21:13 +0300, Igor Shmukler wrote: > > Why did you reply to the message about SDL audio? How does your question > > related to SDL audio? > > I thought it was clear from the header that I writing in regard to "running Wine on LinuxPPC." No, it was clear from the header that you were writing in response to the message with Message-Id <1099468014.41888cee505db@imp5-q.free.fr>, which was about SDL audio. > > > wine: could not exec wineserver > > > Any ideas what could I be doing wrong? > > You haven't set up binfmt_misc > That's true, I have not. Although, this does not answer my question. > > I wanted to know do I get an error when trying to execute Windows binary. > > Any ideas what have I been doing wrong? One of the possible reasons for such an error is that you have not set up binfmt_misc, so the wineserver binary cannot be executed. -- dwmw2