Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] /etc/conf.d/net woes with baselayout2
Date: Wed, 23 Apr 2008 21:38:51
Message-Id: 200804232338.31042.alan.mckinnon@gmail.com
1 Hi all,
2
3 Does baselayout-2 use /etc/conf.d/net? It seems not from this:
4
5 alan@nazgul ~ $ sudo /etc/init.d/net.wlan0 restart
6 * Bringing up interface wlan0
7 * Configuring wireless network for wlan0
8 * Scanning for access points
9 * Found "tania" at 00:60:B3:30:8D:AB, managed, encrypted
10 * Found "belkin54g" at 00:30:BD:99:D3:8B, managed
11 * Connecting to "tania" in managed mode (WEP enabled - open) ...
12 [ ok ]
13 * wlan0 connected to SSID "tania" at **************
14 * in managed mode (WEP enabled - open)
15 * No configuration specified; defaulting to DHCP
16 * dhcp ...
17 * Running dhcpcd ...
18 [ ok ]
19 * received address 10.0.0.3/24
20 [ ok ]
21
22 Note the "no configuration specified". However:
23
24 alan@nazgul ~ $ egrep -v '^#|^$' /etc/conf.d/net
25 iface_eth0="dhcp"
26 iface_wlan0="dhcp"
27 dhcpcd_eth0=""
28 dhcpcd_wlan0=""
29 modules=( "iwconfig" )
30
31 Has the location of the net init scripts changed?
32
33 --
34 Alan McKinnon
35 alan dot mckinnon at gmail dot com
36
37 --
38 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] /etc/conf.d/net woes with baselayout2 Neil Bothwick <neil@××××××××××.uk>