Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2008 08:23:05 -0800 (PST)
From:      Abdullah Ibn Hamad Al-Marri <wearabnet@yahoo.ca>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   FreeBSD 7.0 BIND high ram usage and weird transfer msg
Message-ID:  <760574.54570.qm@web33702.mail.mud.yahoo.com>

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

FreeBSD NS3.WeArab.Net 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Mar  1 21:19:43 UTC 2008     arabian@NS3.WeArab.Net:/usr/obj/usr/src/sys/NS3  i386

 6713 bind            4  44    0   234M   184M select  16:42  0.00% named

NS3# tail /var/log/messages
Mar  6 14:50:27 NS3 named[6713]: transfer of 'wearab.net/IN' from 66.90.108.35#53: failed while receiving responses: permission denied
Mar  6 14:54:13 NS3 named[6713]: clients-per-query increased to 11
Mar  6 15:02:41 NS3 named[6713]: dumping master file: tmp-LPdMFdRxdo: open: permission denied
Mar  6 15:02:41 NS3 named[6713]: transfer of 'wearab.net/IN' from 66.90.108.35#53: failed while receiving responses: permission denied
Mar  6 15:14:19 NS3 named[6713]: dumping master file: tmp-4S91cXt75i: open: permission denied
Mar  6 15:14:19 NS3 named[6713]: transfer of 'wearab.net/IN' from 66.90.108.35#53: failed while receiving responses: permission denied
Mar  6 15:28:11 NS3 named[6713]: dumping master file: tmp-TjAwfxT5h0: open: permission denied
Mar  6 15:28:11 NS3 named[6713]: transfer of 'wearab.net/IN' from 66.90.108.35#53: failed while receiving responses: permission denied

include "/etc/namedb/rndc.key";

controls {
        inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};

// $FreeBSD: src/etc/namedb/named.conf,v 1.21.2.6 2007/08/17 04:39:15 dougb Exp $
//
// Refer to the named.conf(5) and named(8) man pages, and the documentation
// in /usr/share/doc/bind9 for more details.
//
// If you are going to set up an authoritative server, make sure you
// understand the hairy details of how DNS works.  Even with
// simple mistakes, you can break connectivity for affected parties,
// or cause huge amounts of useless Internet traffic.

options {
        directory       "/etc/namedb";

        query-source address 66.90.105.114 port 53;

        listen-on port 53 {
                66.90.105.114;  // NS3.WeArab.Net
        };

        allow-transfer {
                66.90.108.35;   // NS1.WeArab.Net
                65.215.220.147; // NS2.WeArab.Net
        };

        allow-query { any; };
        allow-recursion { any; };

};


etc changed
        user expected 0 found 53 modified
        gid expected 0 found 53 modified
etc/namedb changed
        user expected 0 found 53 modified
        gid expected 0 found 53 modified

Freebsd always resets them unless we run named as root


I didn't have alot of ram usage or these problems when I was running FreeBSD 6.2-STABLE.



Any hints?

 
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/





      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?760574.54570.qm>