Package: timidity-daemon
Version: 2.13.2-33
Severity: normal
--- Please enter the report below this line. ---
/etc/default/timidity contains:
# Enable MIDI sequencer (ALSA), default is disabled
#TIM_ALSASEQ=true
However, the startup /etc/init.d/timidity contains:
TIM_ALSASEQ=true
TIM_ALSASEQPARAMS="-B2,8"
[ -r /etc/default/timidity ] && . /etc/default/timidity
if [ "${TIM_ALSASEQ}" != "true" ]; then
. . .
SO it defaults it to enabled! The commented line leaves it that way.
Fix is simple enough:
Either set it to false in the /etc/default/timidity
or do not set it true in /etc/init.d/timidity
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.30-davidb
Debian Release: squeeze/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.fr.debian.org
990 unstable debian.tagancha.org
990 unstable debian.scribus.net
990 unstable debian.co.il
650 testing security.debian.org
650 testing debian.co.il
500 stable security.debian.org
500 stable dl.google.com
500 stable debian.co.il
500 oldstable debian.systs.org
500 lenny kde4.debian.net
500 kernel-dists-trunk kernel-archive.buildserver.net
500 intrepid ppa.launchpad.net
500 experimental ansani.it
1 experimental ftp.debian.org
--- Package information. ---
Depends (Version) | Installed
===========================-+-===============
timidity (>= 2.13.2-33) | 2.13.2-33
adduser | 3.110
Package's Recommends field is empty.
Package's Suggests field is empty.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]