Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eth1 error at boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
btrip
n00b
n00b


Joined: 06 Mar 2004
Posts: 14

PostPosted: Thu May 13, 2004 5:59 pm    Post subject: eth1 error at boot Reply with quote

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
View user's profile Send private message
JPMRaptor
Guru
Guru


Joined: 04 Oct 2002
Posts: 410
Location: Maryland

PostPosted: Fri May 14, 2004 12:28 am    Post subject: Reply with quote

What's on line 7 of /var/lib/init.d/depcache?
_________________
Underwater photo gallery
New pictures, Oct 2005
Back to top
View user's profile Send private message
btrip
n00b
n00b


Joined: 06 Mar 2004
Posts: 14

PostPosted: Fri May 14, 2004 2:31 am    Post subject: Reply with quote

it says

use() {
echo "USE $*:; return 0
}

where "use () { " is line 7
Back to top
View user's profile Send private message
JPMRaptor
Guru
Guru


Joined: 04 Oct 2002
Posts: 410
Location: Maryland

PostPosted: Fri May 14, 2004 8:08 pm    Post subject: Reply with quote

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
View user's profile Send private message
btrip
n00b
n00b


Joined: 06 Mar 2004
Posts: 14

PostPosted: Fri May 14, 2004 9:33 pm    Post subject: Reply with quote

Actually, that was a typo, sorry about that. It does read:

Code:

use() {
       echo "USE $*"; return 0
}
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum