Activity log for bug #76876

Date Who What changed Old value New value Message
2006-12-22 15:04:04 flickerfly bug added bug
2007-02-12 23:41:41 Brian Murray bug added subscriber Ubuntu Audio Team
2007-10-03 21:24:17 asdfghjklasdfghjkl description Previously discussed at http://ubuntuforums.org/showthread.php?t=313755, this bug presents itself to Edgy Eft users, perhaps only ones who upgraded from Dapper. These commands pretty much tell the story: $ sudo fuser /dev/dsp $ sudo lsof /dev/dsp $ sudo cat /dev/urandom > /dev/dsp bash: /dev/dsp: Device or resource busy $ The result is that any program dependent on sound is unable to speak with the sound card. After a period of time it will reset itself and sound is restored until it next freezes up. It affects systems using OSS and ALSA. If the user logs out and back in, sound is restored for a time. The only thing I see related to sound in 'ps ax' when the /dev/dsp is busy is a couple esd lines: $ ps ax|grep esd 6322 ? Ss 0:00 /bin/sh -c /usr/bin/esd -terminate -nobeeps -as 1 -spawnfd 19 6323 ? SL 0:06 /usr/bin/esd -terminate -nobeeps -as 1 -spawnfd 19 Previously discussed at http://ubuntuforums.org/showthread.php?t=313755, this bug presents itself to Edgy Eft users, perhaps only ones who upgraded from Dapper. These commands pretty much tell the story: $ sudo fuser /dev/dsp $ sudo lsof /dev/dsp $ sudo cat /dev/urandom > /dev/dsp bash: /dev/dsp: Device or resource busy $ The result is that any program dependent on sound is unable to speak with the sound card. After a period of time it will reset itself and sound is restored until it next freezes up. It affects systems using OSS and ALSA. If the user logs out and back in, sound is restored for a time. The only thing I see related to sound in 'ps ax' when the /dev/dsp is busy is a couple esd lines: $ ps ax|grep esd 6322 ? Ss 0:00 /bin/sh -c /usr/bin/esd -terminate -nobeeps -as 1 -spawnfd 19 6323 ? SL 0:06 /usr/bin/esd -terminate -nobeeps -as 1 -spawnfd 19 I'm adding some info from Gutsy: Using 7.10 gutsy gibbon with newest updates, and i can confirm the same problem. However, did the following right after a clean install, dist-upgrade and login (to be sure there's no weird processes blocking /dev/dsp): $ cat /dev/urandom > /dev/dsp bash: /dev/dsp: Device or resource busy $ ps ax | grep esd 15858 ? SL 0:00 /usr/bin/esd -nobeeps $ kill 15858 $ cat /dev/urandom > /dev/dsp [add some white noise here] - ctrl+c $ So should be an ESD problem, not FF or Java or something. And the "ESD problem" is caused by ubuntu running ESD on the background with the option -nobeeps. Killing the ESD process frees the sound card and vĂ³ila, sounds working again! Don't know really which package this affects, hopefully someone will take a look at this.
2007-10-03 21:24:17 asdfghjklasdfghjkl title /dev/dsp busy, but no program using it /dev/dsp busy, weird ESD process using it
2007-11-28 11:17:29 Oleksij Rempel None: status New Invalid
2010-03-18 17:34:50 Juraj removed subscriber Juraj