• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Slave Zone Transfer Fail after upgrade

R

regzok

Guest
hi guys,

Has anyone found the solution to the problem described here?

http://forum.swsoft.com/showthread.php?s=&threadid=38477&highlight=dns

At my side it looks like this:

Jan 28 21:37:14 v31117 named[5278]: zone diesegel.com/IN: Transfer started.
Jan 28 21:37:14 v31117 named[5278]: transfer of 'diesegel.com/IN' from 88.84.144.157#53: connected using 88.84.149.57#33743
Jan 28 21:37:14 v31117 named[5278]: dumping master file: tmp-oF2Py7mBhL: open: permission denied
Jan 28 21:37:14 v31117 named[5278]: transfer of 'diesegel.com/IN' from 88.84.144.157#53: failed while receiving responses: permission denied
Jan 28 21:37:14 v31117 named[5278]: transfer of 'diesegel.com/IN' from 88.84.144.157#53: end of transfer
 
The solution

# cd /var/lib
# chown named.named named

(this changes the owner of the dir "named" from root to named)

If only someone could tell me if this solution is secure!
 
Back
Top