From owner-freebsd-questions@FreeBSD.ORG Thu Nov 4 06:07:59 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB9EB1065679 for ; Thu, 4 Nov 2010 06:07:59 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5ED8FC0A for ; Thu, 4 Nov 2010 06:07:59 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id 2B0A8E80B2A; Wed, 3 Nov 2010 23:07:59 -0700 (PDT) Date: Wed, 3 Nov 2010 23:07:59 -0700 From: Gary Kline To: Robert Bonomi Message-ID: <20101104060759.GB4796@thought.org> References: <201011040210.oA42A7rb008179@mail.r-bonomi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011040210.oA42A7rb008179@mail.r-bonomi.com> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 24 years of service to the Unix community. User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: ATTN GARY KLINE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 06:08:00 -0000 Seee below for typing from deadbbs.com. On Wed, Nov 03, 2010 at 08:10:07PM -0600, Robert Bonomi wrote: > > > Date: Tue, 2 Nov 2010 22:50:00 -0700 > > From: Gary Kline > > Subject: Re: is there a utillity...? > > > > *please* fix the DNS for 'thought.org'. you are utterly unmailable. > > There is no IP address for the primary nameserver, 'ns1.thought.org' > The secondary nameserver 'ns2.everydns.net' times out on a query. > > % nslookup -type=any thought.org > > Non-authoritative answer: > thought.org nameserver = ns1.thought.org > thought.org nameserver = ns2.everydns.net > > Authoritative answers can be found from: > thought.org nameserver = ns1.thought.org > thought.org nameserver = ns2.everydns.net > ns2.everydns.net internet address = 208.76.62.100 > > > > ; <<>> DiG 8.1 <<>> +deb +d2 thought.org @ns2.everydns.net > ; (1 server found) > ;; res_mkquery(0, thought.org, 1, 1) > ;; res options: init debug recurs defnam dnsrch ?0x80000000? > ;; res_send() > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10 > ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 > ;; QUERY SECTION: > ;; thought.org, type = A, class = IN > > ;; Querying server (# 1) address = 208.76.62.100 > ;; timeout > ;; Querying server (# 1) address = 208.76.62.100 > ;; timeout > ;; Querying server (# 1) address = 208.76.62.100 > ;; timeout > ;; Querying server (# 1) address = 208.76.62.100 > ;; timeout > ;; res_send to server ns2.everydns.net 208.76.62.100: Operation timed out > > > ; <<>> DiG 8.1 <<>> +deb +d2 thought.org @ns1.thought.org > ; Bad server: ns1.thought.org -- using default server and timer opts > ;; res_mkquery(0, thought.org, 1, 1) > ;; res options: init debug recurs defnam dnsrch ?0x80000000? > ;; res_send() > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10 > ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 > ;; QUERY SECTION: > ;; thought.org, type = A, class = IN > SO far, this works:: FreeBSD 7.0-RELEASE (vhost) #0: Sat Sep 13 04:51:19 PDT 2008 Wed Nov 3 22:50:57 PDT 2010 vhost % ping usage: ping [-AaDdfnoQqRrv] [-c count] [-G sweepmaxsize] [-g sweepminsize] [-h sweepincrsize] [-i wait] [-l preload] [-M mask | time] [-m ttl] [-P policy] [-p pattern] [-S src_addr] [-s packetsize] [-t timeout] [-W waittime] [-z tos] host ping [-AaDdfLnoQqRrv] [-c count] [-I iface] [-i wait] [-l preload] [-M mask | time] [-m ttl] [-P policy] [-p pattern] [-S src_addr] [-s packetsize] [-T ttl] [-t timeout] [-W waittime] [-z tos] mcast-group vhost % ping ns1.thought.org PING ns1.thought.org (209.180.213.209): 56 data bytes 64 bytes from 209.180.213.209: icmp_seq=0 ttl=55 time=84.971 ms 64 bytes from 209.180.213.209: icmp_seq=1 ttl=55 time=85.005 ms 64 bytes from 209.180.213.209: icmp_seq=2 ttl=55 time=84.827 ms 64 bytes from 209.180.213.209: icmp_seq=3 ttl=55 time=82.973 ms 64 bytes from 209.180.213.209: icmp_seq=4 ttl=55 time=84.772 ms ^C --- ns1.thought.org ping statistics --- 5 packets transmitted, 5 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 82.973/84.510/85.005/0.773 ms vhost % nslookup -type=any thought.org Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: thought.org nameserver = ns1.thought.org. thought.org nameserver = ns2.everydns.net. Authoritative answers can be found from: thought.org nameserver = ns1.thought.org. thought.org nameserver = ns2.everydns.net. ns1.thought.org internet address = 209.180.213.209 ns2.everydns.net internet address = 208.76.62.100 vhost % Everybody should see the name thing is a day or so. -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix The 7.90a release of Jottings: http://jottings.thought.org/index.php An Open Letter to Stephen Hawking http://www.thought.org/#oL