[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bind 9.1
- To: "'linux-il(at-nospam)cs.huji.ac.il'" <linux-il(at-nospam)cs.huji.ac.il>
- Subject: Re: bind 9.1
- From: "R.C.S" <rasta(at-nospam)RSHELL.ORG>
- Date: Sun, 20 May 2001 22:25:09 +0300
- In-Reply-To: <F6FE1FFFD945D411A56A00D0B70C29120250A2@GCONSRV04>; from mike.ray@G-CONNECT.co.il on Sun, May 20, 2001 at 08:01:04PM +0200
- Mail-Followup-To: "'linux-il@cs.huji.ac.il'" <linux-il@cs.huji.ac.il>
- References: <F6FE1FFFD945D411A56A00D0B70C29120250A2@GCONSRV04>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.2.5i
Hi,
What do you mean "the record has disappeared" ?
What are the relevant logs entries tell you ? (tell us)
If you don't have requested that, you might not be able to see
any logging, or only minor ones.
put in your named.conf something like:
logging {
channel syslog_debug { syslog mail; severity debug 2;
print-category yes; };
channel syslog_client { syslog mail; severity debug 2;
print-category yes; print-severity yes; };
channel syslog_security { syslog mail; severity debug 2;
print-category yes; print-severity yes; };
channel syslog_notify { syslog mail; severity debug 9999;
print-category yes; };
channel syslog_xfar { syslog mail; severity debug 7;
print-category yes; };
channel syslog_general { syslog mail; severity debug 0;
print-category yes; print-severity yes; };
category default { "syslog_debug"; };
category general { "syslog_general"; };
category security { "syslog_security"; };
category config { "syslog_notify"; };
category xfer-in { "syslog_notify"; };
category xfer-out { "syslog_xfar"; };
category notify { "syslog_notify"; };
category client { "syslog_client"; };
category update { "syslog_notify"; };
category lame-servers { null; };
category resolver { null; };
category dispatch { null; };
};
mike ray <mike.ray@G-CONNECT.co.il> wrote:
> Hi
>
> I installed RH 7.1 with bind 9.1 which came with the cd, everything worked
> fine for 2 weeks, today I saw that I do not have any dens resolution at all.
>
> at the named.conf file I saw that it did not even load the zone file, the
> record has disappeared !!
>
> any one with a suggestion or experience with bind 9.1
>
> Michael W Ray
>
> IT Manager
>
> *********************************************
>
> G-Connect - Helping ISPs to differentiate
> <file:///C:/Documents%20and%20Settings/miker/Application%20Data/Microsoft/Si
> gnatures/www.g-connect.com> www.g-connect.com
>
> POB 2200, Herzlyia B, 46120, Israel
>
> < <mailto:mike.ray@g-connect.co.il> mailto:mike.ray@g-connect.co.il>
>
> Tel : + 972 9 960 1130 Mobile : + 972 58 636 545
>
> *********************************************
>
>
--
http://www.rshell.org
Join #shellcode on EFnet.
rasta@rshell.org
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il