Debian Bug report logs - #635622
messages now appearing at boot

version graph

Package: alsa-utils; Maintainer for alsa-utils is Debian ALSA Maintainers <[email protected]>; Source for alsa-utils is src:alsa-utils (PTS, buildd, popcon).

Reported by: [email protected]

Date: Wed, 27 Jul 2011 17:18:01 UTC

Severity: normal

Tags: fixed-upstream

Merged with 636437

Found in versions alsa-utils/1.0.24.2-2, alsa-utils/1.0.27.2-1, alsa-utils/1.0.27-2, alsa-utils/1.0.24.2-1

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected], Debian ALSA Maintainers <[email protected]>:
Bug#635622; Package alsa-utils. (Wed, 27 Jul 2011 17:18:04 GMT) (full text, mbox, link).


Acknowledgement sent to [email protected]:
New Bug report received and forwarded. Copy sent to Debian ALSA Maintainers <[email protected]>. (Wed, 27 Jul 2011 17:18:04 GMT) (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: [email protected]
To: [email protected]
Subject: messages now appearing at boot
Date: Thu, 28 Jul 2011 00:20:31 +0800
Package: alsa-utils
Version: 1.0.24.2-1
Severity: wishlist
File: /etc/init.d/alsa-utils

We now see two messages at boot about
alsactr could not restore ... 0 ... no such file or directory
alsactr could not restore ... 1 ... no such file or directory

Problems:
A. Why don't these end up in any log file? Causing me to try to remember
what I saw and type it in above.
B. Why doesn't it say what file it was trying to write to?
C. Why the error in the first place?




Information forwarded to [email protected], [email protected], Debian ALSA Maintainers <[email protected]>:
Bug#635622; Package alsa-utils. (Tue, 02 Aug 2011 23:36:04 GMT) (full text, mbox, link).


Acknowledgement sent to Dave Witbrodt <[email protected]>:
Extra info received and forwarded to list. Copy sent to [email protected], Debian ALSA Maintainers <[email protected]>. (Tue, 02 Aug 2011 23:36:04 GMT) (full text, mbox, link).


Message #10 received at [email protected] (full text, mbox, reply):

From: Dave Witbrodt <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: Looks like a problem with udev scripts provided with alsa-utils
Date: Tue, 02 Aug 2011 19:33:04 -0400
Package: alsa-utils
Version: 1.0.24.2-1
Followup-For: Bug #635622


I am also seeing these messages at boot time:

  udevd[299]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
  restore 1': No such file or directory
  udevd[300]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
  restore 2': No such file or directory
  udevd[302]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
  restore 0': No such file or directory

I tried looking around at the udev-related scripts packaged with
'alsa-utils'; I found that they essentially do some environment setup and
then run '/etc/init.d/alsa-utils', so I thought there may be some
problem with that file failing.  That was before work this morning, and
I didn't have much time, so the only thing I found so far that looks
like a possible culprit is line 62:

	if MSG="$(alsactl restore $CARD 2>&1 >/dev/null)" && [ ! "$MSG" ] ; then

In this instance the "2>&1" redirection is not at the end of the
command, but in all other instances it is.  Was this intended, or is it
a mistake?

I have some higher priorities to attend to first -- sound is not broken
on my system, so the errors are merely disconcerting -- so I will try to
take a closer look at this by the weekend if the bug has not been
squashed before then.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (350, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1dwlocal (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages alsa-utils depends on:
ii  dialog                    1.1-20110707-1 Displays user-friendly dialog boxe
ii  libasound2                1.0.24.1-2     shared library for ALSA applicatio
ii  libc6                     2.13-13        Embedded GNU C Library: Shared lib
ii  libncursesw5              5.9-1          shared libraries for terminal hand
ii  linux-sound-base          1.0.23+dfsg-4  base package for ALSA and OSS soun
ii  lsb-base                  3.2-27         Linux Standard Base 3.2 init scrip
ii  module-init-tools         3.16-1         tools for managing Linux kernel mo
ii  udev                      172-1          /dev/ and hotplug management daemo
ii  whiptail                  0.52.11-2.1    Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
ii  alsa-base                  1.0.23+dfsg-4 ALSA driver configuration files
ii  pciutils                   1:3.1.7-12    Linux PCI Utilities

alsa-utils suggests no packages.

-- no debconf information




Information forwarded to [email protected], Debian ALSA Maintainers <[email protected]>:
Bug#635622; Package alsa-utils. (Wed, 24 Aug 2011 12:09:03 GMT) (full text, mbox, link).


Acknowledgement sent to Paul Menzel <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>. (Wed, 24 Aug 2011 12:09:30 GMT) (full text, mbox, link).


Message #15 received at [email protected] (full text, mbox, reply):

From: Paul Menzel <[email protected]>
To: [email protected]
Cc: [email protected], Dave Witbrodt <[email protected]>
Subject: Re: Bug#635622: Looks like a problem with udev scripts provided with alsa-utils
Date: Wed, 24 Aug 2011 14:06:39 +0200
[Message part 1 (text/plain, inline)]
Dear Dave,


Am Dienstag, den 02.08.2011, 19:33 -0400 schrieb Dave Witbrodt:
> Package: alsa-utils
> Version: 1.0.24.2-1
> Followup-For: Bug #635622

You can also use `bts show --mbox 635622`, where `bts` is in the
`devscripts` package, to get the mbox file with all messages related to
that report and reply to it to keep the threading.

> I am also seeing these messages at boot time:
> 
>   udevd[299]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
>   restore 1': No such file or directory
>   udevd[300]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
>   restore 2': No such file or directory
>   udevd[302]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
>   restore 0': No such file or directory

I am seeing this too. Does anyone of you remember what (version) change
caused this? I do not see anything related in the changelog entry of
1.0.24.

> I tried looking around at the udev-related scripts packaged with
> 'alsa-utils'; I found that they essentially do some environment setup and
> then run '/etc/init.d/alsa-utils', so I thought there may be some
> problem with that file failing.  That was before work this morning, and
> I didn't have much time, so the only thing I found so far that looks
> like a possible culprit is line 62:
> 
> 	if MSG="$(alsactl restore $CARD 2>&1 >/dev/null)" && [ ! "$MSG" ] ; then
> 
> In this instance the "2>&1" redirection is not at the end of the
> command, but in all other instances it is.  Was this intended, or is it
> a mistake?
> 
> I have some higher priorities to attend to first -- sound is not broken
> on my system, so the errors are merely disconcerting -- so I will try to
> take a closer look at this by the weekend if the bug has not been
> squashed before then.

I tried looking at the Subversion repository for possible changes [1],
but I could not even find a link to display the commit log/history in
ViewVC.


Thanks,

Paul


[1] http://anonscm.debian.org/viewvc/pkg-alsa/trunk/alsa-utils/
[signature.asc (application/pgp-signature, inline)]

Forcibly Merged 635622 636437. Request was from [email protected] to [email protected]. (Wed, 24 Aug 2011 12:24:04 GMT) (full text, mbox, link).


Added tag(s) pending. Request was from Elimar Riesebieter <[email protected]> to [email protected]. (Wed, 31 Aug 2011 13:27:28 GMT) (full text, mbox, link).


Bug No longer marked as fixed in versions alsa-utils/1.0.24.2-2 and reopened. Request was from Debbugs Internal Request <[email protected]> to [email protected]. (Wed, 07 Sep 2011 23:24:11 GMT) (full text, mbox, link).


Bug Marked as found in versions alsa-utils/1.0.24.2-2. Request was from [email protected] to [email protected]. (Wed, 07 Sep 2011 23:24:12 GMT) (full text, mbox, link).


Added tag(s) unreproducible. Request was from Elimar Riesebieter <[email protected]> to [email protected]. (Thu, 08 Sep 2011 00:18:03 GMT) (full text, mbox, link).


Added tag(s) pending. Request was from Elimar Riesebieter <[email protected]> to [email protected]. (Fri, 09 Sep 2011 00:36:07 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <[email protected]> to [email protected]. (Tue, 18 Oct 2011 07:32:43 GMT) (full text, mbox, link).


Bug unarchived. Request was from [email protected] to [email protected]. (Sun, 12 May 2013 00:27:05 GMT) (full text, mbox, link).


Bug reopened Request was from [email protected] to [email protected]. (Sun, 12 May 2013 00:27:09 GMT) (full text, mbox, link).


No longer marked as fixed in versions alsa-utils/1.0.24.2-3. Request was from [email protected] to [email protected]. (Sun, 12 May 2013 00:27:10 GMT) (full text, mbox, link).


Marked as found in versions alsa-utils/1.0.27-2. Request was from [email protected] to [email protected]. (Sun, 12 May 2013 00:33:08 GMT) (full text, mbox, link).


Added tag(s) fixed-upstream. Request was from Elimar Riesebieter <[email protected]> to [email protected]. (Tue, 28 May 2013 21:27:07 GMT) (full text, mbox, link).


Marked as found in versions alsa-utils/1.0.27.2-1. Request was from Ulrich Klauer <[email protected]> to [email protected]. (Mon, 30 Dec 2013 18:12:22 GMT) (full text, mbox, link).


Removed tag(s) unreproducible. Request was from Ulrich Klauer <[email protected]> to [email protected]. (Mon, 30 Dec 2013 18:12:23 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Thu May 15 19:30:58 2025; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.