• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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