speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

speechd broken pipe to module


From: Jon Hood
Subject: speechd broken pipe to module
Date: Mon Sep 4 09:59:46 2006

Below is a problem i have been having with speech-dispatcher. Please let
me know if you see the problem. Also, would it be very easy to move the
config files to /etc/speech-dispatcher/ instead of /etc/speechd/? How
would I go about doing that?

-Jon

commands executed:
# /etc/init.d/speech-dispatcher start
 * Starting festival...         [ ok ]
 * Starting speech-dispatcher...[ ok ]
# say "test" //no sound plays (festival)
# cat /var/log/speech-dispatcher.log //sorry about its length
[Tue Mar 30 16:50:24 2004] speechd:  Speech Dispatcher Logging to file
/var/log/speech-dispatcher.log
[Tue Mar 30 16:50:24 2004] speechd:     Initializing output module flite
with binary /usr/lib/speech-dispatcher-modules/sd_flite and
configuration /etc/speechd/modules//flite.conf
[Tue Mar 30 16:50:24 2004] speechd:  Module flite loaded.
[Tue Mar 30 16:50:24 2004] speechd:     Module name=flite being inserted
into hash table
[Tue Mar 30 16:50:24 2004] speechd:     Initializing output module
festival with binary /usr/lib/speech-dispatcher-modules/sd_festival and
config
uration /etc/speechd/modules//festival.conf
[Tue Mar 30 16:50:24 2004] speechd:  Module festival loaded.
[Tue Mar 30 16:50:24 2004] speechd:     Module name=festival being
inserted into hash table
[Tue Mar 30 16:50:24 2004] speechd:  Configuration has been read from
"/etc/speech-dispatcher/speechd.conf"
[Tue Mar 30 16:50:24 2004] speechd:   Speech Dispatcher started with 2
output modules
[Tue Mar 30 16:50:24 2004] speechd:    Creating new thread for speak()
[Tue Mar 30 16:50:24 2004] speechd:     Semaphore waiting
[Tue Mar 30 16:50:24 2004] speechd:     Semaphore returned
[Tue Mar 30 16:50:24 2004] speechd:     Semaphore waiting
[Tue Mar 30 16:50:24 2004] speechd:  Openning a socket connection
[Tue Mar 30 16:50:24 2004] speechd: Speech Dispatcher waiting for
clients ...
[Tue Mar 30 16:50:57 2004] speechd:    Activity on fd 12 ...
[Tue Mar 30 16:50:57 2004] speechd:   Adding client on fd 13
[Tue Mar 30 16:50:57 2004] speechd:   Data structures for client on fd
13 created
[Tue Mar 30 16:50:57 2004] speechd:    Activity on fd 13 ...
[Tue Mar 30 16:50:57 2004] speechd:    Read 38 bytes from client on fd
13
[Tue Mar 30 16:50:57 2004] speechd:     13:DATA:|SET SELF CLIENT_NAME
"root:say:main"
|
[Tue Mar 30 16:50:57 2004] speechd:     Command caught: "set"
[Tue Mar 30 16:50:57 2004] speechd:     13:REPLY:|208 OK CLIENT NAME SET
|
[Tue Mar 30 16:50:57 2004] speechd:    Activity on fd 13 ...
[Tue Mar 30 16:50:57 2004] speechd:    Read 24 bytes from client on fd
13
[Tue Mar 30 16:50:57 2004] speechd:     13:DATA:|SET SELF PRIORITY TEXT
|
[Tue Mar 30 16:50:57 2004] speechd:     Command caught: "set"
[Tue Mar 30 16:50:57 2004] speechd:     13:REPLY:|202 OK PRIORITY SET
|
[Tue Mar 30 16:50:57 2004] speechd:    Activity on fd 13 ...
[Tue Mar 30 16:50:57 2004] speechd:    Read 7 bytes from client on fd 13
[Tue Mar 30 16:50:57 2004] speechd:     13:DATA:|SPEAK
|
[Tue Mar 30 16:50:57 2004] speechd:     Command caught: "speak"
[Tue Mar 30 16:50:57 2004] speechd:    Switching to data mode...
[Tue Mar 30 16:50:57 2004] speechd:     13:REPLY:|230 OK RECEIVING DATA
|
[Tue Mar 30 16:50:57 2004] speechd:    Activity on fd 13 ...
[Tue Mar 30 16:50:57 2004] speechd:    Read 4 bytes from client on fd 13
[Tue Mar 30 16:50:57 2004] speechd:     13:DATA:|test|
[Tue Mar 30 16:50:57 2004] speechd:     Buffer: |test| bytes:
[Tue Mar 30 16:50:57 2004] speechd:    Activity on fd 13 ...
[Tue Mar 30 16:50:57 2004] speechd:    Read 5 bytes from client on fd 13
[Tue Mar 30 16:50:57 2004] speechd:     13:DATA:|
.
|
[Tue Mar 30 16:50:57 2004] speechd:     Buffer: |
.
| bytes:
[Tue Mar 30 16:50:57 2004] speechd:    Finishing data
[Tue Mar 30 16:50:57 2004] speechd:    Switching back to command mode...
[Tue Mar 30 16:50:57 2004] speechd:     Incomming text: |test|
[Tue Mar 30 16:50:57 2004] speechd:     Altering text (I): ||
[Tue Mar 30 16:50:57 2004] speechd:     Altering text (II): ||
[Tue Mar 30 16:50:57 2004] speechd:     Altered text: |test|
[Tue Mar 30 16:50:57 2004] speechd:    New buf is now: |test|
[Tue Mar 30 16:50:57 2004] speechd:     In queue_message desired output
module is festival
[Tue Mar 30 16:50:57 2004] speechd:     Queueing message |test| with
priority 2
[Tue Mar 30 16:50:57 2004] speechd:     Semaphore post
[Tue Mar 30 16:50:57 2004] speechd:    Posting on semaphore.
[Tue Mar 30 16:50:57 2004] speechd:     13:REPLY:|225 OK MESSAGE QUEUED
|
[Tue Mar 30 16:50:57 2004] speechd:     Semaphore returned
[Tue Mar 30 16:50:57 2004] speechd:    Message in queue p3
[Tue Mar 30 16:50:57 2004] speechd:     MSG before index marking: |test|
[Tue Mar 30 16:50:57 2004] speechd:     MSG after index marking: |test|
[Tue Mar 30 16:50:57 2004] speechd:     Desired output module is
festival
[Tue Mar 30 16:50:57 2004] speechd:     Incomming text: |test|
[Tue Mar 30 16:50:57 2004] speechd:     Altering text (I): ||
[Tue Mar 30 16:50:57 2004] speechd:     Altering text (II): ||
[Tue Mar 30 16:50:57 2004] speechd:     Altered text: |test|
[Tue Mar 30 16:50:57 2004] speechd:    Module set.
[Tue Mar 30 16:50:57 2004] speechd:     Command sent to output module:
|SET
|
[Tue Mar 30 16:50:57 2004] speechd:    Activity on fd 13 ...
[Tue Mar 30 16:50:57 2004] speechd:    Read 6 bytes from client on fd 13
[Tue Mar 30 16:50:57 2004] speechd:     13:DATA:|QUIT
|
[Tue Mar 30 16:50:57 2004] speechd:     Command caught: "quit"
[Tue Mar 30 16:50:57 2004] speechd:    Bye received.
[Tue Mar 30 16:50:57 2004] speechd:   Removing client on fd 13
[Tue Mar 30 16:50:57 2004] speechd:    Tagging client as inactive in
settings
[Tue Mar 30 16:50:57 2004] speechd:    Removing client from the fd->uid
table.
[Tue Mar 30 16:50:57 2004] speechd:   Closing clients file descriptor 13
[Tue Mar 30 16:50:57 2004] speechd:   Connection closed
[Tue Mar 30 16:50:57 2004] speechd:     Reply from output module: |203
OK RECEIVING SETTINGS
|
[Tue Mar 30 16:50:57 2004] speechd:     Command sent to output module:
|pitch=0
rate=0
punctuation_mode=none
spelling_mode=off
cap_let_recogn=none
language=en
voice=male1
|
[Tue Mar 30 16:50:57 2004] speechd:     Command sent to output module:
|.
|
[Tue Mar 30 16:50:57 2004] speechd:     Reply from output module: |203
OK SETTINGS RECEIVED

