Upgrading From 9.7.2 to 9.8.1 startup failed (due to fatal error)

David Forrest drf at maplepark.com
Fri Sep 16 15:04:08 UTC 2011


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


More information about the bind-users mailing list