Testing the Update Script - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Testing the Update Script (/thread-2155.html) |
RE: Testing the Update Script - RatS - 01-21-2008 06:27 PM If it's Debian I cannot understand the problem. We tried it several times to instal on VHCS Debian systems and the error never occured... Maybe you try it on a clean system. Try ispcp-reset in setup-folder. RE: Testing the Update Script - fulltilt - 01-21-2008 06:35 PM Hi RatS, i try again with a clean system ... did i need complete vhcs installation before upgrading or is it working also with vhcs database and /etc/vhcs2 folder only? RatS Wrote:If it's Debian I cannot understand the problem. We tried it several times to instal on VHCS Debian systems and the error never occured... Maybe you try it on a clean system. Try ispcp-reset in setup-folder. RE: Testing the Update Script - RatS - 01-21-2008 08:49 PM would be working. RE: Testing the Update Script - BeNe - 01-21-2008 08:54 PM I would also testing the Updatescript, but i can´t see any change in the Trunk so the Version and Error is for sure the same --> http://www.isp-control.net/ispcp/ticket/958#comment:4 Code: Can't use string ("#!/bin/sh Greez BeNe RE: Testing the Update Script - RatS - 01-21-2008 09:08 PM Bene, please use this instruction: Zothos Wrote:VHCS 2.4.7 -> ispCP RC3 RE: Testing the Update Script - BeNe - 01-21-2008 10:32 PM So, i´ve done the change in the ispcp-update as Zothos said. Code: Rebuilding customers ... The Domain has the status "change" Still the same Error on running ispcp-dmn-mngr in the /var/log/ispcp/ispcp-dmn-mngr.stderr Code: Can't use string ("#!/bin/sh Here the complete output if needed: Code: vhcs:/var/www/ispcp/engine/setup# ./ispcp-update Greez BeNe RE: Testing the Update Script - BeNe - 01-24-2008 04:11 AM Any news about it ? Greez BeNe RE: Testing the Update Script - RatS - 01-24-2008 05:27 AM I cannot see where this problem comes from. Because you use the same rqst-mngr like every one else and it works for a newly installes ispCP why not for an upgrade? RE: Testing the Update Script - BeNe - 01-24-2008 05:49 AM Looks like the problem starts at the fastcgi config for the Domains or ? umask 022 and PHPRC is only set in the start-fastcgi: Code: Can't use string ("#!/bin/sh And this part does only the ispcp-dmn-mngr that comes with ispcp? Also in your UpdateScript ? Greez BeNe RE: Testing the Update Script - joximu - 01-24-2008 08:18 AM @BeNE: Maybe you could remove one $ in the line with $$cfg. In the other store_file there is only one...: line 2470: ($rs, $rdata) = store_file( "$starter_dir/$dmn_name/php4-fcgi-starter", $$cfg, $sys_user, $sys_group, 0750 ); Seems to be an error since http://www.isp-control.net/ispcp/changeset/878/trunk/engine/ispcp-dmn-mngr line 2456->2461 /J |