| minimalist |
24th July 2010 11:15 |
Quote:
Originally Posted by till
(Post 234554)
Enable debugging and then check the ispconfig log file. Most likely you have a problem with mysql permissions.
|
This is what I get:
Code:
2010-07-24 12:13 server2.minimalist.ro Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:13 server2.minimalist.ro Debug No Updated records found, starting only the core.
2010-07-24 12:13 server1.minimalist.ro Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:13 server2.minimalist.ro Debug Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:13 server1.minimalist.ro Debug No Updated records found, starting only the core.
2010-07-24 12:13 server1.minimalist.ro Debug Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:12 server1.minimalist.ro Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:12 server1.minimalist.ro Debug No Updated records found, starting only the core.
2010-07-24 12:12 server1.minimalist.ro Debug Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:12 server2.minimalist.ro Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:12 server2.minimalist.ro Debug No Updated records found, starting only the core.
2010-07-24 12:12 server2.minimalist.ro Debug Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:11 server2.minimalist.ro Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
2010-07-24 12:11 server2.minimalist.ro Debug No Updated records found, starting only the core.
2010-07-24 12:11 server2.minimalist.ro Debug Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
and some that seem to be from the sync:
Code:
2010-07-24 12:22 server2.minimalist.ro Debug Replicated from master: REPLACE INTO dns_soa (`id`,`sys_userid`,`sys_groupid`,`sys_perm_user`,`sys_perm_group`,`sys_perm_other`,`server_id`,`origin`,`ns`,`mbox`,`serial`,`refresh`,`retry`,`expire`,`minimum`,`ttl`,`active`,`xfer`,`also_notify`,`update_acl`) VALUES ('2','2','2','riud','riud','','1','minimalist.ro.','ns1.minimalist.ro.','domenii.minimalist.ro.','2010072402','28800','7200','604800','86400','86400','Y','81.196.XXX.XX,81.196.XX.XX','','')
2010-07-24 12:22 server2.minimalist.ro Debug Found 1 changes, starting update process.
Back on ns2 (server2) I only have the ns2.minimalist.ro (A) record synced.
And another question: do I have to specify in the zone record the IP of server2 to be allowed in zone transfers?
Thanks for your help!
UPDATE: I think it works now! If I go through every record and save it on the master it gets synced on the secondary. Any idea on how to force a global update?
|