From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bay0-omc3-s25.bay0.hotmail.com ([65.54.246.225]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1GfKvx-0001QK-00 for ; Wed, 01 Nov 2006 13:35:29 -0500 Received: from hotmail.com ([65.54.174.75]) by bay0-omc3-s25.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 1 Nov 2006 10:34:52 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 1 Nov 2006 10:34:52 -0800 Message-ID: Received: from 128.243.220.41 by BAY103-DAV3.phx.gbl with DAV; Wed, 01 Nov 2006 18:34:49 +0000 X-Originating-IP: [128.243.220.41] X-Originating-Email: [mikster4@msn.com] X-Sender: mikster4@msn.com From: "Michael Whapples" To: Subject: A couple problems Date: Wed, 1 Nov 2006 18:34:34 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-OriginalArrivalTime: 01 Nov 2006 18:34:52.0314 (UTC) FILETIME=[6B6A57A0:01C6FDE4] X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 18:35:29 -0000 >I am unfamiliar with fedora, so either you need to find out what the >equivalent tool to start-stop-daemon is. Alternatively you may be able to >find a copy of it if you google for it. May be some one who knows fedora >could help with this. > > Are you sure that there is not a startup script provided though? > > From > Michael Whapples > ----- Original Message ----- > From: "guy schlosser" > To: "Speakup is a screen review system for Linux." > > Sent: Wednesday, November 01, 2006 4:42 PM > Subject: Re: A couple problems > > >> Hey there Michael, thanks for the response. I don't have a program >> called start-stop-daemon. I did a whereis, and got nothing. Any other >> way to start festival in the background? >> >> Thanks again in advance for the help, >> >> >> Guy >> >> >> At 03:54 AM 10/31/2006, you wrote: >> >>> > Hello, >>>For espeak, if compiling, you probably need the devel rpm for portaudio. >>> >>>For festival, just executing "festival --server" will not return to the >>>shell, so scripts cannot continue. The solution is to use >>>start-stop-daemon >>>starting festival in the background, if festival was from a rpm you >>>probably >>>have a script installed in the startup script directory, you just need >>>that >>>to be executed on start up (I don't know how you do this on fedora). >>> >>>From >>>Michael Whapples >