Menu

#2226 Bug for Red Hat 9.0

open
5
2005-08-28
2005-08-28
Anonymous
No

I've just installed webmin 1.220 and found another
nasty bug for Red Hat 9 (as usual :-( )

S.O.: Red Hat 9
Kernel: 2.4.20-43.9.legacy.i686
BIND version 9.2.1
Acer Travelmate 2303 Laptop
512 Mbytes RAM
40 GB HDD
Celerom M 1500

Description

I manually added several zones to /var/named and
/etc/named.conf (copied from another server) but when I
go to the Webmin Server DNS BIND administration I
cannot see any of the new zones I added.
I than restored webmin 1.180 (the last reliable webmin
version) and all the new zones are now correctly visible.

Thanks

Maurizio

Discussion

  • Jamie Cameron

    Jamie Cameron - 2005-08-31

    Logged In: YES
    user_id=129364

    I would be interested to see your named.conf file - could
    you attach it to this bug report?

     
  • Nobody/Anonymous

    Logged In: NO

    ## named.conf - configuration for bind
    #
    # Generated automatically by bindconf, alchemist et al.
    controls {
    inet 127.0.0.1 allow { localhost; } keys { rndckey; };
    };

    include "/etc/rndc.key";

    options {
    directory "/var/named/";
    forwarders {
    xxx.xxx.xxx.xxx;
    yyy.yyy.yyy.yyy;
    };
    notify yes;
    check-names response warn;
    check-names slave warn;
    check-names master warn;
    };

    zone "." {
    type hint;
    file "named.ca";
    };

    zone "0.0.127.in-addr.arpa" {
    type master;
    file "0.0.127.in-addr.arpa.zone";
    };

    zone "localhost" {
    type master;
    file "localhost.zone";
    };

    zone "yyy.it" {
    type master;
    file "/var/named/yyy.hosts";
    };

    [cut]

     
  • Jamie Cameron

    Jamie Cameron - 2005-09-09

    Logged In: YES
    user_id=129364

    Is that the full named.conf file?
    When I use it on my system (running Webmin 1.226), I can see
    the yyy.it domain with no problems .. I presume this is one
    that you couldn't see?

     

Log in to post a comment.

Auth0 Logo