Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 62152

Summary: alsa-utils-1.0.5 error on boot
Product: Gentoo Linux Reporter: Antonio <netbix>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: blocker CC: andy.dalton
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Antonio 2004-08-29 15:04:55 UTC
I have emerge alsa-utils-1.0.5 and service does not run.

gentoonet root # /etc/init.d/alsasound start
 * ERROR:  "/etc/init.d/alsasound" has syntax errors in it; not executing...
gentoonet root # /etc/init.d/alsasound stop
 * ERROR:  "/etc/init.d/alsasound" has syntax errors in it; not executing...
gentoonet root #

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Antonio 2004-08-29 15:17:52 UTC
The error is in /etc/init.d/alsasound:

.........
.........
 if [ "${SAVE_ON_STOP}" = "yes" ]; the   <--------------- then and not the
                einfo "Storing ALSA Mixer Levels"
                if ! save_mixer; then
                        eend 1
                fi
        fi
.........
.........
Comment 2 Markus Nigbur (RETIRED) gentoo-dev 2004-08-29 20:29:09 UTC
Fixed in cvs.
Comment 3 Sven Wegener gentoo-dev 2004-09-02 10:44:08 UTC
*** Bug 62624 has been marked as a duplicate of this bug. ***