Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374773 - missing network parts in installation process (manual mode)
Summary: missing network parts in installation process (manual mode)
Status: RESOLVED DUPLICATE of bug 213988
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 02:32 UTC by val
Modified: 2011-07-11 23:53 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 val 2011-07-11 02:32:48 UTC
step 8.b. Networking Information
Code Listing 2.6: Manually setting IP information for eth0
missed part there is nameserver line. e.g.
# dns_domain_eth0=( "192.168.0.1" )


Code Listing 2.8: Adding net.eth0 to the default runlevel
missed part there is:
# cd /etc/init.d
# ln -s net.lo net.eth0

Reproducible: Always

Actual Results:  
1. network interface doesn't start
2. nameserver isn't defined

Expected Results:  
1. network interface starts
2. nameserver is defined and works
Comment 1 nm (RETIRED) gentoo-dev 2011-07-11 23:53:22 UTC
all part of the pending updates for openrc.

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