Re: strange resolver behavour

2010-10-12 Thread Doug Barton
On 10/11/2010 8:32 PM, Eugene Grosbein wrote: On 11.10.2010 18:05, Hajimu UMEMOTO wrote: egrosbein> Is it a bug in our resolver? I think no, host(1) links ISC's resolver, and it doesn't use libc's resolver. I suspect there is some problem in host(1) or ISC's resolver. Is there a command ca

Re: strange resolver behavour

2010-10-12 Thread Ian Smith
On Mon, 11 Oct 2010, Eugene Grosbein wrote: > Hi! > > FreeBSD 8.1-STABLE: > > # host koin-nkz.com. > koin-nkz.com has address 62.231.164.101 > Host koin-nkz.com not found: 3(NXDOMAIN) > > This domain does not have MX records but NXDOMAIN seems to wrong return > code to me. Think about

Re: strange resolver behavour

2010-10-12 Thread Tom Evans
On Tue, Oct 12, 2010 at 10:05 AM, Ian Smith wrote: > On Mon, 11 Oct 2010, Eugene Grosbein wrote: >  > Hi! >  > >  > FreeBSD 8.1-STABLE: >  > >  > # host koin-nkz.com. >  > koin-nkz.com has address 62.231.164.101 >  > Host koin-nkz.com not found: 3(NXDOMAIN) >  > >  > This domain does not have MX r

Re: strange resolver behavour

2010-10-12 Thread Eugene Grosbein
On 12.10.2010 16:05, Ian Smith wrote: > > # host koin-nkz.com. > > koin-nkz.com has address 62.231.164.101 > > Host koin-nkz.com not found: 3(NXDOMAIN) > > > > This domain does not have MX records but NXDOMAIN seems to wrong return > > code to me. Think about MTA that does look-up for MX fi

Re: if_ndis: fix for panic with VIMAGE

2010-10-12 Thread Paul B Mahol
On 10/11/10, Paul B Mahol wrote: > Hi, > > There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() > > Patch attached. > Ping. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

Re: strange resolver behavour

2010-10-12 Thread Eugene Grosbein
On 12.10.2010 14:10, Doug Barton wrote: >> It's a pity if we have no diagnostic utility that behaves just like >> ordinary applications like MTA dealing with DNS... How am I supposed >> to debug suspected MTA behavior without such utility? > > Step 1, verify that your authoritative name servers h

nfsv4 with kgssapi

2010-10-12 Thread Giulio Ferro
I'm trying to setup a nfs server which uses the kerberized rpc header, so to overcome the problem with 16 groups: http://www.mail-archive.com/freebsd-sta...@freebsd.org/msg109809.html FreeBSD 8 amd64 stable last (yesterday) Following the man page for nfsv4 I have compiled the kernel with -

Re: nfsv4 with kgssapi

2010-10-12 Thread Rick Macklem
> I'm trying to setup a nfs server which uses the kerberized rpc > header, so to overcome the problem with 16 groups: > > http://www.mail-archive.com/freebsd-sta...@freebsd.org/msg109809.html > > > FreeBSD 8 amd64 stable last (yesterday) > > Following the man page for nfsv4 I have compiled the

Re: strange resolver behavour

2010-10-12 Thread Ian Smith
On Tue, 12 Oct 2010, Tom Evans wrote: > On Tue, Oct 12, 2010 at 10:05 AM, Ian Smith wrote: > > On Mon, 11 Oct 2010, Eugene Grosbein wrote: > >  > Hi! > >  > > >  > FreeBSD 8.1-STABLE: > >  > > >  > # host koin-nkz.com. > >  > koin-nkz.com has address 62.231.164.101 > >  > Host koin-nkz.co

Re: strange resolver behavour

2010-10-12 Thread Tom Evans
On Tue, Oct 12, 2010 at 3:39 PM, Ian Smith wrote: > On Tue, 12 Oct 2010, Tom Evans wrote: >  > On Tue, Oct 12, 2010 at 10:05 AM, Ian Smith wrote: >  > > On Mon, 11 Oct 2010, Eugene Grosbein wrote: >  > >  > Hi! >  > >  > >  > >  > FreeBSD 8.1-STABLE: >  > >  > >  > >  > # host koin-nkz.com. >  >

Re: strange resolver behavour

2010-10-12 Thread Tom Evans
On Tue, Oct 12, 2010 at 5:22 PM, Chuck Swiger wrote: > No, it would use the published MX records for the domain, and would first try > delivering to vapor.isi.edu as the lowest precedence MX host listed: Thats what I said wasn't it? Oh wait, I missed the words 'If we assume it doesn't have an M

Re: strange resolver behavour

2010-10-12 Thread Chuck Swiger
On Oct 12, 2010, at 9:30 AM, Tom Evans wrote: [ ... ] > Thats what I said wasn't it? > > Oh wait, I missed the words 'If we assume it doesn't have an MX record' :/ Yep. Perhaps we are in violent agreement...? :-) -- -Chuck ___ freebsd-net@freebsd.o

Re: strange resolver behavour

2010-10-12 Thread Chuck Swiger
On Oct 12, 2010, at 8:30 AM, Tom Evans wrote: >> Taking the '5.3. Master file example' in RFC1035, what is the A response >> for 'ISI.EDU.' where the domain itself has no specific A RR? Would it >> be that of VENERA.ISI.EDU, or that of the first A listed, ie A.ISI.EDU? > > That domain has an MX r

Re: strange resolver behavour

2010-10-12 Thread Doug Barton
On 10/12/2010 5:34 AM, Eugene Grosbein wrote: On 12.10.2010 14:10, Doug Barton wrote: It's a pity if we have no diagnostic utility that behaves just like ordinary applications like MTA dealing with DNS... How am I supposed to debug suspected MTA behavior without such utility? Step 1, verify t

Re: strange resolver behavour

2010-10-12 Thread Ian Smith
On Tue, 12 Oct 2010, Tom Evans wrote: > On Tue, Oct 12, 2010 at 3:39 PM, Ian Smith wrote: > > On Tue, 12 Oct 2010, Tom Evans wrote: > >  > On Tue, Oct 12, 2010 at 10:05 AM, Ian Smith > > wrote: [..] > >  > > If a domain has no MX server, how's an MTA supposed to do mail with > > it? > >