|
From: Pigeon <pi...@pi...> - 2006-02-21 20:04:14
|
> On Tuesday 21 February 2006 19:50, Melchior FRANZ wrote:
> > (set! server_access_list '("localhost"))
>
> Still the same errors..
Yeah this gave be a bit of a pain at the beginning. According to the
festival doc it says it will match the first hostname resolved for the
ip (i.e. 'host localhost'). Even though, i've done that and it wasn't
working for me either.
So I ended up having this in my .festivalrc is:
(set! server_access_list nil)
which disable festival access list all together. If your machine is
already under a firewall or something, this should be fine hopefully.
Pigeon.
|