[PlanetCCRMA] hitmuri

Paul Coccoli pcoccoli@gmail.com
Mon Jul 16 10:04:01 2007


On 7/16/07, Nicholas Manojlovic <nicholasmanojlovic@gmail.com> wrote:
> hmm, I got this far but unfortunately it is refusing to connect to lash.
> I started lashd, but it errors lash_open_socket: could not look up host
> 'localhost': Servname not supported for ai_socktype
>
> any ideas?
>
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>

Make sure you have a line like this in /etc/hosts:

127.0.0.1               localhost.localdomain localhost

Then make sure this is in /etc/services:

lash           14541/tcp                       # LASH client/server protocol


I think this is a LASH FAQ, and one of the above may even be the answer.