Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2002 00:23:25 -0400 (EDT)
From:      Fuzzy <fuzzy@pooh.ASARian.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   error message puzzle
Message-ID:  <Pine.BSF.4.44.0209132330470.35777-100000@pooh.ASARian.org>

next in thread | raw e-mail | index | archive | help

I see this repeatedly, and wonder if there is anything I can
do to suppress this meaningless message?

I'm running freebsd 4.4-release

Sep 13 23:27:53 pooh inetd[35744]: warning: /etc/hosts.allow,
	line 6: can't verify hostname:
	getaddrinfo(sisterfightflix.com, AF_INET) failed

Sep 13 23:39:52 pooh named[193]: ns_forw: query(sisterfightflix.com)
	All possible A RR's lame

The begining of /etc/hosts.allow, line six always seems to be the issue,
if I take line six out, it will still point at, (the new), line six.

It appears that the source domain, ("sisterfightflix.com"),
has "lame" nameservers. So I'm purplexed as to how to convince
inetd that it should not log this as a problem. Dig and nslookup
can't get its SOA record from either of [ns1,ns2].rackshack.net.

Thanks.

-- 
/"\   ASCII Ribbon Campaign  | Fuzzy, SysAdmin,
\ / - NO HTML/RTF in e-mail  | ASARian.org
 X  - NO Word docs in e-mail | fuzzy @ ASARian.org
/ \



/etc/hosts.allow

# Allow anything from localhost.  Note that an IP address (not a host
# name) *MUST* be specified for portmap(8).

ALL : 217.10.193.0/24 : deny
ALL : 213.233.69.0/24 : deny
ALL : .xnet.ro : deny
ALL : .oscarprint.ro : deny


# host sisterfightflix.com
Host not found, try again.

# host sisterfightflix.com any

; <<>> DiG 8.3 <<>> sisterfightflix.com any
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2
;; QUERY SECTION:
;;	sisterfightflix.com, type = ANY, class = IN

;; ANSWER SECTION:
sisterfightflix.com.	1d4h7m19s IN NS  NS1.RACKSHACK.NET.
sisterfightflix.com.	1d4h7m19s IN NS  NS2.RACKSHACK.NET.

;; AUTHORITY SECTION:
sisterfightflix.com.	1d4h7m19s IN NS  NS1.RACKSHACK.NET.
sisterfightflix.com.	1d4h7m19s IN NS  NS2.RACKSHACK.NET.

;; ADDITIONAL SECTION:
NS1.RACKSHACK.NET.	1d8h46s IN A	207.218.223.132
NS2.RACKSHACK.NET.	1d8h46s IN A	207.218.223.162

;; Total query time: 110 msec
;; FROM: pooh.ASARian.org to SERVER: default -- 127.0.0.1
;; WHEN: Fri Sep 13 23:59:23 2002
;; MSG SIZE  sent: 37  rcvd: 165



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.44.0209132330470.35777-100000>