Re: [9fans] go v. mk

2011-12-04 Thread John Floren
On Sun, Dec 4, 2011 at 4:32 PM, Federico Benavento wrote: > > On Dec 2, 2011, at 9:12 PM, ron minnich wrote: > >> Did you try it? Might be worth trying it. We did. But maybe it's time >> to try things first and then send email :-) > > relax, maybe he didn't, but he did write a tool that parses >

Re: [9fans] go v. mk

2011-12-04 Thread Federico Benavento
On Dec 2, 2011, at 9:12 PM, ron minnich wrote: > Did you try it? Might be worth trying it. We did. But maybe it's time > to try things first and then send email :-) relax, maybe he didn't, but he did write a tool that parses configure/makefiles and generates mkfilles

Re: [9fans] wildcard dns cname

2011-12-04 Thread slash
> > > ndb/dnsquery also fails for wildcard names but works for real ones: > > cpu% ndb/dnsquery > > f > !dns: resource does not exist; negrcode 0 > > bar > !dns: resource does not exist; negrcode 0 > > server > server.local ip 10.0.0.1 > > other > other.local ip 10.0.0.2 > > Why do dnsquery and

Re: [9fans] wildcard dns cname

2011-12-04 Thread slash
ndb/dnsquery also fails for wildcard names but works for real ones: cpu% ndb/dnsquery > f !dns: resource does not exist; negrcode 0 > bar !dns: resource does not exist; negrcode 0 > server server.local ip 10.0.0.1 > other other.local ip 10.0.0.2 Why do dnsquery and dnsdebug give different res

Re: [9fans] wildcard dns cname

2011-12-04 Thread slash
> > where is your soa record? /lib/ndb/local: dom=local soa= refresh=3600 ttl=3600 ns=server.local mb=em...@abcxyz.com

Re: [9fans] wildcard dns cname

2011-12-04 Thread erik quanstrom
where is your soa record? - erik

Re: [9fans] wildcard dns cname

2011-12-04 Thread slash
Yes ping works and I can also make nslookups for hosts that don't match the wildcard. $ nslookup server.local Server: 10.0.0.1 Address: 10.0.0.1#53 Name: server.local Address: 10.0.0.1 $ nslookup other.local Server: 10.0.0.1 Address: 10.0.0.1#53 Name: other.local Address: 10.0.0.2 snoopy confi

Re: [9fans] wildcard dns cname

2011-12-04 Thread erik quanstrom
> cpu% ndb/dnsdebug > > @10.0.0.1 > > foobar > 8300.2: sending to 10.0.0.1/10.0.0.1 foobar.local ip > sure looks like your the dns packet is being dropped. you might want to check your routing. can you ping 10.0.0.1 from your linux host (with the interfaces dns is allowed to talk on). make sure

[9fans] wildcard dns cname

2011-12-04 Thread slash
I have the following wildcard entry in my /lib/ndb/local: cname=server.local dom=*.local Essentially I want every name to resolve back to my server. Now, ndb/dnsdebug is able to resolve any host just fine: cpu% ndb/dnsdebug > foobar answer server.local