| Summary: | executing /etc/init.d/net.eth0 and net.lo results in "dhcpcd modified functions: dhcpcd_get_vars" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sascha Wintz <sascha> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Sascha Wintz
2004-11-11 11:03:00 UTC
I forgot to include my net conf, and by reviewing it, I found the problem
ifconfig_eth1=( "dhcp" )
ifconfig_eth0=( "69.64.44.245 broadcast 69.64.44.255 netmask 255.255.255.0" )
routes_eth0=( "default gw 69.64.44.1" )
source /etc/init.d/wireless.sh
preup() {
wireless_up ${1}
return $?
}
predown() {
wireless_down ${1}
return $?
}
I forgot that I have wireless-config-0.6.2 installed. it seems that it doesn't work anymore with the recent baselayout.
After removing preup and predown, the net.eh0 and net.lo are working again.
To install wireless-config I followed this howto:
http://forums.gentoo.org/viewtopic.php?t=122435
baselayout-1.11.x has wireless stuff integrated. See /etc/conf.d/wireless.example |