Re: How to debug IPV6

2018-06-17 Thread D'Arcy Cain
On 2018-06-17 05:34 PM, David Young wrote: > I always check for a basic level of connectivity by pinging the > all-hosts multicast address, e.g., > > ping6 ff02::1%wm0 > > You can also try pinging the second host's link-local address, > > ping6 fe80::221:9bff:fefc:c5cc%wm0 > > M

Re: getauxval AT_SECURE error [ was graphics/sane-backends...]

2018-06-17 Thread Mayuresh
On Sun, Jun 17, 2018 at 08:07:05PM +0200, Martin Husemann wrote: > It would be usefull if you could give us a hint what common/compat.c it > is talking about and where to find the source. I tried, but in source trees of sane-backends, hplip I did not find one. In kernel source tree I did not find

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

Re: How to debug IPV6

2018-06-17 Thread David Young
I always check for a basic level of connectivity by pinging the all-hosts multicast address, e.g., ping6 ff02::1%wm0 You can also try pinging the second host's link-local address, ping6 fe80::221:9bff:fefc:c5cc%wm0 Maybe the subnet 2605:2600:1001::/64 wasn't installed properly w

Re: getauxval AT_SECURE error [ was graphics/sane-backends...]

2018-06-17 Thread Martin Husemann
On Sun, Jun 17, 2018 at 09:57:21PM +0530, Mayuresh wrote: > On Sun, Jun 17, 2018 at 08:30:08PM +0530, Mayuresh wrote: > > assertion "type == AT_SECURE" failed: file "common/compat.c", line 801, > > function "getauxval" > > [1] Abort trap (core dumped) scanimage > > While this originates from cor

getauxval AT_SECURE error [ was graphics/sane-backends...]

2018-06-17 Thread Mayuresh
On Sun, Jun 17, 2018 at 08:30:08PM +0530, Mayuresh wrote: > assertion "type == AT_SECURE" failed: file "common/compat.c", line 801, > function "getauxval" > [1] Abort trap (core dumped) scanimage While this originates from core dump in graphics/sane-backends scanimage, it might be a system level

How to debug IPV6

2018-06-17 Thread D'Arcy Cain
I thought that I had everything set up properly but it doesn't communicate. Here are two interfaces on the same network. wm0: flags=8843 mtu 1500 capabilities=7ff80 capabilities=7ff80 capabilities=7ff80 enabled=0 ec_capabilities=3 ec_enabled=0 address: 00:30:48:8f:76:08 me

graphics/sane-backends scanimage core dumps

2018-06-17 Thread Mayuresh
This is on pkgsrc-current, evbarm Running scanimage, even without any arguments results in this: assertion "type == AT_SECURE" failed: file "common/compat.c", line 801, function "getauxval" [1] Abort trap (core dumped) scanimage ktrace shows the backend /usr/pkg/lib/sane/libsane-hpaio.so.1 was

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/#in

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 ima

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

Re: How to specify userconf kernel options on armv7

2018-06-17 Thread Jared McNeill
On Sat, 16 Jun 2018, Martin Husemann wrote: A .ub file is an u-boot "bootm" image which contains the kernel. We have tools to pack a kernel into such an image, but I don't know about unpacking tools. Strip off the first 64 bytes (Legacy U-boot image header) and you will be left with netbsd.bi