Named Update Problem

Home » CentOS » Named Update Problem
CentOS 4 Comments

Hello,

I have enabled for a Domain DNSSEC and it working correct, after I change the rights for /var/named to root:named 0770

but after a update it is always change back to root:named 0750

after this, DNSSEC don’t work any more?

named have no right to write his secure files.

Is there a way to fix this

Thanks,

4 thoughts on - Named Update Problem

  • Try reconfiguring your setup so that the DNSSEC files live in /var/named/data instead of /var/named. That directory should be owned by named:named already, and it stays that way after updates, at least in CentOS 5.

  • Hello,

    Am Montag, 7. September 2015, 09:10:03 schrieb Ron Loftin:

    can you please tell me the “Variable” to set the tmp-xxxxxx Files?

    I can’t find the correct way :-(.

  • Here are the relevant lines from my /etc/named.conf file on CentOS 5.

    directory “/var/named”;

    zone “43.168.192.in-addr.arpa” {
    type master;
    file “data/192.168.43”;
    };

    This will create/modify file “/var/named/data/192.168.43” and works with no issues after an upgrade.

  • hello,

    Am Dienstag, 8. September 2015, 12:44:27 schrieb Ron Loftin:
    Thank’s now I found it also ;-), but I mean a Master Directory is a better way.