Gentoo Archives: gentoo-desktop

From: Dale <dalek@××××××××××.net>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] net.eth0 problem
Date: Fri, 05 Jan 2007 20:05:59
Message-Id: 459EAE44.7040705@exceedtech.net
In Reply to: Re: [gentoo-desktop] net.eth0 problem by maillists
1 maillists wrote:
2 > On Thu, 2007-01-04 at 16:47 -0600, Dale wrote:
3 >
4 >> maillists wrote:
5 >>
6 >>> Hi,
7 >>>
8 >>> I have a desktop system and I just updated the system "emerge auvDN
9 >>> system" and after a bit of work finally got it done. However, now when I
10 >>> reboot, the init script for eth0 fails. The only way I can get
11 >>> networking to work is if I run "dhcpcd eth0" manually after it boots. As
12 >>> a result, sshd cant run at all.
13 >>>
14 >>> This is my error:
15 >>>
16 >>> bong rbragg # /etc/init.d/net.eth0 start
17 >>> * Please make sure that /etc/conf.d/net has $ifconfig_ set
18 >>> * (or $iface_ for old-style configuration)
19 >>>
20 >>> I have not chanted my "/etc/conf.d/net" file at all, and it looks
21 >>> good...
22 >>>
23 >>> Does anybody know what I should do to start down the path of fixing
24 >>> this?
25 >>>
26 >>> thanks
27 >>> rick
28 >>>
29 >>>
30 >>>
31 >>>
32 >>>
33 >> I would try a etc-update first. It looks like the configs have
34 >> changed. If you did this already, it could be that the new programs
35 >> don't like the old config too.
36 >>
37 >> Just a thought.
38 >>
39 >> Dale
40 >>
41 >> :-) :-) :-)
42 >>
43 >> --
44 >> www.myspace.com/dalek1967
45 >>
46 >>
47 >
48 > That did it! I used to ignore that, and now I have about 200 files
49 > in /etc that need updates! I'm surprised that this is the first time I
50 > ran into a problem. I will chop away at the rest of them over time...
51 >
52 > thanks
53 > rick
54 >
55 >
56 >
57
58 Oooooo, you have a job ahead of you my friend. Be careful and I would
59 back up my /etc directory too. Something like this:
60
61 mkdir /old-etc
62 cp -av /etc/* /old-etc/
63
64 That should work. At least you have something to fall back on.
65
66 Cheeeze, 200, that's likely all of them.
67
68 Glad to have helped. Hope that tip above helps too. ;-)
69
70 Dale
71
72 :-) :-) :-)
73
74 --
75 www.myspace.com/dalek1967

Replies

Subject Author
Re: [gentoo-desktop] net.eth0 problem maillists <lists@×××××.net>