On Friday 05 November 2004 06:49 am, Jakob Breivik 
Grimstveit proclaimed:
> [EMAIL PROTECTED] ~]# festival --tts a
> Can't access NAS server (null)
>
> Am I missing some settings? Packages?
>
> Thanks in advance.

It looks like you have everything you need.  However, it 
also looks like you don't have nasd running.

What I've done on my system is created a start-up script 
called nas_d.sh in /usr/local/etc/rc.d

$ cat /usr/local/etc/rc.d/nas_d.sh

#!/bin/sh
#
#  This script was created for the sole purpose
#    of starting up the NAS daemon on system
#    startup.
#
/usr/X11R6/bin/nasd -local -b


This way nasd is called up every time you start your system 
and you won't have to mess with it manually.

Don't forget to make the script executable.  You can also 
rename the script to whatever you want, but make sure it 
ends with the .sh else it wont be called up at start-up.

HTH,

Mike
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to