Re: getaddrinfo on Ubuntu

2007-06-07 Thread Lucian Adrian Grijincu
On 6/7/07, Joe Orton <[EMAIL PROTECTED]> wrote: On Wed, Jun 06, 2007 at 08:15:49PM -0300, Davi Arnaut wrote: > Same machine, now with -n: Thanks. Was the last line omitted from the results for Solaris which you posted, or was it really a NULL result list? I don't think this provides any reason

Re: getaddrinfo on Ubuntu

2007-06-06 Thread Tollef Fog Heen
* Joe Orton | But yes, testsockets.c will need some tweaking to cope with this | getaddrinfo implementation. I think it's caused by an Ubuntu patch, if | I read https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/24828 | correctly. It might break some applications in fun ways too, but | t

Re: getaddrinfo on Ubuntu

2007-06-06 Thread Davi Arnaut
Joe Orton wrote: > On Wed, Jun 06, 2007 at 08:15:49PM -0300, Davi Arnaut wrote: >> Same machine, now with -n: > > Thanks. Was the last line omitted from the results for Solaris which > you posted, or was it really a NULL result list? Probably omitted -- cut-and-pasted from chat log. > I don't

Re: getaddrinfo on Ubuntu

2007-06-06 Thread Joe Orton
On Wed, Jun 06, 2007 at 08:15:49PM -0300, Davi Arnaut wrote: > Same machine, now with -n: Thanks. Was the last line omitted from the results for Solaris which you posted, or was it really a NULL result list? I don't think this provides any reason to change the APR resolver code. Ubuntu systems

Re: getaddrinfo on Ubuntu

2007-06-06 Thread Davi Arnaut
On 06/06/2007, at 19:06, Davi Arnaut wrote: Joe Orton wrote: On Wed, Jun 06, 2007 at 10:57:00PM +0300, Lucian Adrian Grijincu wrote: This is the output: getaddrinfo AF_UNSPEC/SOCK_STREAM/AI_ADDRCONFIG failed so, yes: hints.ai_flags = AI_ADDRCONFIG; makes getaddrinfo fail. Just so I can

Re: getaddrinfo on Ubuntu

2007-06-06 Thread Colm MacCarthaigh
On Wed, Jun 06, 2007 at 10:18:41PM +0100, Joe Orton wrote: > On Wed, Jun 06, 2007 at 10:57:00PM +0300, Lucian Adrian Grijincu wrote: > > This is the output: > > getaddrinfo AF_UNSPEC/SOCK_STREAM/AI_ADDRCONFIG failed > > so, yes: hints.ai_flags = AI_ADDRCONFIG; makes getaddrinfo fail. > > Just

Re: getaddrinfo on Ubuntu

2007-06-06 Thread Davi Arnaut
Davi Arnaut wrote: > Joe Orton wrote: >> On Wed, Jun 06, 2007 at 10:57:00PM +0300, Lucian Adrian Grijincu wrote: >>> This is the output: >>> getaddrinfo AF_UNSPEC/SOCK_STREAM/AI_ADDRCONFIG failed >>> so, yes: hints.ai_flags = AI_ADDRCONFIG; makes getaddrinfo fail. >> Just so I can understand th

Re: getaddrinfo on Ubuntu

2007-06-06 Thread Davi Arnaut
Joe Orton wrote: > On Wed, Jun 06, 2007 at 10:57:00PM +0300, Lucian Adrian Grijincu wrote: >> This is the output: >> getaddrinfo AF_UNSPEC/SOCK_STREAM/AI_ADDRCONFIG failed >> so, yes: hints.ai_flags = AI_ADDRCONFIG; makes getaddrinfo fail. > > Just so I can understand the precise nuances of th

getaddrinfo on Ubuntu

2007-06-06 Thread Joe Orton
On Wed, Jun 06, 2007 at 10:57:00PM +0300, Lucian Adrian Grijincu wrote: > This is the output: > getaddrinfo AF_UNSPEC/SOCK_STREAM/AI_ADDRCONFIG failed > so, yes: hints.ai_flags = AI_ADDRCONFIG; makes getaddrinfo fail. Just so I can understand the precise nuances of this, can you post the outp