![]() |
(resolved) Problem with bind upgrading 1.0.3 -> 1.0.4 - 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) Problem with bind upgrading 1.0.3 -> 1.0.4 (/thread-9846.html) |
(resolved) Problem with bind upgrading 1.0.3 -> 1.0.4 - aglenday - 03-04-2010 02:46 PM I'm running Debian Lenny x64 I've followed the upgrade guide for debian to the letter and I'm getting an error when I run "perl ispcp-update" Error: Rebuilding all GUI configuration files ispCP GUI BIND configuration: [failed] I've enabled debugging and /tmp has: ispcp-update-database.log ispcp-update-services.log ispcp-update-database.log is empty ispcp-update-services.log contains: Adding system startup for /etc/init.d/ispcp_network ... /etc/rc0.d/K20ispcp_network -> ../init.d/ispcp_network /etc/rc1.d/K20ispcp_network -> ../init.d/ispcp_network /etc/rc6.d/K20ispcp_network -> ../init.d/ispcp_network /etc/rc2.d/S99ispcp_network -> ../init.d/ispcp_network /etc/rc3.d/S99ispcp_network -> ../init.d/ispcp_network /etc/rc4.d/S99ispcp_network -> ../init.d/ispcp_network /etc/rc5.d/S99ispcp_network -> ../init.d/ispcp_network Thank you in advance. RE: Problem with bind upgrading 1.0.3 -> 1.0.4 - Nuxwin - 03-04-2010 03:33 PM Hello ; Really ? You have enabled the debug mode ? So, what is the output of the ispcp-update script ? If you want, We can help you directly on your server. If you are interested, please, send me a PM with the required informations such as IP, ssh access, mysql username/password. Best Regards ; (03-04-2010 03:33 PM)nuxwin Wrote: Hello ; Edit: I've found the problem: Code: ... I'll fix it now. Best Regards; Edit: Fixed! Code: Stopping Services:......... [done] Rapport: The failed state is due to the wrong value for the BASE_SERVER_VHOST parameter in your ispcp configuration file. I've changed: Code: BASE_SERVER_VHOST = 111.118.163.105 Code: BASE_SERVER_VHOST = admin.carbon.mobileitdept.com.au And rerun the script. Best Regards ; RE: (resolved) Problem with bind upgrading 1.0.3 -> 1.0.4 - Kommius - 03-04-2010 07:10 PM I got the same problem after running the update, caused because of this Howto : http://www.isp-control.net/documentation/doku.php?id=howto:miscellaneous:create_panel.domain.tld_pma.domain.tld_webftp.domain.tld_and_webmail.domain.tld To solve the problem, I had to rename in /etc/ispcp/ispcp_old.conf file : Code: BASE_SERVER_VHOST = panel.nc-hebergement.com to : Code: BASE_SERVER_VHOST = nc-hebergement.com for the update to work, and then reapply the HOWTO. RE: (resolved) Problem with bind upgrading 1.0.3 -> 1.0.4 - Nuxwin - 03-04-2010 07:14 PM Hello ; Please, do not confuse two different cause. The problem exposed here is already fixed. Cheers ; RE: (resolved) Problem with bind upgrading 1.0.3 -> 1.0.4 - pacusi - 04-02-2010 02:12 AM Thanks Kommius, your suggestion fixed my problem. I can confirm it was because of that Howto why the upgrade failed. (03-04-2010 07:10 PM)Kommius Wrote: I got the same problem after running the update, caused because of this Howto : http://www.isp-control.net/documentation/doku.php?id=howto:miscellaneous:create_panel.domain.tld_pma.domain.tld_webftp.domain.tld_and_webmail.domain.tld |