From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out4.iol.cz ([194.228.2.92]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Foflb-0007vM-00 for ; Fri, 09 Jun 2006 08:07:07 -0400 Received: from antivir4.iol.cz (avir4 [192.168.30.209]) by smtp-out4.iol.cz (Postfix) with ESMTP id 42AC11F8D6D for ; Fri, 9 Jun 2006 14:06:36 +0200 (CEST) Received: from localhost (antivir4.iol.cz [127.0.0.1]) by antivir4.iol.cz (Postfix) with ESMTP id 3696F240022 for ; Fri, 9 Jun 2006 14:06:36 +0200 (CEST) Received: from smtp-out4.iol.cz (smtp-out-4.iplanet.iol.cz [192.168.30.31]) by antivir4.iol.cz (Postfix) with ESMTP id 24FE7240021 for ; Fri, 9 Jun 2006 14:06:36 +0200 (CEST) Received: from [192.168.1.36] (77.93.broadband2.iol.cz [83.208.93.77]) by smtp-out4.iol.cz (Postfix) with ESMTP id E1ED522B014 for ; Fri, 9 Jun 2006 14:06:33 +0200 (CEST) Subject: Re: festival with speech-dispatcher From: Hynek Hanke To: "Speakup is a screen review system for Linux." In-Reply-To: <20060609113512.GA21420@hhs48.com> References: <20060609113512.GA21420@hhs48.com> Content-Type: text/plain; charset=iso-8859-2 Date: Fri, 09 Jun 2006 14:14:47 +0200 Message-Id: <1149855288.4150.17.camel@chopin> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 X-Virus-Scanned: amavisd-new at iol.cz Content-Transfer-Encoding: quoted-printable X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.8rc1 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: Fri, 09 Jun 2006 12:07:08 -0000 Charles Hallenbeck p=ED=B9e v P=E1 09. 06. 2006 v 07:35 -0400: > Here is my problem. When I activate the festival daemon and make the=20 > necessary modifications to speechd.confand festival.conf in=20 > speech-dispatcher, and also to /etc/festival.scm, switching to sftsyn i= n=20 > speakup does not produce speech.=20 You can also test Speech Dispatcher with the command spd-say "hello" through -o you can switch modules etc., see 'spd-say -h' spd-say -o espeak "hello" spd-say -o festival "hello" Apart from testing, this utility can come handy in scripts. > (defvar server_access_list '(hq\.hhs\.com)) Most likely, you are getting rejected by the server because of server_access_list. I think it should be (defvar server_access_list '("hq.hhs48.com")) this name must be defined in /etc/hosts.conf with the appropriate IP address. Telnet to the host and port as you gave an example is a good immediate way to check whether this issue is still present. With regards, Hynek