ispCP - Board - Support
[RESOLVED] Update last version : ispCP GUI Bind9 configuration: [ Failed ] - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: [RESOLVED] Update last version : ispCP GUI Bind9 configuration: [ Failed ] (/thread-12594.html)



[RESOLVED] Update last version : ispCP GUI Bind9 configuration: [ Failed ] - theprincy - 01-05-2011 05:43 AM

cat /var/log/ispcp/setup/ispcp-update.log
......
get_tag() | Starting...
get_tag() | [ERROR] '; dmn [88.198.44.141] timestamp entry BEGIN.
' ne '; dmn [88.198.44.141] timestamp entry END.
', '; dmn [88.198.44.141] timestamp entry BEGIN.
' or '; dmn [88.198.44.141] timestamp entry END.
' missing in src !
exit_msg() | Starting...
exit_msg() | Ending...
del_file() | Starting...
-----

How to fix?


RE: [RESOLVED] Update last version : ispCP GUI Bind9 configuration: [ Failed ] - fragger - 01-10-2011 11:23 PM

Hello,

i have the same Error and no solution for this, what can i do to correct this?

I get this error when i add an account at the domain status in the mysql table

Quote:get_tag() | [ERROR] '; dmn [admin.tld.de] timestamp entry BEGIN.
' ne '; dmn [admin.tld.de] timestamp entry END.
', '; dmn [admin.tld.de] timestamp entry BEGIN.
' or '; dmn [admin.tld.de] timestamp entry END.
' missing in src !

//EDIT:
I have found a solution:
Copy the .db file from your ACP Domain and add a file like admin.acp-domain.tld.db now paste the code in this file and change the 2 lines:
Code:
; dmn [acp-domain.tld] timestamp entry BEGIN.
        2011011001    ; Serial
; dmn [acp-domain.tld] timestamp entry END.

to

Code:
; dmn [admin.acp-domain.tld] timestamp entry BEGIN.
        2011011001    ; Serial
; dmn [admin.acp-domain.tld] timestamp entry END.