On Fri, 16 Sep 2011, Ken Schweigert wrote:


Looking through my named.conf the only reference I have to /dev/null is:

logging {
...
    channel "dev_null_log" {
       file "/dev/null";
    };
…
category lame-servers { dev_null_log; };
…

I'd really like to not lose this channel because of how many lame
servers get reported.

Any ideas what may be my problem with this upgrade and what I can do
to get this version installed?

Regards,
-ken


I ran into this upon upgrade also and changed the channel statement to:

        channel null {          // toss anything sent to this channel
                null;
                };
...
        category lame-servers { null; };

The new ARM gave me the hint of the config change.

Dave


--
David Forrest St. Louis, Missouri
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to