Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172921 - NIS Domain (incorrectly) set to DNS domain
Summary: NIS Domain (incorrectly) set to DNS domain
Status: RESOLVED WORKSFORME
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:
Depends on:
Blocks:
 
Reported: 2007-03-31 19:30 UTC by D. C. Sessions
Modified: 2007-04-04 14:55 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 D. C. Sessions 2007-03-31 19:30:05 UTC
Despite settings in /etc/conf.d/net, on boot the NIS domain name is set to the DNS domain.  Example:

# /etc/conf.d/net
iface_eth0="dhcp"
dhcpcd_eth0="-DYN"
dns_domain="example.com"
dns_server="192.168.0.1"
nis_domain_eth0="foo"
nis_servers_eth0="192.168.0.1"

And yet, following a boot:
# domainname -y
example.com

NB: the dns_domain and dns_server lines have no effect either way; they're useful for illustration


Reproducible: Always

Steps to Reproduce:
1. Set the NIS domain in /etc/conf.d/net to something other than the DNS domain
2. Start networking
3. Observe NIS domain, e.g. "domainname -y"

Actual Results:  
DNS domain name

Expected Results:  
NIS domain name

baselayout-1.12.9
dhcpcd-2.0.5-r1
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-04-04 14:55:45 UTC
dhcpcd-3.0.16 is being marked stable on arches now - does this still happen with you use that version?

If so, reopen. Thanks