On Tue, 15 May 2007 14:44:17 +0200 Hana Skoumalova <[EMAIL PROTECTED]> wrote:
> > ~> esd -d $AUDIODEV > - using device /tmp/SUNWut/dev/utaudio/utdsp-0 > esd: Esound sound daemon unable to create unix domain socket: > /tmp/.esd/utdsp-0/socket > The socket is not accessible by esd. I remember a similar situation and the cure was to make sure /tmp/.esd did exist: mkdir /tmp/.esd chmod 1777 /tmp/.esd (add this to some startup script since /tmp/ is cleaned during boot) Cheers, Meik -- Meik Hellmund Mathematisches Institut, Uni Leipzig e-mail: [EMAIL PROTECTED] http://www.math.uni-leipzig.de/~hellmund _______________________________________________ SunRay-Users mailing list [email protected] http://node1.filibeto.org/mailman/listinfo/sunray-users
