• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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