On 02/26/2012 06:17 AM, Willie WY Wong wrote: > On Sun, Feb 26, 2012 at 05:35:30AM -0800, Penguin Lover walt squawked: >> The value of ${IFACE} is set (I think) by looking at the ".lo" >> or ".eth0" file extension of net.lo or net.eth0 (or whatever >> symlink you created when you installed gentoo). If you don't >> have a net.whatever symlink to net.lo, then openrc defaults to >> dhcp. > > Gee-Mi-Ni init.d # ls -l net* > lrwxrwxrwx 1 root root 6 Nov 7 2009 net.eth0 -> net.lo > -rwxr-xr-x 1 root root 16852 Feb 26 10:06 net.lo > -rwxr-xr-x 1 root root 2211 Feb 26 10:06 netmount > lrwxrwxrwx 1 root root 6 Jan 22 2010 net.wlan0 -> net.lo > -rwxr-xr-x 1 root root 6954 Feb 26 10:06 network > > I think I have the correct ones.
Yes, that looks okay. My other thought is about the contents of /etc/conf.d/net. IIRC there was some confusion about the proper syntax of that file concerning the use of parentheses and quote marks, and I believe the syntax did change at least once. You could check your current syntax against the most recently installed /usr/share/doc/openrc*/net.example.bz2.