On Mon, Oct 01, 2001 at 09:17:46PM +0500, Rai hardeep singh wrote:
> On RedHat 7.1 (PCQ), xmms was working fine. Then I played gtv. Now on
> trying to play xmms, I recieve following errors:
> 
> esd: Failed to fix owner of /tmp/.esd
> Esound sound daemon unable to create unx domain socket.
> 
> Still audio is fine with gtv.
> 
> Where is the problem?
> 
---end quoted text---

This looks like poor programming on part of gtv. All apps
should clear garbage from /tmp on exit ... It is apparant
that xmms is also opening this file, and refusing to make
a new one because the old one is already there, which has
incompatible ownership records.

The  solution  is to  kill this file in /tmp and then run
xmms. In  case you are  in the habit of running  both the
apps in succession, you may even consider  making a small
script to kill this /tmp/.esd and then run xmms.

Bish.



:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Ctrl+Alt+Del key bindings (#1)                 LOST #012

To change the bindings of ctrl+alt+del to  "shutdown -h now", 
instead of  "shutdown -r now", edit  /etc/inittab, and change 
-r to -h ... The altered line should look something like this

ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now

####<[EMAIL PROTECTED]>####################################
:


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to