• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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