| Summary: | udhcp fails for missing /lib/rcscripts/sh/udhcpc.sh with baselayout-1.12.0_pre17-r3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mathias Weigt <weigt.mathias> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | weigt.mathias |
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Mathias Weigt
2006-04-19 11:10:55 UTC
I emerged the newest (experimental) baselayout because I expected ifplugd/wireless fixes with wpa_supplicant and indeed this is working now correctly. Unfortunately my wlan device can't get its ip address any more with udhcp assigned, because the /lib/rcscripts/sh/udhcpc.sh does not exist anymore :(. The error message is: udhcpc[26386]: udhcpc (v0.9.9-pre) started udhcpc[26387]: script /lib/rcscripts/sh/udhcpc.sh failed: No such file or directory udhcpc[26386]: Sending discover... udhcpc[26386]: Sending select for 192.168.100.5... udhcpc[26386]: Lease of 192.168.100.5 obtained, lease time 86400 udhcpc[26396]: script /lib/rcscripts/sh/udhcpc.sh failed: No such file or directory That means the dhcp server works, udhcp got the ip address but cannot assign it due to the missing script. |