From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qy0-f170.google.com (mail-qy0-f170.google.com [209.85.216.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id BAC48C1A363 for ; Tue, 22 Feb 2011 19:18:33 -0500 (EST) Received: by qyk32 with SMTP id 32so2659764qyk.8 for ; Tue, 22 Feb 2011 16:18:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=LehJWYBK8Jf0Dp7hwBcfjWxd0eNQC9+PMdGlut540EA=; b=vjN31k0VCQ7T18CVaSCBis4aETkZsYK9N0Ty/TI87NaNWzMEW9p4T7ZemWfZc0brtf FiZ4ImUTAcPvphowD96INd+gOKc+AEtGDRQLe500FUAnWd/ZDTu7CmsUn1hNadBZLY6Z EbIVO/cef09SK8JMn/IE6QIaXCCN9HP5CmSaA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=so6BjHEk8qZxzWDu8RF3Os3CGLDESWrmyNoQDnGuD7kCR4+w6QqrLe0qy3EbWkmwZI pvUaQhE1vHcYlDb6CTqMxArro0sLXExMQkJ60WFSy1NFwZt5AwJzkTqK1zk3bgFh9XJb a3hGoEp9bFmKatLHVeTOvKOmqw10eqIyK7rZw= Received: by 10.224.137.133 with SMTP id w5mr2793045qat.307.1298420313403; Tue, 22 Feb 2011 16:18:33 -0800 (PST) Received: from nextdog (c-66-31-213-94.hsd1.ma.comcast.net [66.31.213.94]) by mx.google.com with ESMTPS id p13sm4072082qcu.41.2011.02.22.16.18.32 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Feb 2011 16:18:33 -0800 (PST) Date: Tue, 22 Feb 2011 19:18:40 -0500 From: Christopher Moore To: speakup@braille.uwo.ca Subject: spd-say seems confused. Message-ID: <20110223001839.GA20677@nextdog> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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: Wed, 23 Feb 2011 00:18:33 -0000 Hello, I'm running the arch speech-dispatcher-git package. Here's what happens when I run spd-say [w1gm@nextdog ~]$ spd-say "hello" Failed to connect to Speech Dispatcher: Error: Can't connect to unix socket /var/run/speech-dispatcher/speechd.sock: No such file or directory. Autospawn: Autos o start with error code, stating this as a reason: Autospawn failed: Mismatch in socket names. The server is configured 1gm/.speech-dispatcher/speechd.sock, but the client requests a different path: /var/run/speech-dispatcher/speechd.sock. application configuration or the value of the SPEECHD_ADDRESS environment variable. It seems that spd-say thinks that speechd is a system-wide service rather than a local service. Do I need to remove some /etc or /var files? Chris