Upgrading Error from 1.0.2 > 1.0.6 - 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: Upgrading Error from 1.0.2 > 1.0.6 (/thread-11655.html) |
Upgrading Error from 1.0.2 > 1.0.6 - Mr.Sisko - 09-14-2010 04:29 AM Hey Guys, i'm trying to update my system to Stable 1.0.6 on an Debian 4/64 After first run fails i'm enabled Debug-Mode, this says to me: Quote:Rebuilding all customers configuration files Mail-System and FTP works, Apache doesn't work. Need help please. Greetz Mr.Sisko Edit 09:38pm: I've found Errors in logs unter /tmp: ispcp-update-customers Quote:DEBUG: push_el() sub_name: sys_command(), msg: ERROR: External command '/var/www/ispcp/engine/ispcp-serv-mngr 11 1 3 95 0 1>/var/log/ispcp/ispcp-serv-mngr.stdout 2>/var/log/ispcp/ispcp-serv-mngr.stderr' returned '1' status ! RE: Upgrading Error from 1.0.2 > 1.0.6 - sci2tech - 09-14-2010 05:25 AM Please take a look in /tmp and /var/log/ispcp and post relevant logs RE: Upgrading Error from 1.0.2 > 1.0.6 - Mr.Sisko - 09-14-2010 05:56 AM (09-14-2010 05:25 AM)sci2tech Wrote: Please take a look in /tmp and /var/log/ispcp and post relevant logs okay, find again some Errors, i'm post logs as attachments Thanks for help. RE: Upgrading Error from 1.0.2 > 1.0.6 - sci2tech - 09-14-2010 06:18 AM No error in rebuilding. Just on server restart. Try apache2ctl configtest. If syntax is ok http://isp-control.net/ispcp/ticket/2425 . please take a look at http://isp-control.net/ispcp/changeset/3260 RE: Upgrading Error from 1.0.2 > 1.0.6 - Mr.Sisko - 09-14-2010 06:32 AM Okay, apache2ctl configtest give these result: h1436781:/var/www/ispcp/engine/setup# apache2ctl configtest Syntax error on line 45 of /etc/apache2/mods-enabled/fcgid_ispcp.conf: Invalid command 'MaxRequestsPerProcess', perhaps misspelled or defined by a module not included in the server configuration RE: Upgrading Error from 1.0.2 > 1.0.6 - sci2tech - 09-14-2010 06:36 AM Debian 4? mean Etch? God is old. Use fastcgi instead fcgid. a2dismod fastcgi_ispcp a2enmod fcgid_ispcp or upgrade to lenny RE: Upgrading Error from 1.0.2 > 1.0.6 - Mr.Sisko - 09-14-2010 06:47 AM Yes Sir,... Etch I'm trying to Update this old System cause i would like to migrate on a new Server, just like this Howto. My new System has already 1.0.6 on lenny installed, now i'm would like to move the Domains to this machine. Question: How can i switch from fcgid to fastcgi? You mean a2enmod fastcgi_iscp and a2dismod fcgid_iscp It's works :-) RE: Upgrading Error from 1.0.2 > 1.0.6 - sci2tech - 09-14-2010 06:53 AM Quote:a2dismod fcgid_ispcpAlso edit /etc/ispcp/ispcp.conf and ispcp.old.conf change PHP_FASTCGI = fcgid in PHP_FASTCGI = fastcgi then do the upgrade for ispcp RE: Upgrading Error from 1.0.2 > 1.0.6 - Mr.Sisko - 09-14-2010 07:21 AM Little bit tricky, first try runs in failure,.... but after manuel enmod and dismod and restart apache2 i got my Admin-Panell. Second try i do this: Step1: be sure to edit /etc/ispcp/ispcp.conf and ispcp.old.conf "before" Step 2 Step2: than do dismod and enmod Step3: restart apache2 Step4: than run upgrade >>>> works fine :-) Now i can migrate the domains Thanks a lot sci2tech,.... you will receive a PM |