From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-iw0-f170.google.com (mail-iw0-f170.google.com [209.85.214.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id 4D22CC1A4D6 for ; Thu, 3 Jun 2010 10:24:06 -0400 (EDT) Received: by iwn10 with SMTP id 10so104770iwn.29 for ; Thu, 03 Jun 2010 07:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:message-id:to :subject:in-reply-to:references:comments:date:from; bh=Dru/iO6/31kFIY/SwMWKJP3Xq1vDdMkuwbd+D/RDGOc=; b=Bhv8R5HME1cByub30xV54TVORPuJEVGbZQ1C7bPbBdP1BHebUrnc5MTFgZUfQnwHrI HKKFEBVWPgBRl0raG7FheA3RXqLS2WD1PqJFiuXeOy+WmisyOPZkAYgXFeyK08fU/SPP P4LL8/+VXS19ZI/cT9kxT7qLmS7HBT6C9aIjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:to:subject:in-reply-to:references:comments:date:from; b=mKZMK06BLBQa9NpiR1kt2G0/OznB1bdslBts6W47c0Log5cTTCDL8A33fmhzkl8TxE E2sVJvvRxAuXC9gL6GXbs4Ufs+FMTkMdAMSbf808Q1iydlMOLHLEQoHAvF/7SRvGwI2N WaQZalWnXg+D//ONOBVJQ9pfI/bz0uIDzxmoY= Received: by 10.231.178.132 with SMTP id bm4mr12045283ibb.62.1275575041736; Thu, 03 Jun 2010 07:24:01 -0700 (PDT) Received: from main (c-98-223-33-101.hsd1.in.comcast.net [98.223.33.101]) by mx.google.com with ESMTPS id f1sm333776ibg.15.2010.06.03.07.24.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Jun 2010 07:24:00 -0700 (PDT) Received: from tbsaunde (helo=main) by main with local-esmtp (Exim 4.71) (envelope-from ) id 1OKBKv-0006yz-2i for speakup@braille.uwo.ca; Thu, 03 Jun 2010 10:23:57 -0400 Message-Id: To: "Speakup is a screen review system for Linux." Subject: Re: speech dispatcher with speakup In-reply-to: References: <361C41BE25114AA990BC6A1469BD7C0C@kristoffpbctxj> <20100603112221.GA18700@blackbox.hittsjunk.net> <20100603115114.GA20135@blackbox.hittsjunk.net> <120B341718304FE8A6FBB5227C58C915@kristoffpbctxj> <20100603133929.GA22059@blackbox.hittsjunk.net> Comments: In-reply-to "Kristoffer Gustafsson" message dated "Thu, 03 Jun 2010 15:47:49 +0200." Date: Thu, 03 Jun 2010 10:23:57 -0400 From: trev.saunders@gmail.com X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 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: Thu, 03 Jun 2010 14:24:06 -0000 Hi, that is error is harmless, the daemon should still start. check by running ps -e | grep speech-dispatcher, you should see a speech-dispatcher process running. If it is running you can test that it is infact usable by telneting to port 6560 on localhost. There will we a opentts releease very soon, but currently you have to get opentts with from git://git.opentts.org/opentts.git. HTH Trev