Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 00:52:44 +0100
From:      Olivier Houchard <mlfbsd@ci0.org>
To:        Berislav Purgar <bpurgar@gmail.com>
Cc:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   Re: AVILA kernel
Message-ID:  <20131027235244.GA23819@ci0.org>
In-Reply-To: <CAAUsrB5OzQcT9EEqOWWFGD3RxM38Ov3Kwhsd_AS4_31MZ%2BhQ%2BQ@mail.gmail.com>
References:  <CAAUsrB5UOq%2BSJ0SW8NOiKwxR0%2BJyfzJhakdkuAvyQMi6Gv5CNw@mail.gmail.com> <CAAUsrB7GT1gWpKPB_kY8hrs=2=Lsf=47EA3hAGpyyWN3KJ4u4Q@mail.gmail.com> <CAAUsrB6UazCDFp9uyvVX4JYgbpzDN0Wu3RYQ-NnHoiW35XCUOQ@mail.gmail.com> <CAAUsrB5OzQcT9EEqOWWFGD3RxM38Ov3Kwhsd_AS4_31MZ%2BhQ%2BQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 25, 2013 at 07:34:14PM +0200, Berislav Purgar wrote:
> :( .. ahhh ..  I give up ... problems never end ..
> 
> i made buildworld  (WITHOUT_ARM_EABI in src.conf) installworld distribution
> for NFSboot .. Everything is fine until initialization network interfaces
> .. i goot errors from ifconfig for all interfaces about missing
> address_family.. after that boot finish to login prompt. everything else
> works OK !!!?!
> 
> root@avila:~ # ifconfig
> ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
> npe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>     options=80008<VLAN_MTU,LINKSTATE>
> npe1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
>     options=80008<VLAN_MTU,LINKSTATE>
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
>     options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
> wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
> root@avila:~ #
> root@avila:~ # ifconfig npe1 192.168.5.1/24
> ifconfig: Please specify an address_family.
> usage: ifconfig interface address_family [address [dest_address]]
>                 [parameters]
>        ifconfig interface create
>        ifconfig -a [-d] [-m] [-u] [-v] [address_family]
>        ifconfig -l [-d] [-u] [address_family]
>        ifconfig [-d] [-m] [-u] [-v]
> root@avila:~ #
> 
> so ..  no luck for me .. back to 9.1 :) :)
> 
> Beri

Hi Berislav,

Indeed there was a problem with ifconfig (and probably other things as well).
I believe I fixed this with rev 257233. Unfortunately it will require yet
another buildworld/installworld.
I think I finally understand and fixed the kernel issue as well, at least for
me it now boots fine with no patch.

Regards,

Olivier



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