Date: Fri, 25 Oct 2013 20:11:44 +0200 From: Berislav Purgar <bpurgar@gmail.com> To: Ian Lepore <ian@freebsd.org> Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Re: AVILA kernel Message-ID: <CAAUsrB78qowXVc4bVpjBFdSh0_ZLXzpryN2dd6txGgFWYAaJQw@mail.gmail.com> In-Reply-To: <1382722984.1170.108.camel@revolution.hippie.lan> 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> <1382722984.1170.108.camel@revolution.hippie.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 25, 2013 at 7:43 PM, Ian Lepore <ian@freebsd.org> wrote: > On Fri, 2013-10-25 at 19:34 +0200, Berislav Purgar wrote: > > On Thu, Oct 24, 2013 at 8:37 PM, Berislav Purgar <bpurgar@gmail.com> > wrote: > > > > > > > > finally ... Olivier send me some patches and now i have working kernel > .. > > > Olivier told me that these patches are for another problems and maybe > my > > > problem with aligment is fixed by accident. > > > > > > Here is patch from Olivier : http://www.ci0.org/arm_patch.diff > > > > > > <http://www.ci0.org/arm_patch.diff> > > > > > > > > > > > > > > :( .. 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 > > try ifconfig nep1 inet 192.168.5.1/24 > > -- Ian > > > i tried that .. same .. tried inet6 .. same .. root@avila:~ # ifconfig npe1 inet 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:~ # ifconfig npe1 inet6 2001:15c0:672a::aaa prefixlen 64 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:~ # but /rescue/ifconfig is OK .. WTF ???????? root@avila:~ # /rescue/ifconfig npe1 npe1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=80008<VLAN_MTU,LINKSTATE> ether 00:d0:12:13:59:23 nd6 options=29<PERFORMNUD, IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (none) status: no carrier root@avila:~ # root@avila:~ # ls -al /sbin/ifconfig -r-xr-xr-x 1 root wheel 132784 Oct 25 17:47 /sbin/ifconfig root@avila:~ # ls -al /rescue/ifconfig -r-xr-xr-x 135 root wheel 5611624 Oct 25 10:08 /rescue/ifconfig root@avila:~ #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAUsrB78qowXVc4bVpjBFdSh0_ZLXzpryN2dd6txGgFWYAaJQw>