(SOLUCIONADO)Error update 1.0.2 a 1.0.3 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: Spanish Corner (/forum-29.html) +--- Thread: (SOLUCIONADO)Error update 1.0.2 a 1.0.3 (/thread-8984.html) |
(SOLUCIONADO)Error update 1.0.2 a 1.0.3 - Puntonetsvb - 12-28-2009 10:08 PM Al ejecutar perl ispcp-update se queda en este paso mucho tiempo Rebuilding all customer configuration files Please wait, this may take some time: y despues me dice que hay un error pero no me da ninguna explicacion más y que vaya a los foros Rebuilding all customer configuration files Please wait, this may take some time:Rebuilding all customer configuration files Please wait, this may take some time: [failed] FATAL: An error was occured during update process! Correct it and re-run this program. You can find help at http://isp-control.net/forum RE: Error update 1.0.2 a 1.0.3 - kilburn - 12-28-2009 10:22 PM Distro/Versión? Puedes probar activando el debug y re-ejecutando, a ver si obtienes un error algo más definido.... RE: Error update 1.0.2 a 1.0.3 - Puntonetsvb - 12-28-2009 10:29 PM Debian Etch estoy ahora haciendo el debug Rebuilding all customer configuration files Please wait, this may take some time:DEBUG: push_el() sub_name: rebuild_customers_cfg(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Ending... DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Ending... DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Ending... DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Ending... DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Ending... DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Ending... DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Ending... DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: Ending... DEBUG: push_el() sub_name: sys_command_rs(), msg: Starting... DEBUG: push_el() sub_name: sys_command_rs(), msg: Ending... DEBUG: push_el() sub_name: exit_msg(), msg: Starting... [failed] FATAL: An error was occured during update process! Correct it and re-run this program. You can find help at http://isp-control.net/forum DEBUG: push_el() sub_name: exit_msg(), msg: Ending... Me acaba de llegar este mail Hey There, I'm the automatic email sent by on your ks355241.kimsufi.com (91.121.119.164) server. A critical error just was encountered while executing function restart_httpd() in /var/www/ispcp/engine/ispcp-serv-mngr Error encountered was: ======================================================================== Apache config file is corrupted. Please check before restarting Apache server!!! ======================================================================== RE: Error update 1.0.2 a 1.0.3 - kilburn - 12-28-2009 11:27 PM De este thread en inglés, traduciendo: Instala el libapache2-mod-fcgid de etch-backports, puesto que la versión etch no soporta todas las directivas necesarias empleadas por ispcp 1.0.3. RE: Error update 1.0.2 a 1.0.3 - Puntonetsvb - 12-29-2009 02:09 AM Rebuilding all customer configuration files Please wait, this may take some time: [failed] FATAL: An error was occured during update process! Correct it and re-run this program. You can find help at http://isp-control.net/forum ks355241:/var/www/ispcp/engine/setup# /etc/init.d/apache2 restart Forcing reload of web server (apache2)...Syntax error on line 38 of /etc/apache2/mods-enabled/fcgid_ispcp.conf: Invalid command 'MaxRequestsPerProcess', perhaps misspelled or defined by a module not included in the server configuration failed! RE: Error update 1.0.2 a 1.0.3 - kilburn - 12-29-2009 02:21 AM Repito: Instala el libapache2-mod-fcgid de etch-backports, puesto que la versión etch no soporta todas las directivas necesarias empleadas por ispcp 1.0.3. RE: Error update 1.0.2 a 1.0.3 - Puntonetsvb - 12-29-2009 02:42 AM He instalado el paquete asi: apt-get install libapache2-mod-fcgid vuelvo a hacer la instalacion y se me para en el mismo sitio exactamente igual RE: Error update 1.0.2 a 1.0.3 - kilburn - 12-29-2009 02:58 AM Debes instalar el paquete de etch-backports, no el de etch. Para hacerlo, empieza añadiendo la siguiente línea en tu /etc/apt/sources.list: Code: deb http://www.backports.org/debian etch-backports main contrib non-free Acto seguido, empieza por actualizar las listas de paquetes: Code: apt-get update E instala el paquete libapache2-mod-fcgid del nuevo repositorio: Code: apt-get install -t etch-backports libapache2-mod-fcgid Listos. RE: (SOLUCIONADO)Error update 1.0.2 a 1.0.3 - Puntonetsvb - 12-30-2009 06:53 PM Muchas gracias Kilburn lo hice y funcionó perfecto |