• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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