Res_query Seg Faulting for a FQDN

2013-06-26 Thread Alok Raj
Hi Guys, I have one query, while querying DNS for SOA record for FQDN it is segment-faulting in centos-6.3, any clue? Pasting below the trace: [Thread debugging using libthread_db enabled] [New Thread 0xb7fe3b70 (LWP 7093)] [New Thread 0xb75e2b70 (LWP 7094)] [New Thread 0xb6be1b70 (LWP 7095)] [N

RE: Dig for link-local

2013-03-25 Thread Alok Raj
09:19, Alok Raj wrote: > Hi Guys, > > Basically I am trying to do the following: > > 1) If I use link-local ipv6 address (of domain controller) in my > resolv.conf, my resolver routines (glibc 2.13) is not able to resolve a > domain name to an ip address, though I

RE: Dig for link-local

2013-03-25 Thread Alok Raj
ocal address, a negative response is returned without sending DNS queries. This check is actually meaningless, because all callers of the function do the same check in this implementation From: Sten Carlsen [mailto:st...@s-carlsen.dk] Sent: Monday, March 25, 2013 5:13 PM To: Alok Raj Cc: car

RE: Dig for link-local

2013-03-25 Thread Alok Raj
Hi Guys, Basically I am trying to do the following: 1) If I use link-local ipv6 address (of domain controller) in my resolv.conf, my resolver routines (glibc 2.13) is not able to resolve a domain name to an ip address, though I am able to ping that link- local ipv6 address.

Dig for link-local

2013-03-22 Thread Alok Raj
Hi, How dig-command is able to resolve an ip using link-local address, /etc/resolv.conf has only one entry - ipv6-link link local address, if I write dig www.domain.com, it is able to resolve that and print the address. Can anyone help me out in documentation or code ple