ispCP - Board - Support
Ispcp v1.0.3 testers needed - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Announcements (/forum-6.html)
+--- Thread: Ispcp v1.0.3 testers needed (/thread-7707.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


RE: Ispcp v1.0.3 testers needed - MasterTH - 10-10-2009 04:00 AM

after installing the latest trunk-version i'm not able to execute the database update

Code:
Database update 4 failed


What can i do?


RE: Ispcp v1.0.3 testers needed - sci2tech - 10-10-2009 05:05 AM

Installing trunk should provide latest database version and should not require any need to perform a database update. Is a fresh install or an update from an older version?
(10-10-2009 04:00 AM)MasterTH Wrote:  after installing the latest trunk-version i'm not able to execute the database update

Code:
Database update 4 failed


What can i do?



RE: Ispcp v1.0.3 testers needed - MasterTH - 10-10-2009 05:45 AM

update from an older version (trunkversion i think it was from middle september)

what happens when i click the button. i'll going to make the changes by myself.
Thanks for help


RE: Ispcp v1.0.3 testers needed - kazuo - 10-13-2009 12:00 AM

(10-09-2009 12:28 PM)kazuo Wrote:  
(10-08-2009 11:34 PM)RatS Wrote:  Change done in r2093

At the time of update.
/etc/postfix/master.cf was not changed.
Who changes the /etc/postfix/master.cf file?

I carried it out after having updated it to 1.0.2 from 1.0.0.
/etc/ispcp//postfix/backup already has main.cf.ispcp.
OS:ubuntu 8.04

At the time of update from 1.0.2
/etc/postfix/master.cf was not changed.
Are the following lines changed automatically?

# ispCP autoresponder
ispcp-arpl unix - n n - - pipe
flags=O user=vmail argv=/var/www/ispcp/engine/messager/ispcp-arpl-msgr

In the case of 1.0.3

ispcp-arpl unix - n n - - pipe
flags=O user=vmail argv=/var/www/ispcp/engine/messenger/ispcp-arpl-msgr


RE: Ispcp v1.0.3 testers needed - aseques - 10-13-2009 06:58 PM

Updated catalan translation too.

Apart of that, wanted to ell that 1.0.3 seems quite mature, I'm having some problems, when changing the default port to 8443 and enabling ssl. Luckily in this guide: http://www.isp-control.net/documentation/doku.php?id=howto:defaultport
There's an explanation of the changes that have to be done on index.html + login.php so it keeps working.

Cheers


RE: Ispcp v1.0.3 testers needed - Alex Joe - 10-16-2009 04:33 AM

Updated polish translation too.

Best regards

Alex Joe


RE: Ispcp v1.0.3 testers needed - kazuo - 10-16-2009 11:42 AM

By 1.0.3 use, the following emails have been sent.

Subject:Cron <root@XXX> /var/www/ispcp/engine/quota/ispcp-dsk-quota &>/var/log/ispc

Use of uninitialized value in addition (+) at /var/www/ispcp/engine/quota/ispcp-dsk-quota line 214.
Use of uninitialized value in addition (+) at /var/www/ispcp/engine/quota/ispcp-dsk-quota line 214.
Use of uninitialized value in addition (+) at /var/www/ispcp/engine/quota/ispcp-dsk-quota line 214.

It occurs in "virtual table" of the database.

I want to do the following revisions.
Will it be good?

File name:ispcp-dsk-quota
Revision contents:
my $data_length = @$_[6];
my $index_length = @$_[8];

---ADD START---
unless (defined($data_length)){$data_length = 0;}
unless (defined($index_length)){$index_length = 0;}
---ADD END ---

$size += $data_length + $index_length;


RE: Ispcp v1.0.3 testers needed - dzimi83 - 10-17-2009 07:46 PM

I tried the branch version of 1.0.3 from here http://www.isp-control.net/ispcp_svn/branches/omega-1.0.3 I tried the raw instalation, set up was ok, but when I tried to add the customer/domain I got an error and apache won't work

Code:
Starting web server: apache2Warning: DocumentRoot [/var/www/virtual/example.org.pl/htdocs] does not exist
Syntax error on line 136 of /etc/apache2/sites-enabled/ispcp.conf:
can't get fastcgi file info: /var/www/fcgi/example.org.pl/php5-fcgi-starter(/var/www/fcgi/example.org.pl/php5-fcgi-starter), errno: 2
failed!

seems like that the branch version have a bug and won't create the htdocs dir and php5-fcgi-starter file

Am I use the right branch or I should use the trunk version ?

System is Debian Lenny

@edited:
the same problem exist with trunk revision 2103.


RE: Ispcp v1.0.3 testers needed - Kika - 10-18-2009 09:14 AM

I upgraded to the nightly 20091017 and i see "DNS zone's records" on the "Manage domains" page, but i think that this is not too good solution, because the system can't show the default settings for the domain and subdomains witch are already created. My another problem was i didn't found record type TXT.


RE: Ispcp v1.0.3 testers needed - dzimi83 - 10-19-2009 01:22 AM

(10-17-2009 07:46 PM)dzimi83 Wrote:  I tried the branch version of 1.0.3 from here http://www.isp-control.net/ispcp_svn/branches/omega-1.0.3 I tried the raw instalation, set up was ok, but when I tried to add the customer/domain I got an error and apache won't work

Code:
Starting web server: apache2Warning: DocumentRoot [/var/www/virtual/example.org.pl/htdocs] does not exist
Syntax error on line 136 of /etc/apache2/sites-enabled/ispcp.conf:
can't get fastcgi file info: /var/www/fcgi/example.org.pl/php5-fcgi-starter(/var/www/fcgi/example.org.pl/php5-fcgi-starter), errno: 2
failed!

seems like that the branch version have a bug and won't create the htdocs dir and php5-fcgi-starter file

Am I use the right branch or I should use the trunk version ?

System is Debian Lenny

@edited:
the same problem exist with trunk revision 2103.

wired...
the snapshot from http://www.isp-control.net/download.html working... Smile