"ifconfig: interface XX does not exist " on startup

[ Available lists | Index of freebsd-stable | Month of Jul 2006 | Week of 28 Jul 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Dominique Goncalves <dominique.goncalves@gmail.com>
Date
28 Jul 2006 14:45:55
Subject
"ifconfig: interface XX does not exist " on startup
Message-ID
7daacbbe0607280745u2057170alc52162d341a89e48@mail.gmail.com


[ Hide this part ]
Hi,

I use a system with RELENG_6 (mergemaster is ok). And on startup, I
can see some warnings like this:
ifconfig:
interface rl0 does not exist

this warning appears for all my interfaces (rl0, rl1 and ral0), I
guess I see these messages because my interfaces are renamed with
ifconfig_rl0_name="net0" for example.

/etc/pccard_ether: DEBUG: run_rc_command: evaluating pccard_ether_start().
ifconfig:
interface rl0 does not exist
/etc/rc.d/netif: DEBUG: run_rc_command: evaluating network_start().
ifconfig:
interface rl0 does not exist

extract of my /etc/rc.conf:

ifconfig_rl0_name="net0"
ifconfig_rl1_name="lan0"
ifconfig_ral0_name="wifi0"
ifconfig_net0="DHCP"
ifconfig_lan0="192.168.0.254 netmask 255.255.255.0"
ifconfig_wifi0="192.168.1.254 netmask 255.255.255.0 ssid BSDNetwork
mode 11g mediaopt hostap"

dmesg -a: http://djdomics.free.fr/FreeBSD/dmesg-a.txt

BTW, my network works as expected.

Thanks for your help.

Regards.
--
There's this old saying: "Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life."


Elapsed time: 0.094 seconds