[Pkg-alsa-devel] Bug#364815: /etc/init.d/alsa-utils does not run

Carlos C Soto csoto at sia-solutions.com
Tue Apr 25 21:15:21 UTC 2006


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




More information about the Pkg-alsa-devel mailing list