Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 130501

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] baselayoutAssignee: 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
Portage 2.0.54 (default-linux/x86/2005.1, gcc-4.1.0, glibc-2.4-r1, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz
Gentoo Base System version 1.12.0_pre17
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -msse2 -mfpmath=sse,387 -mmmx -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -msse2 -mfpmath=sse,387 -mmmx -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LINGUAS="de"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/local"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 7zip X a52 aac alsa apm arts asf audiofile avi bash-completion berkdb binfilter bitmap-fonts bzip2 cdr cli crypt css cups curl dga divx4linux dri dts dvd dvdr dvdread eds effects emboss encode erandom exif expat fam fame ffmpeg flac foomaticdb fortran gd gdbm gif gimpprint glibc-omitfp glut gmp gphoto2 gpm graphviz gs gstreamer gtk gtk2 guile hal idn imagemagick imlib inkjar insecure-drivers ipv6 isdnlog ithreads java jp2 jpeg jpeg2k kde kdeenablefinal lcms libg++ libwww logitech-mouse lzo lzw mad madwifi mikmod mjpeg mmx mmxext mng mopac7 motif mozilla moznocompose moznoirc moznomail mozsvg mp3 mpeg ncurses network nls nptl nptlonly nsplugin numeric ogg oggvorbis onoe openbabel opengl oss pam pcre pdflib perl plugin png ppds pppd python qt quicktime readline reflection rtc samba sdl session speex spell spl sse sse2 ssl svg symlink tcltk tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales v4l vcd vidix vorbis wifi win32codecs wmf xine xml2 xmms xv xvid yv12 zlib video_cards_ati linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS, MAKEOPTS
Comment 1 Mathias Weigt 2006-04-19 11:20:30 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.
Comment 2 Roy Marples (RETIRED) gentoo-dev 2006-04-19 11:33:53 UTC

*** This bug has been marked as a duplicate of 129895 ***