Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2016 14:54:46 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        stable@freebsd.org
Subject:   Misinterop between bsdinstall and /etc/rc.d/netif
Message-ID:  <20160528115446.GF39874@zxy.spb.ru>

next in thread | raw e-mail | index | archive | help
I am setup new system with two interface card -- em0 and em1.
Connected and configured only em1, set static address via bsdinstall
at install time. Connected network equipment pass traffic after some
delay after if up.

After boot /etc/rc.d/netif print 'Starting Networks: lo0 em0' w/o em1.
And print dummy output of ifconfig only for em0 (and nothing for em1).

As result some services at boot time can't functional properly -- for
example, ypbind can't resolve nis server address and switch to
broadcast mode, nfs stuck at boot.

Setting `ifconfig_em0=NOAUTO` resolve this.

What need to fix? bsdinstall to set all unused interfaces to NOAUTO?
Or /etc/rc.d/netif to not stop at first not configured interface?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160528115446.GF39874>