|
From: Ron J. <wi...@je...> - 2006-02-21 21:04:55
|
On Tue, 2006-02-21 at 20:48 +0100, Melchior FRANZ wrote: > * Curtis L. Olson -- Tuesday 21 February 2006 20:32: > > Festival --server is kicking out messages like: > > > > client(1) Tue Feb 21 13:29:46 2006 : rejected from localhost.localdomain > > not in access list > > > > I didn't see anything useful in the manual related to locating a config > > file and what the access list syntax looks like. > > Yes. Festival seems to be set up restrictive on some systems (or by default?). > One has to set the permissions in /etc/festival.scm (if it looks there) or > in /usr/share/festival/siteinit.scm or /usr/share/festival/init.scm: > > http://www.cstr.ed.ac.uk/projects/festival/manual/festival_28.html#SEC130 > > See server_deny_list and server_access_list. > > I have first to find out where to place that ideally. It doesn't seem > to accept a config file in the home dir. I'll add a paragraph about it > in the README if I know more. > > m. The festival page above says "localhost" is allowed by default. There was a big dustup a few months back on the debian-devel list about "localhost" vs. "localhost.localdomain" See http://lists.debian.org/debian-devel/2005/10/msg00387.html for example. The short answer is gethostbyname() should return localhost not localhost.localdomain for festival to function out of the box. Ron |