[4653] in testers
Re: sgi 9.0.3: esd
daemon@ATHENA.MIT.EDU (Robert A Basch)
Tue May 22 18:46:58 2001
Message-Id: <200105222246.SAA20854@anhedonia.mit.edu>
To: Jamie Morris <jemorris@MIT.EDU>
cc: testers@MIT.EDU
In-Reply-To: Your message of "Sun, 20 May 2001 21:10:37 EDT."
<200105210110.VAA62102@oliver.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Tue, 22 May 2001 18:46:53 -0400
From: Robert A Basch <rbasch@MIT.EDU>
> 21:05 esd: Failed to fix owner of /tmp/.esd.
> 21:05 Try -trust to force esd to start.
> 21:05 esd: Esound sound daemon unable to create unix domain socket:
> 21:05 /tmp/.esd/socket
> 21:05 The socket is not accessible by esd.
> 21:05 Exiting...
Thanks for reporting this.
The problem seems to be that esd is not getting killed at the end of a
session, and so leaves its socket file around for the next session to
stumble into. It looks like dustbuster, which runs and waits for esd,
sends it a HUP signal at the end of session, which causes esd merely to
reset itself and continue; we need to send it a TERM signal to have it
clean up and exit.
Bob