|
Bugzilla – Full Text Bug Listing |
| Summary: | booting error message: "run_program: exec of program '/usr/sbin/alsactl' failed" | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | Other | Assignee: | Kay Sievers <kasievers> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | tiwai |
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jon Nelson
2006-02-19 17:05:46 UTC
Is /usr mounted via nfs? /usr is not mounted via nfs. /usr is a logical volume provided by LVM That happens cause all tools to configure devices by udev are expected to be on the root filesystem and not on /usr. This is usually not a problem, cause the failing events will be applied later after all local filesystems are mounted. So is the solution to use one of my suggestions: 1. wait until /usr/sbin is available (or /path/to/program/but/not/program/itself) is available 2. move alsactl to /sbin I guess I'd prefer [1] which would result in deferral(s) and/or eventual error? There is no need to wait, as the failing events are recorded and retried by /etc/init.d/boot.udev_retry. |