[Pkg-alsa-devel] Bug#246349: marked as done (module-init-tools collapses with "alsa: No such file or directory")

Debian Bug Tracking System owner@bugs.debian.org
Wed, 09 Jun 2004 17:03:04 -0700


Your message dated Wed, 9 Jun 2004 19:54:00 -0400
with message-id <20040609195400.1617bcfe@willow.eelf.ddts.net>
and subject line Closing old bug
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Apr 2004 14:52:33 +0000
>From andreas.krueger@dv-ratio.com Wed Apr 28 07:52:33 2004
Return-path: <andreas.krueger@dv-ratio.com>
Received: from lgserv.han-solo.net [217.7.85.199] ([rYQlNfuu7P/ezPvaB2KBeuhFl1kWyN+a])
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BIqQL-0008Lx-00; Wed, 28 Apr 2004 07:52:33 -0700
Received: from euklid.nw.dv-ratio.com (p508D12C4.dip0.t-ipconnect.de [80.141.18.196])
	(authenticated bits=0)
	by lgserv.han-solo.net (8.12.10/8.12.9) with ESMTP id i3SEqT4L010554
	for <submit@bugs.debian.org>; Wed, 28 Apr 2004 16:52:31 +0200
Received: from [192.168.20.33] (helo=dv-ratio.com)
	by euklid.nw.dv-ratio.com with esmtp (Exim 3.36 #1 (Debian))
	id 1BIqQC-0004fc-00
	for <submit@bugs.debian.org>; Wed, 28 Apr 2004 16:52:24 +0200
Message-ID: <408FC521.7060008@dv-ratio.com>
Date: Wed, 28 Apr 2004 16:52:17 +0200
From: =?ISO-8859-15?Q?=22Dr=2E_Andreas_Kr=FCger=22?=
 <andreas.krueger@dv-ratio.com>
User-Agent: Mozilla Thunderbird 0.5 (X11/20040306)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: module-init-tools collapses with "alsa: No such file or directory"
X-Enigmail-Version: 0.83.2.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="------------enigF727970D005C950DBAD68020"
Content-Transfer-Encoding: 8bit
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigF727970D005C950DBAD68020
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit

Package: module-init-tools
Version: 3.0-pre10-2

Trying to upgrade our intranet server from kernel 2.4.25 to 2.6.3, I get:

# apt-get install kernel-image-2.6-686
Reading Package Lists... Done
Building Dependency Tree... Done
kernel-image-2.6-686 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 66 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up module-init-tools (3.0-pre10-2) ...
cat: alsa: No such file or directory
dpkg: error processing module-init-tools (--configure):
  subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of kernel-image-2.6.3-1-686:
  kernel-image-2.6.3-1-686 depends on module-init-tools (>= 0.9.13); however:
   Package module-init-tools is not configured yet.
dpkg: error processing kernel-image-2.6.3-1-686 (--configure):
  dependency problems - leaving unconfigured

I never bothered to look wether we even do have sound hardware on that machine. 
  We certainly don't have alsa installed.

After some poking, I changed /sbin/update-modules by adding a strategic

    test -f "$src" &&

in front of the offending cat statement:

addfile() {
	local src="$1"

	printf "\n### update-modules: start processing $src ###\n"
	if [ -x "$src" ]; then
		if ! "./$src"; then
			echo "Error while executing $src, aborting" >&2
			exit 1
		fi
	else
		test -f "$src" && cat "$src"
	fi
	printf "\n### update-modules: end processing $cfg ###\n"
}

I'm not sure this is a legitimate fix. This at least allowed me to get past the 
alsa trouble and install module-init-tools.  (I'm having LVM problems now.)

Regards, and thank you for providing fine software

Andreas
-- 
Dr. Andreas Krüger, andreas.krueger@dv-ratio.com
DV-RATIO Nordwest GmbH, Tel.: +49 211 577 996-0, Fax:  +49 211 559 1617
Leostraße 31, 40545 Düsseldorf, Germany

--------------enigF727970D005C950DBAD68020
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAj8Un6hmq3P1EXrcRAvCmAKCGQ75YgBg1jvIYjdlJJzTY+TllYwCZAbtw
wx0kGxuqpHXydkoAcxVkXSg=
=KHJ4
-----END PGP SIGNATURE-----

--------------enigF727970D005C950DBAD68020--

---------------------------------------
Received: (at 246349-done) by bugs.debian.org; 9 Jun 2004 23:54:02 +0000
>From dbharris@eelf.ddts.net Wed Jun 09 16:54:02 2004
Return-path: <dbharris@eelf.ddts.net>
Received: from giraffe.hardship.net (defiant.circainformation.com) [64.5.53.35] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BYCtO-0006xa-00; Wed, 09 Jun 2004 16:54:02 -0700
Received: from [64.26.176.25] (helo=willow.eelf.ddts.net ident=Debian-exim)
	by defiant.circainformation.com with asmtp (TLS-1.0:RSA_ARCFOUR_SHA:16)
	(Exim 4.32)
	id 1BYCtN-0003CH-El; Wed, 09 Jun 2004 23:54:01 +0000
Received: from localhost
	([127.0.0.1] helo=willow.eelf.ddts.net ident=dbharris)
	by willow.eelf.ddts.net with smtp (Exim 4.34)
	id 1BYCtM-0004wG-8V; Wed, 09 Jun 2004 19:54:00 -0400
Date: Wed, 9 Jun 2004 19:54:00 -0400
From: David B Harris <dbharris@eelf.ddts.net>
To: 249539-done@bugs.debian.org, 246349-done@bugs.debian.org
Subject: Closing old bug
Message-Id: <20040609195400.1617bcfe@willow.eelf.ddts.net>
Organization: Tachyon Systems
X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-pc-linux-gnu)
Mail-Copies-To: nobody
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: 246349-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Hey there, this bug was closed some time ago (around May 26th), but
wasn't closed in the changelog. So closing it here.

(For context, /etc/{modutils,modprobe.d}/alsa was a dangling symlink,
and causing update-modules to bomb during lm-sensors installation)

-- 
     Arguing with an engineer is like wrestling with a pig in mud.
	   After a while, you realise the pig is enjoying it.

		   OpenPGP v4 key ID: 4096R/59DDCB9F
    Fingerprint: CC53 F124 35C0 7BC2 58FE  7A3C 157D DFD9 59DD CB9F
	  Retreive from subkeys.pgp.net or risk key corruption