Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108960 - baselayout-1.12.0_pre9 network issues
Summary: baselayout-1.12.0_pre9 network issues
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
: 108991 109131 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-11 22:10 UTC by Jaak Ristioja
Modified: 2008-06-05 19:25 UTC (History)
2 users (show)

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


Attachments
/etc/conf.d/net (net,412 bytes, text/plain)
2005-10-11 22:40 UTC, Jaak Ristioja
Details
Fixes net.lo (baselayout-1.12.0_pre9-npref.patch,404 bytes, patch)
2005-10-11 23:08 UTC, Roy Marples (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaak Ristioja 2005-10-11 22:10:53 UTC
After emerging upgrading to and booting up the next day, /etc/init.d/net.eth0
failed stating that iproute2 needs to be emerged, even thou my configuration was
set to use DHCP.

Reproducible: Always
Steps to Reproduce:
/etc/init.d/net.eth0 start
Actual Results:  
 * Starting eth0
 *     For iproute2 support, emerge sys-apps/iproute2

Expected Results:  
 * Caching service dependencies ...   [ ok ]
 * Starting eth0
 *   Bringing up eth0
 *     dhcp
 *       Running dhcpcd ...      [ ok ]
 *       eth0 received address 10.0.0.31/24


Even removing the configuration file (which is supposed to default everything to
DHCP) didn't help. I managed to get online by substituting

umods=( "${umods[@]}" "iproute2" "dhcpcd" "iwconfig" "netplugd" )

for

umods=( "${umods[@]}" "dhcpcd" "iwconfig" "netplugd" )

in /etc/init.d/net.eth0 (or net.lo if you prefer).
Comment 1 Roy Marples (RETIRED) gentoo-dev 2005-10-11 22:35:39 UTC
Please attach the contents of conf.d/net and conf.d/wireless (if it exists)
using the "Create a new Attatchment" link above
Comment 2 Jaak Ristioja 2005-10-11 22:40:26 UTC
Created attachment 70435 [details]
/etc/conf.d/net

Here you go, although an empty configuration file resulted in the same bug on
my machine...
Comment 3 Roy Marples (RETIRED) gentoo-dev 2005-10-11 22:48:40 UTC
OK, could you set RC_VERBOSE="yes" in conf.d/rc (add it as a new variable)
and post the output of eth0 starting again please?

Thanks
Comment 4 Jaak Ristioja 2005-10-11 22:54:16 UTC
 * Starting eth0
 *   Loading networking modules for eth0
 *     For iproute2 support, emerge sys-apps/iproute2
Comment 5 Roy Marples (RETIRED) gentoo-dev 2005-10-11 23:08:05 UTC
Created attachment 70438 [details, diff]
Fixes net.lo

This patch to net.lo fixes the issue
Comment 6 Jaak Ristioja 2005-10-11 23:13:28 UTC
It really does! :P

Thank You! :)
Comment 7 Roy Marples (RETIRED) gentoo-dev 2005-10-11 23:27:40 UTC
Fixed in baselayout-1.12.0_pre9-r1
Comment 8 Roy Marples (RETIRED) gentoo-dev 2005-10-12 06:33:08 UTC
*** Bug 108991 has been marked as a duplicate of this bug. ***
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-10-13 06:38:28 UTC
*** Bug 109131 has been marked as a duplicate of this bug. ***