Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45453 - depscan.sh giving lots of depcache: line 4: acct errors.
Summary: depscan.sh giving lots of depcache: line 4: acct errors.
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-22 17:03 UTC by Steven Wagner
Modified: 2004-04-01 19:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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