Summary: | [802.11x] net.eth0 is bring up (stay inactive) but i manual dhcpcd needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | niogic <niogic> |
Component: | [OLD] baselayout | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
niogic
2010-07-12 12:09:36 UTC
What I have to to to bring up the internet: (after boot) # ifconfig eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:153 errors:0 dropped:0 overruns:0 frame:0 TX packets:7 errors:0 dropped:0 overruns:0 carrier:2 collisions:0 txqueuelen:1000 RX bytes:12450 (12.1 KiB) TX bytes:2106 (2.0 KiB) Memory:fbfc0000-fc000000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:32 errors:0 dropped:0 overruns:0 frame:0 TX packets:32 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2400 (2.3 KiB) TX bytes:2400 (2.3 KiB) # /etc/init.d/net.eth0 status * status: inactive # dhcpcd eth0 dhcpcd[1878]: version 5.2.6 starting dhcpcd[1878]: eth0: broadcasting for a lease dhcpcd[1878]: eth0: offered 10.x.x.x from 10.x.x.x dhcpcd[1878]: eth0: acknowledged 10.x.x.x.x from 10.x.x.x.x dhcpcd[1878]: eth0: checking for 10.x.x.x.x dhcpcd[1878]: eth0: leased 10.x.x.x.x for 3600 seconds dhcpcd[1878]: forked to background, child pid 1914 * Bringing up interface lo * 127.0.0.1/8 ... [ ok ] * Adding routes * 127.0.0.0/8 via 127.0.0.1 ... [ ok ] * Bringing up interface eth0 * Starting wpa_supplicant on eth0 ... [ ok ] * Starting wpa_cli on eth0 ... [ ok ] * Backgrounding ... ... * WARNING: net.eth0 has started, but is inactive * Activating swap devices ... [ ok ] I don't see a bug here. Could you possible go figure out how to configure this properly on our forums <http://forums.gentoo.org> or IRC <irc://irc.gentoo.org/gentoo-it>. If you then find something is actually wrong with the networking scripts, then feel free to point it out specifically and reopen this bug report. You don't see a bug? config_eth0="dhcp" But there's no dhcp. I have to manually call it like if that line wasn't there. A config line is supposed to do something. |