New issue
Advanced search Search tips

Issue 746103 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Process '/usr/sbin/alsactl restore 0' failed with exit code 99

Project Member Reported by briannorris@chromium.org, Jul 19 2017

Issue description

Version: ~M61

Since udev was upgraded (probably M59 or so?), it logs failures directly to kernel dmesg. So all devices are showing failures like this:

[   11.523462] udevd[2157]: Process '/usr/sbin/alsactl restore 0' failed with exit code 99.

AFAICT, this alsactl restore fails on all devices, with similar errors like this:

# /usr/sbin/alsactl restore
/usr/sbin/alsactl: load_state:1683: Cannot open var/lib/alsa/asound.state for reading: No such file or directory


IIUC, /lib/udev/rules.d/90-alsa-restore.rules is basically useless for us anyway; we don't let alsa manage our sound state anyway, right?

I'll upload a CL to just mask out that rule, if that sounds OK to y'all.
 
Components: OS>Kernel>Audio
Cc: hychao@chromium.org
Owner: briannorris@chromium.org
Status: Started (was: Untriaged)
CL posted here:

https://chromium-review.googlesource.com/576895
Project Member

Comment 3 by bugdroid1@chromium.org, Jul 19 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/380699c08a77dd6f28127de9c6df3741c254c871

commit 380699c08a77dd6f28127de9c6df3741c254c871
Author: Brian Norris <briannorris@chromium.org>
Date: Wed Jul 19 06:48:38 2017

alsa-utils: don't install "restore" udev rules

We don't need them, and they just cause errors in the boot logs.

BUG= chromium:746103 
TEST=see rule isn't installed
TEST=pre-CQ

Change-Id: I88cb83716d40acb8f62f689a2dc537f3debc385a
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/576895
Reviewed-by: Dylan Reid <dgreid@chromium.org>

[modify] https://crrev.com/380699c08a77dd6f28127de9c6df3741c254c871/chromeos/config/env/media-sound/alsa-utils

Status: Fixed (was: Started)
Status: Verified (was: Fixed)

Sign in to add a comment