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

Bug 45453

Summary: depscan.sh giving lots of depcache: line 4: acct errors.
Product: Gentoo Linux Reporter: Steven Wagner <stevenwagner>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: 2004.0   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steven Wagner 2004-03-22 17:03:28 UTC
When running env-update I see the error
/var/lib/init.d/depcache: line 4: acct: command not found
.  This error gets displayed about 50 times during env-update, and I also get this error during the emerge process and numerous times at startup.  Dispite efforts from many, we are unable to find the cause so far so I am now posting it as a bug.
Comment 1 Steven Wagner 2004-03-22 17:45:30 UTC
Oh, i forgot to mention that during the bootup process this error is also accompanied by this error...

/sbin/rc: line 4: bin: command not found

Comment 2 Steven Wagner 2004-03-22 20:30:45 UTC
error seems to be being triggered during these lines in /etc/init.d/depscan.sh


/bin/gawk \
        -f /lib/rcscripts/awk/functions.awk \
        -f /lib/rcscripts/awk/cachedepends.awk || \
        retval=1
                                                                                                                                                      
bash "${svcdir}/depcache" | \
\
/bin/gawk \
        -f /lib/rcscripts/awk/functions.awk \
        -f /lib/rcscripts/awk/gendepends.awk || \
        retval=1
                                                                                                                                                      
#eend ${retval} "Failed to cache service dependencies"
                                                                                                                                                      
Comment 3 Steven Wagner 2004-03-22 21:03:50 UTC
modifying summary to more accuratel describe what has so far been discovered.
Comment 4 Steven Wagner 2004-04-01 19:25:13 UTC
The cause of this bug is having an error in your rc.conf