Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102572 - baselayout-1.12.0-pre5 breaks wpa wireless dhcp
Summary: baselayout-1.12.0-pre5 breaks wpa wireless dhcp
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 102616 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-14 21:00 UTC by Harris Landgarten
Modified: 2005-08-17 06:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harris Landgarten 2005-08-14 21:00:27 UTC
After updating baselayout and restarting my IBM-t40, the ipw2200 fails to get an
ip via dhcpcd when net.eth1 starts. After starting wpa_supplicant it times out
waiting for an IP address and the net.eth1 fails to start. The only work around
I have found is the start wpa_cli while net.eth1 is waiting for an IP address.
The status command shows that it has successfully authenicated with the AP. I
then run dhcpcd eth1 and immediately receive IP.  I also receive an error when
starting net.eth0 as follows:

Starting eth0
 *   Bringing up eth0
 *     dhcp
 *     No loaded modules provide "dhcp" (dhcp_start)                      [ !! ]

There is no cable in eth0.

I am running udev-067, ipw2200-1.06 and ipw2200-firmware-2.3

This is /etc/conf.d/net:

# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=( "dhcp" )
dhcpcd_eth0=" -t 10"

modules=( "wpa_supplicant" )

wpa_supplicant_eth1="-Dipw"

config_eth1=( "dhcp" )





Reproducible: Always
Steps to Reproduce:
1./etc/init.d/net.eth1 start
2.
3.

Actual Results:  
Times out waiting for dchpcd to get an IP address after wpa_supplicant start and
authenicates to the AP. It then fails to start causing all net dependents to
fail to start.

Expected Results:  
net.eth1 should start

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1600MHz
Gentoo Base System version 1.12.0_pre5
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.2.2, 2.3.5, 2.4.1-r1
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
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/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/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j12"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/harrisl/overlay"
SYNC="rsync://custom2/gentoo-portage"
USE="x86 X acl acpi alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl
dvd eds emboss encode esd fam flac foomaticdb fortran gdbm gif gnome gpm
gstreamer gtk gtk2 hal imlib ipv6 java jpeg libg++ libwww mad mikmod mmx motif
mozilla mp3 mpeg ncurses nls nptl ogg oggvorbis opengl oss pam pdflib perl png
python quicktime readline samba sdl slang spell sse ssl svga tcltk tcpd tiff
truetype truetype-fonts type1-fonts userlocales vorbis xine xml xml2 xmms xv
zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Roy Marples (RETIRED) gentoo-dev 2005-08-15 02:05:16 UTC
Please ensure that you have dhcpcd-1.3.22_p4-r12 or higher installed.
Comment 2 Harris Landgarten 2005-08-15 06:08:08 UTC
Updating to dhcpcd-2.0 fixes it.

Thanks.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-08-15 09:00:13 UTC
*** Bug 102616 has been marked as a duplicate of this bug. ***
Comment 4 Sigurd Schneider 2005-08-17 06:50:57 UTC
Maybe you should do something to ensure that that version is installed ?
RDEPEND might not really work here...