-
1月9
BINDサーバに大量のエラーログ Vine 5.0
Filed under: Linux (Server), PERSONAL COMPUTER;No Comments
このようなエラーログが大量に出たので多少驚きましたが問題は無さそうです。
ですが、目障りなので設定ファイルを書き換えます。
===========ログ===========
**Unmatched Entries**
24.168.192.in-addr.arpa.lan:11: file does not end with newline: 2 Time(s)
24.168.192.in-addr.arpa.lan:12: file does not end with newline: 2 Time(s)
adjusted limit on open files from 1024 to 1048576: 5 Time(s)
automatic empty zone: view internal: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA: 5 Time(s)
automatic empty zone: view internal: 0.IN-ADDR.ARPA: 5 Time(s)
automatic empty zone: view internal: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA: 5 Time(s)
automatic empty zone: view internal: 127.IN-ADDR.ARPA: 5 Time(s)
===========省略===========
設定ファイル/etc/named.confを開き、optionsの間にempty-zones-enable no;を記述するとこれらの不要なエラーが出なくなるらしいです。~~~~~~~追記~~~~~~~~
success resolving ‘195.0.0.193.sbl.spamhaus.org/TXT’ (in ’sbl.spamhaus.org’?) after reducing the advertised EDNS UDP packet size to 512 octets: 1 Time(s)
success resolving ‘73.251.224.218.in-addr.arpa/PTR’ (in ‘251.224.218.in-addr.arpa’?) after reducing the advertised EDNS UDP packet size to 512 octets: 1 Time(s)
success resolving ‘backup.sh.bl.open-whois.org/A’ (in ‘org’?) after reducing the advertised EDNS UDP packet size to 512 octets: 1 Time(s)
~~~~~~~~~~~~~~~~~
このようなエラーが消えない場合は下記のような設定をすると良いようです。
logging {
category lame-servers { null;};
category edns-disabled { null;};
};
参考元
Red Hat Bugzilla – Bug 275091様 (海外サイト)
夢うつつ まどろみの中 荒み行く様
このページを見た人は下のページも見ています:
- Clam AntiVirus WARNING: Can’t open file /~
- CGI製 掲示板 β Ver2.4
- 画像認証用画像作成スクリプト CGI
- ROS規約違反監視プログラムβ
- キーロガー 作成






COMMENT