Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 117522

Summary: esdplay wants to start a new esd every time.
Product: [Fedora] Fedora Reporter: Aleksey Nogin <aleksey>
Component: esoundAssignee: Havoc Pennington <hp>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: robert
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-09 21:55:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 114961    

Description Aleksey Nogin 2004-03-04 22:12:18 UTC
If I run esdplay, the first time it starts esd and plays the sound
fine, but on subsequent invocations instead of connecting to an
existing esd, it tries starting a new esd, fails (because one is
already running) and does not play anything.

% killall esd
% esdplay /usr/share/system-config-soundcard/sound-sample.wav
% esdplay /usr/share/system-config-soundcard/sound-sample.wav
esd: Esound sound daemon already running or stale UNIX socket
/tmp/.esd/socket
This socket already exists indicating esd is already running.
Exiting...

P.S. esdplay -s localhost works OK.

Comment 1 Aleksey Nogin 2004-03-04 22:13:14 UTC
P.P.S. Sorry, forgot: esound-0.2.33-1

Comment 2 Robert Vojta 2004-03-06 19:18:38 UTC
I tried to reproduce this and I'm not successfull ...

- updated FC1 to 1.90 via yum
- same package

[robert@echelon robert]$ ps ax | grep esd
 2002 pts/6    S      0:00 grep esd
[robert@echelon robert]$ esdplay online.wav
[robert@echelon robert]$ esdplay online.wav
[robert@echelon robert]$ esdplay online.wav

Works fine in both situations - esd is [not] running before first
esdplay call ...

Comment 3 Aleksey Nogin 2004-03-07 02:34:50 UTC
- I am using Raw Hide not 1.90
- I am using ALSA.

Comment 4 Robert Vojta 2004-03-07 07:43:47 UTC
s/1\.90/rawhide/g

Sorry, my mistake ... I'm using Raw Hide too, same packages and it
works fine with alsa for me.


Comment 5 Aleksey Nogin 2004-03-09 21:55:57 UTC
Not sure what changed, but it WFM now.