Aug 30 19:09:33 www inetd[384]: auth/tcp: bind: Address already in use
Aug 30 19:13:17 www named[595]: sysquery: findns error (NXDOMAIN) on ns.dadada.com?
위의 메세지가 왜 나는지요.....알려주시면 감사하겠습니다
아래 설정파일 있읍니다..... 초보라서 잘 몰라서....
고수님들 부탁합니다......... 잘못된 부분을 알려주세요
==============================/etc/named.conf ==================
// generated by named-bootconf.pl
options {
directory "/var/named";
};
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "dadada.com" IN { type master; file "zone-default"; };
==============================/etc/named.boot ==================
;
; a caching only nameserver config
;
directory /var/named
cache . named.ca
primary 0.0.127.in-addr.arpa named.local
primary dadada.com zone-default
==============================/var/named/named.local ==================
@ IN SOA ns.dadada.com. root.dadada.com. (
1999022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.dadada.com.
1 IN PTR localhost.
==============================/var/named/zone-default ==================
@ IN SOA ns.dadada.com. root.dadada.com. (
1999022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.dadada.com.
IN A 111.111.22.22
IN MX 10 @
www IN CNAME @
mail IN CNAME @
1 IN PTR localhost.
#### 또다른 에러메세지도 있군요....저희에게 도움을 주셨으면 합니다
아래의 메세지가 왜 오는지 모르겠어요......도움을 부탁합니다....
From root Sat Aug 26 04:02:41 2000
Return-Path:<root at www.dadada.com>
Received:(from root@localhost)
by www.dadada.com (8.10.1/8.10.1) id e7PJ2fP01223
for root; Sat, 26 Aug 2000 04:02:41 +0900
Date: Sat, 26 Aug 2000 04:02:41 +0900
From: root <root at www.dadada.com>
Message-Id:<200008251902.e7PJ2fP01223 at www.dadada.com>
To: root at www.dadada.com Subject: File integrity report
This is an automated report of possible file integrity changes, generated by
the Tripwire integrity checker. To tell Tripwire that a file or entire
directory tree is valid, as root run:
/usr/sbin/tripwire -update [pathname|entry]
If you wish to enter an interactive integrity checking and verification
session, as root run:
/usr/sbin/tripwire -interactive
Changed files/directories include:
From root Sat Aug 26 04:02:41 2000
Return-Path:<root at www.dadada.com>
Received:(from root@localhost)
by www.dadada.com (8.10.1/8.10.1) id e7PJ20U01071
for root; Sat, 26 Aug 2000 04:02:00 +0900
Date: Sat, 26 Aug 2000 04:02:00 +0900
Message-Id:<200008251902.e7PJ20U01071 at www.dadada.com>
From: root at www.dadada.com (Cron Daemon)
To: root at www.dadada.com Subject: Cron <root@www> run-parts /etc/cron.daily
X-Cron-Env:<SHELL=/bin/bash>
X-Cron-Env:<PATH=/sbin:/bin:/usr/sbin:/usr/bin>
X-Cron-Env:<MAILTO=root>
X-Cron-Env:<HOME=/>
X-Cron-Env:<LOGNAME=root>
error: httpd:1 duplicate log entry for /var/log/httpd/access_log
/usr/sbin/tripwire: database file '/var/spool/tripwire/tw.db_www.dadada.co
m' does not exist! Aborting...