After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 155678 - gnome-settings-daemon won't release /dev/mixer
gnome-settings-daemon won't release /dev/mixer
Status: RESOLVED DUPLICATE of bug 141793
Product: gnome-control-center
Classification: Core
Component: [obsolete] settings-daemon
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-18 01:01 UTC by Kasper Ronning
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Kasper Ronning 2004-10-18 01:01:04 UTC
This might be due to my sound setup: I'm not running esd. I use ALSA and have
OSS emulation in the kernel. I believe the gnome-settings-daemon shouldn't hold
on to /dev/mixer (but I'm not sure).

$ lsof /dev/mixer
COMMAND    PID   USER   FD   TYPE DEVICE SIZE NODE NAME
gnome-set 4807 kasper   34u   CHR   14,0      5905 /dev/mixer

The relevant code is probably in
gnome-settings-daemon/actions/acme-volume-oss.c, line 177: close() on the fd is
only called if acme_volume_oss_mixer_check() returns true.
Comment 1 Kasper Ronning 2004-10-18 16:46:25 UTC

*** This bug has been marked as a duplicate of 141793 ***