Re: [CentOS] named Update Problem

2015-09-10 Thread Günther J . Niederwimmer
hello, Am Dienstag, 8. September 2015, 12:44:27 schrieb Ron Loftin: > 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"; > }; > Thank's now I foun

Re: [CentOS] named Update Problem

2015-09-08 Thread Ron Loftin
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. On

Re: [CentOS] named Update Problem

2015-09-08 Thread Günther J . Niederwimmer
Hello, Am Montag, 7. September 2015, 09:10:03 schrieb Ron Loftin: > 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. can you

Re: [CentOS] named Update Problem

2015-09-07 Thread Ron Loftin
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. On Mon, 2015-09-07 at 14:31 +0200, Günther J. Niederwimmer wrote: > Hello, > > I

[CentOS] named Update Problem

2015-09-07 Thread Günther J . Niederwimmer
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