ispCP - Board - Support
[SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - 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: [SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration (/thread-8827.html)

Pages: 1 2


[SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - c0urier - 12-20-2009 07:58 PM

Hi guys,

I'm sitting with a little problem when I was upgrading from ispCP 1.0.0 -> 1.0.3.

I got an error when running the ispcp-update script, when it comes to the point Rebuilding all GUI configuration files
ispCP GUI BIND configuration: [FAILED]

Does any one know what could be causing this?


System info:
Debian 5.0 (Lenny) x64 bit, Fully updated.

This is NOT the server listed in my Sig, since that one updated without any problem, strangely since the system's are almost identical.


RE: 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - gOOvER - 12-20-2009 08:34 PM

Enable Debug and post output.


RE: 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - c0urier - 12-20-2009 08:37 PM

There was a mix up with a db - renamed and it worked.

gOOvER you made my day - THUMBS up!


RE: [SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - pataya - 12-21-2009 10:37 AM

hi,

i've the same problem!!

@gOOvER how do I enable the debug mode?

@gbj what do you mean with "mix up"? what you've changed?


RE: [SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - FISA4 - 12-21-2009 11:26 AM

(12-21-2009 10:37 AM)pataya Wrote:  @gOOvER how do I enable the debug mode?

I´m not gOOvER but in ispcp.conf you can enable it.
Code:
nano /etc/ispcp/ispcp.conf

at the bottom. -> DEBUG = 1

Greets

FISA4


RE: [SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - pataya - 12-21-2009 12:45 PM

thanks for help. i've already reinstall ispcp i think it's the fastest way Wink


RE: [SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - Commifreak - 12-22-2009 10:09 AM

Hey,

same error here. Exists a new way to fix this? Can i re-install ispcp without lost any sites/ftp accs etc.?

Thanks for help.

EDIT: Same error while updating 1.0.2 -> 1.0.3 (sorry, i doesnt read the headline of topic...)


RE: [SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - datacompboy - 12-24-2009 02:33 AM

I have same problem.

There was two issues:
1. it search for http://www.domain.tld.db in working backup instead of domain.tld.db (where domain.tld is domain name for panel address).
To fix that issue, I have temporary copied domain.tld.db to http://www.domain.tld.db, after update i have renamed back http://www.domain.tld to domain.tld, and fixed links in named.conf
2. bind config header was generated twice, so there was two block of include's.
To fix that issue, just remove one header block from named.conf


RE: [SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - Nuxwin - 12-24-2009 03:51 AM

Hello ;

I don't understand ... The update script search a file named "http://www.domain.tld.db" instead of "domain.tld.db" ?

For the second point, I know.


RE: [SOLVED] 1.0.0 -> 1.0.3 failed with ispCP GUI BIND configuration - datacompboy - 12-24-2009 04:34 AM

> I don't understand ... The update script search a file named "http://www.domain.tld.db" instead of "domain.tld.db" ?

Mmmm... i think, it search for
/etc/ispcp/bind/working/{BASE_SERVER_VHOST}.db
while i was have only
/etc/ispcp/bind/working/{SERVER_HOSTNAME}.db