----- Original Message -----
> I'm seeing this for qa/660 ...
>
> QA output created by 660
> curl ok
> python ok
>
> === 1. pmwebd default startup ===
> "context":
> curl: (6) Could not resolve host: localhost6
>
> Does this ring any bells?
>
> Assuming the "6" is significant, ... and as far as I know there is no
> IPv6 networking enabled on this host, beyond the vanilla Ubuntu 12.10
> out of the box config.
No bells ringing - but it looks like the test greps on IPv6 in pmwebd.log
and conditionally attempts to curl(1) a localhost6 address if that grep
finds anything ... src/pmwebapi has this that its looking for:
main.c: fprintf (f, "Started daemon on IPv6 TCP port %d\n", port);
somehow we appear to be starting up an IPv6 port in libmicrohttpd. Does
"pmconfig -L | grep ipv6" agree that there's no IPv6 on this machine? I
guess "grep localhost6 /etc/hosts" gives nothing either way, right?
cheers.
--
Nathan
|