[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
speech-dispatcher-problem
From: |
Trevor Saunders |
Subject: |
speech-dispatcher-problem |
Date: |
Tue, 7 Sep 2010 16:34:45 -0400 |
Hi,
On Tue, Sep 07, 2010 at 03:29:23PM +0200, Nils Michalski wrote:
*snip*
> open("/usr/lib/libspeechd.so.2", O_RDONLY) = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\"\0\0004\0\0\0"..., 512)
> = 512
> fstat64(3, {st_mode=S_IFREG|0644, st_size=26332, ...}) = 0
> mmap2(NULL, 25692, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
> 0xb78b4000
> mmap2(0xb78ba000, 4096, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb78ba000
> close(3) = 0
well, it looks like the library is fine, spd-say started, and
successfully opened the file. Also the mmap's succeeded.
> connect(3, {sa_family=AF_FILE,
> path="/home/nils/.speech-dispatcher/speechd.sock"}, 44) = -1 ENOENT (No such
> file or directory)
I think this is the important part it looks like you don't have a spech
dispatcher daemon running, and one isn't getting autospawned.
So the first thing to try is to make sure sd is running then test, and
then if that works we can look at what's happning with autospawn
Trev
> close(3) = 0
> dup(2) = 3
> fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
> fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
> mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
> 0xb78c9000
> _llseek(3, 0, 0xbfbfa398, SEEK_CUR) = -1 ESPIPE (Illegal seek)
> write(3, "client: Speech Dispatcher failed"..., 68client: Speech Dispatcher
> failed to open: No such file or directory
> ) = 68
> close(3) = 0
> munmap(0xb78c9000, 4096) = 0
> exit_group(1) = ?
> nils ~ :-( #
>
> I hope you can help me with that.
> Greetings: Nils Michalski
>
> _______________________________________________
> Speechd mailing list
> Speechd at lists.freebsoft.org
> http://lists.freebsoft.org/mailman/listinfo/speechd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20100907/31970495/attachment.pgp>
- speech-dispatcher-problem, Nils Michalski, 2010/09/06
- speech-dispatcher-problem, Trevor Saunders, 2010/09/06
- speech-dispatcher-problem, Nils Michalski, 2010/09/07
- speech-dispatcher-problem,
Trevor Saunders <=
- speech-dispatcher-problem, Nils Michalski, 2010/09/07
- speech-dispatcher-problem, Trevor Saunders, 2010/09/07
- speech-dispatcher-problem, Nils Michalski, 2010/09/07
- speech-dispatcher-problem, Trevor Saunders, 2010/09/07
- speech-dispatcher-problem, Hynek Hanke, 2010/09/07
- speech-dispatcher-problem, Hynek Hanke, 2010/09/08
- speech-dispatcher-problem, Nils Michalski, 2010/09/08