|
[Tue Mar 30 16:50:57 2004] speechd:    Module speak!
[Tue Mar 30 16:50:57 2004] speechd:     Command sent to output module:
|SPEAK
|
[Tue Mar 30 16:50:57 2004] speechd:     Reply from output module: |202
OK RECEIVING MESSAGE

|
[Tue Mar 30 16:50:57 2004] speechd:     Command sent to output module:
|test|
[Tue Mar 30 16:50:57 2004] speechd:     Command sent to output module: |
.
|
[Tue Mar 30 16:50:57 2004] speechd:   Broken pipe to module.
[Tue Mar 30 16:50:57 2004] speechd:   Output module working status: 0
(pid:7283)
[Tue Mar 30 16:50:57 2004] speechd:  Output module terminated
abnormally, probably crashed.
[Tue Mar 30 16:50:57 2004] speechd:    Message sent to output module
[Tue Mar 30 16:50:57 2004] speechd:  Error: Output module failed
[Tue Mar 30 16:50:57 2004] speechd:   Output module working status: 0
(pid:0)
[Tue Mar 30 16:50:57 2004] speechd:  Output module terminated
abnormally, probably crashed.
[Tue Mar 30 16:50:57 2004] speechd:     Semaphore waiting
-- 
AIM: Squinky01
Yahoo!: Squinky86
ICQ: 160940989
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : 
http://lists.freebsoft.org/pipermail/speechd/attachments/20040330/b386305c/attachment-0001.pgp

reply via email to

[Prev in Thread] Current Thread [Next in Thread]