Re: How to debug IPV6

2018-06-17 Thread Andy Ruhl
On Sun, Jun 17, 2018 at 8:47 AM, D'Arcy Cain  wrote:
> I thought that I had everything set up properly but it doesn't
> communicate.  Here are two interfaces on the same network.

Try pinging the link local addresses as long as they are on the same
layer 2 segment. For example:

ping6 e80::230:48ff:fe8f:7608%wm0

If you can't do that, you have bigger issues.

Pinging all hosts as stated elsewhere and checking ndp -a is also helpful.

Andy


Re: How to specify userconf kernel options on armv7

2018-06-17 Thread Mayuresh
On Sun, Jun 17, 2018 at 12:41:28PM +0200, Martin Husemann wrote:
> The kernel build makefiles do that. You typically get netbsd, netbsd.ub
> and netbsd.gz.ub as build result (on the architectures where you might
> need one of the latter)

As per https://wiki.netbsd.org/ports/evbarm/raspberry_pi/#index10h2 it
seems netbsd.bin since I am using 8.0_RC1 (not current).

Also, I have built the RPI2 conf, though /boot/boot.ini shows
netbsd-ODROID-C1.ub. May be /boot/boot.ini doesn't matter for my hardware
(rpi2) ??

Mayuresh


Re: How to specify userconf kernel options on armv7

2018-06-17 Thread Martin Husemann
On Sun, Jun 17, 2018 at 04:05:23PM +0530, Mayuresh wrote:
> On Sat, Jun 16, 2018 at 11:48:23PM +0200, Martin Husemann wrote:
> > We have tools to pack a kernel into such an image,
> 
> I have started kernel recompilation by commenting out ulpt. Please share
> more information on tools to create image (or would make do that?).

The kernel build makefiles do that. You typically get netbsd, netbsd.ub
and netbsd.gz.ub as build result (on the architectures where you might
need one of the latter)

Martin


Re: How to specify userconf kernel options on armv7

2018-06-17 Thread Mayuresh
On Sat, Jun 16, 2018 at 11:48:23PM +0200, Martin Husemann wrote:
> We have tools to pack a kernel into such an image,

I have started kernel recompilation by commenting out ulpt. Please share
more information on tools to create image (or would make do that?).

Mayuresh