Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116361 - Net configuration ignored and/or failing with baselayout 1.12.0_pre12
Summary: Net configuration ignored and/or failing with baselayout 1.12.0_pre12
Status: RESOLVED DUPLICATE of bug 116352
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 116391 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-22 00:38 UTC by Chris Slycord
Modified: 2005-12-22 07:39 UTC (History)
1 user (show)

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 Chris Slycord 2005-12-22 00:38:22 UTC
After installing baselayout version 1.12.0_pre12 the following happened:
1) net.lo script fails 100% of the time.
It complains with the following output:
* Starting lo
 *   Cannot default to dhcp as there is no dhcp module loaded
 *   No configuration for lo                                              [ !! ]

The loopback device shouldn't use dhcp, so this one is strange.

2) net.eth0 script only uses dhcp
 * Starting eth0
 *   Configuration not set for eth0 - assuming dhcp
 *   Bringing up eth0
 *     dhcp
 *       Running dhcpcd ...                                               [ ok ] *       eth0 received address 192.168.10.3/24
 *   Adding routes
 *     default via 192.168.10.1 ...
SIOCADDRT: File exists                                                    [ !! ]

Even though my /etc/conf.d/net file has:
config_eth0=( "192.168.10.251/24" )
routes_eth0=( "default via 192.168.10.1" )
Comment 1 Chris Slycord 2005-12-22 00:39:10 UTC
# emerge info
Portage 2.1_pre1 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r3, 2.6.14-ck6 i686)
=================================================================
System uname: 2.6.14-ck6 i686 AMD Athlon(tm) XP 3000+
Gentoo Base System version 1.12.0_pre12
distcc 2.18.3 i586-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.17
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-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoclean autoconfig ccache distlocks maketest nostrip parallel-fetch sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://gentoo.llarian.net/ http://gentoo.mirrors.easynews.com/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X aac aalib alsa audiofile avi bash-completion bitmap-fonts browserplugin bzip2 cdr divx4linux dvdr encode f77 ffmpeg fortran gif gnome gtk gtk2 imlib jpeg mad mikmod mmx mp3 mpeg ncurses nls nptl nsplugin ogg oggvorbis opengl oss pam pic png python quicktime readline real sdl slang spell sse ssl tcpd truetype userlocales vorbis win32codecs xml xml2 xmms xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 2 teidakankan 2005-12-22 02:21:20 UTC
I think you will find this is a problem with bash-3.1/3.1-r1.  Downgrade to bash 3.0-r14 and you should be OK again.
Comment 3 Roy Marples (RETIRED) gentoo-dev 2005-12-22 03:35:31 UTC
bash-3.1-r1 has now been packaged.masked
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-12-22 07:35:35 UTC
*** Bug 116391 has been marked as a duplicate of this bug. ***
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-12-22 07:38:59 UTC
This is a dupe...
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-12-22 07:39:22 UTC

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