Your message dated Wed, 26 Apr 2006 01:33:44 +0200
with message-id <[EMAIL PROTECTED]>
and subject line [Pkg-alsa-devel] Bug#364815: Corrected
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: alsa-utils
Version: 1.0.11-1
Severity: normal
Tags: patch
The file /etc/init.d/alsa-utils does not run on version 1.0.11-1,
the problem is that it check for the directory: /lib/alsa-utils
Line 22: # Exit silently if package is no longer installed
Line 23: [ -d /lib/alsa-utils ] || exit 0
If you check apt-file: apt-file show alsa-utils it gives /lib/alsa-utils/udev
but this file is not found (really, I don't know why)
After checking a little found the file: /lib/udev/alsa-utils wich i think this
is the file that must be checked.
So, why don't check both files:
Line 22: # Exit silently if package is no longer installed
Line 23: [ -d /lib/alsa-utils ] || [ -e /lib/udev/alsa-utils ] || exit 0
With this correction alsa-utils works fine.
Thank you.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=es_MX, LC_CTYPE=es_MX (charmap=ISO-8859-1)
Versions of packages alsa-utils depends on:
ii dialog 1.0-20060221-1 Displays user-friendly dialog boxe
ii libasound2 1.0.11-2 ALSA library
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libncurses5 5.5-1.1 Shared libraries for terminal hand
ii linux-sound-base 1.0.11-1 base package for ALSA and OSS soun
ii lsb-base 3.1-4 Linux Standard Base 3.1 init scrip
ii module-init-tools 3.2.2-2 tools for managing Linux kernel mo
ii modutils 2.4.27.0-5 Linux module utilities
ii pciutils 1:2.1.11-16 Linux PCI Utilities
ii python-minimal 2.3.5-5 A minimal subset of the Python lan
ii whiptail 0.52.2-4 Displays user-friendly dialog boxe
Versions of packages alsa-utils recommends:
ii alsa-base 1.0.11-1 ALSA driver configuration files
-- no debconf information
--- End Message ---
--- Begin Message ---
On Tue, Apr 25, 2006 at 04:28:40PM -0500, Carlos C Soto wrote:
> This is corrected on alsa-utils 1.0.11-2 by checking /usr/sbin/alsactl
Yes, this should be fixed by now.
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/
signature.asc
Description: Digital signature
--- End Message ---