bug#30396: nscd segfaults on attempt to ssh to .local host

2018-02-10 Thread myglc2
On 02/09/2018 at 22:56 Ludovic Courtès writes:

> George myglc2 Clemmer  skribis:
>
>> On 02/09/2018 at 14:18 Ludovic Courtès writes:
>>
>>> For now I’ve pushed a workaround in
>>> a68fdfea96370c8a4b95af1fcd6e2fd7eb72da29, which basically downgrades to
>>> 0.10 until upstream comes up with a fix.
>>
>> FWIW, nss-mdns-0.10 segfaults also ...

ARGH!... my mistake, I was looking at ...

g1@g1 ~$   guix gc -R $(readlink -f /run/current-system) | grep nss-mdns
/gnu/store/mvjz94idlcralc0bmqvrbrxx89w0narf-nss-mdns-0.10

... bug I had not rebooted/restarted herd.  Many thanks - George





bug#30396: nscd segfaults on attempt to ssh to .local host

2018-02-09 Thread Ludovic Courtès
George myglc2 Clemmer  skribis:

> On 02/09/2018 at 14:18 Ludovic Courtès writes:
>
>> For now I’ve pushed a workaround in
>> a68fdfea96370c8a4b95af1fcd6e2fd7eb72da29, which basically downgrades to
>> 0.10 until upstream comes up with a fix.
>
> FWIW, nss-mdns-0.10 segfaults also ...

Are you sure you reconfigured to after this commit and rebooted or
otherwise had the nscd service upgraded?  You can double- or
triple-check, it’s never too much.  :-)

If after that you’re sure it’s still crashing, can you try (as root):

  herd stop nscd
  mv /var/cache/nscd/hosts{,.bak}
  herd start nscd

Does it make a difference?

Thanks,
Ludo’.





bug#30396: nscd segfaults on attempt to ssh to .local host

2018-02-09 Thread George myglc2 Clemmer

On 02/09/2018 at 14:18 Ludovic Courtès writes:
> For now I’ve pushed a workaround in
> a68fdfea96370c8a4b95af1fcd6e2fd7eb72da29, which basically downgrades to
> 0.10 until upstream comes up with a fix.

OK, I knew it needed to go upstream but I also thought it must have
worked at some point. Thank you for the workaround ;-) - George





bug#30396: nscd segfaults on attempt to ssh to .local host

2018-02-09 Thread Ludovic Courtès
Hi,

For now I’ve pushed a workaround in
a68fdfea96370c8a4b95af1fcd6e2fd7eb72da29, which basically downgrades to
0.10 until upstream comes up with a fix.

Ludo’.





bug#30396: nscd segfaults on attempt to ssh to .local host

2018-02-09 Thread Ludovic Courtès
I’ve forwarded it upstream:

  https://github.com/lathiat/nss-mdns/issues/26

Ludo’.