View previous topic :: View next topic |
Author |
Message |
btrip n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Mar 2004 Posts: 14
|
Posted: Thu May 13, 2004 5:59 pm Post subject: eth1 error at boot |
|
|
Whenever I boot up or do a rc-update I get this message:
/var/lib/init.d/depcache: line 7: eth1: command not found
What is wrong that would make that appear? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JPMRaptor Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/518942103409c3fbe53c05.jpg)
Joined: 04 Oct 2002 Posts: 410 Location: Maryland
|
Posted: Fri May 14, 2004 12:28 am Post subject: |
|
|
What's on line 7 of /var/lib/init.d/depcache? _________________ Underwater photo gallery
New pictures, Oct 2005 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
btrip n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Mar 2004 Posts: 14
|
Posted: Fri May 14, 2004 2:31 am Post subject: |
|
|
it says
use() {
echo "USE $*:; return 0
}
where "use () { " is line 7 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JPMRaptor Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/518942103409c3fbe53c05.jpg)
Joined: 04 Oct 2002 Posts: 410 Location: Maryland
|
Posted: Fri May 14, 2004 8:08 pm Post subject: |
|
|
Mine looks a little different. I've got Code: | source /sbin/functions.sh
need() {
echo "NEED $*"; return 0
}
use() {
echo "USE $*"; return 0
}
|
A double quote instead of a colon after the *. There's a command depscan.sh that you may need to run. I'm not sure exactly what it does, but considering the name similarities between it and the file name that may be all that's needed. _________________ Underwater photo gallery
New pictures, Oct 2005 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
btrip n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Mar 2004 Posts: 14
|
Posted: Fri May 14, 2004 9:33 pm Post subject: |
|
|
Actually, that was a typo, sorry about that. It does read:
Code: |
use() {
echo "USE $*"; return 0
}
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|