public inbox for blinux-list@redhat.com
 help / color / mirror / Atom feed
* Emacspeak and mbrola_server
@  www.wep.net/~mlang
       [not found] ` <hSIr10r1JY8U089yn@ccs.covici.com>
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: www.wep.net/~mlang @  UTC (permalink / raw)
  To: blinux-list

Hi

I just have a question to all emacspeakers here:

What does the message

Process speaker not running

mean in detail.

I today installed mbrola_server and got the tcl to act right.
It says text exactly as I want it to be said.
But after 

DTK_PROGRAM=/usr/src/emacspeak-8.0/mbrola 
export DTK_PROGRAM

and the launching of the emacspeak.sh script,
emacs executes many things and at least it shows

Process speaker not running

Regards,
        Mario <mlang@netway.at>

   http://wep.net/~mlang



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emacspeak and mbrola_server
       [not found] ` <hSIr10r1JY8U089yn@ccs.covici.com>
@    ` John Covici
  0 siblings, 0 replies; 4+ messages in thread
From: John Covici @  UTC (permalink / raw)
  To: blinux-list

I had this same problem and discovered it was a mis spelling in the
program name -- so what it means is just that -- for some reason the
process isn't running, but unfortunately there is no way to figure out
why from the message.

on Wed, 15 Jul 1998 02:30:37 +0200 (CEST) "www.wep.net/~mlang" <mlang@netway.at> in
<Pine.LNX.3.96.980715022628.255A-100000@sky.lucy.diamond> wrote:
>Hi
>
>I just have a question to all emacspeakers here:
>
>What does the message
>
>Process speaker not running
>
>mean in detail.
>
>I today installed mbrola_server and got the tcl to act right.
>It says text exactly as I want it to be said.
>But after
>
>DTK_PROGRAM=/usr/src/emacspeak-8.0/mbrola
>export DTK_PROGRAM
>
>and the launching of the emacspeak.sh script,
>emacs executes many things and at least it shows
>
>Process speaker not running
>
>Regards,
>        Mario <mlang@netway.at>
>
>   http://wep.net/~mlang
>
>
>---
>Send your message for blinux-list to blinux-list@redhat.com
>Blinux software archive at ftp://leb.net/pub/blinux
>Blinux web page at http://leb.net/blinux
>To unsubscribe send mail to blinux-list-request@redhat.com
>with subject line: unsubscribe


-- 
         John Covici
          covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Emacspeak message "Process speaker not running"
   Emacspeak and mbrola_server www.wep.net/~mlang
       [not found] ` <hSIr10r1JY8U089yn@ccs.covici.com>
@  ` James R. Van Zandt
   ` Emacspeak and mbrola_server James R. Van Zandt
  2 siblings, 0 replies; 4+ messages in thread
From: James R. Van Zandt @  UTC (permalink / raw)
  To: mlang; +Cc: blinux-list


Mario -

If Emacspeak gives you the message "process speaker not running", you
need some trace data to diagnose the real problem.  Try running it
under "strace", as described below.

                           - Jim Van Zandt

Run emacspeak like this:

   strace -o log -ff -t -s 80 emacspeak README

This uses strace to log system calls, which include all the data read
or written by the server.  There is one log file for each process
created.  The first file, for the process executing the emacspeak
script, is named "log".  The other files have names which include the
process number, like log.1180.  To see what process each log comes
from, look for the execve system call near the beginning of the log
file.  The interesting file is the one for the tcl process that
executes the server script, which should include a line like this:

	log.1181:21:08:31 execve("/usr/bin/tcl", ["/usr/bin/tcl", "/usr/share/emacs/site-lisp/emacspeak/dtk-pgm"...], [/* 26 vars */]) = 0

Then, check the "write" commands in the last 30 or so lines in the
file.  Tcl probably wrote an error message describing the problem.

I have had the system lock up while recording system calls in this
way.  This happened when I went into info mode with C-h I and tried to
access one of the info files.  However, the same commands worked fine
when I was not recording system calls.  I have not experienced lockups
with the latest version of the server.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emacspeak and mbrola_server
   Emacspeak and mbrola_server www.wep.net/~mlang
       [not found] ` <hSIr10r1JY8U089yn@ccs.covici.com>
   ` Emacspeak message "Process speaker not running" James R. Van Zandt
@  ` James R. Van Zandt
  2 siblings, 0 replies; 4+ messages in thread
From: James R. Van Zandt @  UTC (permalink / raw)
  To: mlang; +Cc: blinux-list


Mario -

Please try installing the emacspeak speech server in
/usr/share/emacs/site-lisp/emacspeak, then setting DTK_PROGRAM to just
the name of the server (no path).

                                    - Jim Van Zandt


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Emacspeak and mbrola_server www.wep.net/~mlang
     [not found] ` <hSIr10r1JY8U089yn@ccs.covici.com>
   ` John Covici
 ` Emacspeak message "Process speaker not running" James R. Van Zandt
 ` Emacspeak and mbrola_server James R. Van Zandt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).