ispCP - Board - Support
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)

Pages: 1 2 3 4 5


Testing the Update Script - Zothos - 01-15-2008 03:08 AM

Hallo guys, we are close to RC3, so please do some testing Wink
Im currently testing the vhcs -> ispcp stuff, but 4 eys are better then just 2. So someone please also test this part. Also the migration from rc2 to rc3 needs to be tested!

So go for it guys! The files needed for testing are located at:zothos.net


RE: Testing the Update Script - BeNe - 01-15-2008 07:53 PM

Yes, first test is done!
Ticket is open --> http://www.isp-control.net/ispcp/ticket/958

Greez BeNe


RE: Testing the Update Script - BeNe - 01-16-2008 05:23 PM

Second test looks better now Smile
--> http://www.isp-control.net/ispcp/ticket/958#comment:2

Greez BeNe


RE: Testing the Update Script - BeNe - 01-17-2008 05:23 PM

Tested again with r972, the same Error
--> http://www.isp-control.net/ispcp/ticket/958#comment:4

Greez BeNe


RE: Testing the Update Script - RatS - 01-20-2008 09:11 PM

We need more testers for the Update Script. even if you'll help testing the update script against failures, we can finally release ispCP RC3 ... all other is done!!

So please help us, it depends on you!


RE: Testing the Update Script - BeNe - 01-20-2008 09:16 PM

Did you corret the last Errors i posted ?

Greez BeNe


RE: Testing the Update Script - Zothos - 01-20-2008 09:33 PM

lets start:

VHCS 2.4.7 -> ispCP RC3

comment this stuff out:
Somewhere around line 710 in ispcp-update
Code:
$rs = sys_command_rs("perl$main::cfg{'ROOT_DIR'}/engine/ispcp-rqst-mngr");
     if ($rs != 0) {
         print STDOUT "failed!\n";
              exit_werror("Rebuild failed.");
     }
and run the ispcp-rqst-mngr manualy

VHCS 2.4.8 -> ispCP RC3
ispCP RC2 -> ispCP RC3

hints for testing: an empty root db password will lead to errors


RE: Testing the Update Script - fulltilt - 01-21-2008 02:28 AM

Dropping empty ispcp table...failed!

Code:
Continue?
        (1) Yes
        (0) No
        Your selection: 1
        Please enter path to vhcs2.conf [/etc/vhcs2/vhcs2.conf]:
        Stopping vhcs2_daemon: No /var/www/vhcs2/daemon/vhcs2_daemon found running; none killed.
        Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon.
        Stopping ispCP Network Traffic Logger: ispcp_network
       * ispcp_network is already stopped
        .
        Dropping empty ispcp table...failed!



RE: Testing the Update Script - RatS - 01-21-2008 10:23 AM

have you installed ispCP how it's written in the INSTALL-File?

I don't understand the problem occuring when ispcp-rqst-mngr is started via script: it fails. Solution: See Zothos post.


RE: Testing the Update Script - fulltilt - 01-21-2008 06:09 PM

thanks RatS,

yes - i installed it before running update.
But on this System i tried 1 Month before with Upgrade fails, i deleted ispCP Files and Folders by hand ...
Is it possible that the problem depends on this?

RatS Wrote:have you installed ispCP how it's written in the INSTALL-File?

I don't understand the problem occuring when ispcp-rqst-mngr is started via script: it fails. Solution: See Zothos post.