ispCP - Board - Support
RC4 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: RC4 testers needed (/thread-2666.html)

Pages: 1 2 3 4 5 6


RC4 testers needed - RatS - 03-08-2008 09:11 AM

Today's nightly build and the active trunk r1039 should become the next Release: RC4.

Please test installation on a fresh system and update from RC3 and report errors if any. If there are none, please post it, too. So we can release ispCP 1.0.0 RC4 earlier...

Any questions? Don't hesitate to ask. Caution: Do not forget to backup before install / update!


RE: RC4 testers needed - itanium - 03-08-2008 02:43 PM

Hello,

I install a fresh version of active trunk r1039 in debian etch. All it's ok but i dont add a domain. The status never change and i have an error:

Quote:del_file() | Ending...
del_file() | Starting...
del_file() | Ending...
del_file() | Starting...
sys_command() | ERROR: External command '/var/www/ispcp/engine/ispcp-dmn-mngr 1 1>/var/log/ispcp/ispcp-dmn-mngr.stdout 2>/var/log/ispcp/ispcp-dmn-mngr.stderr' returned '255' status !
sys_command() | Starting...
doSQL() | Ending...
doSQL() | Starting...
mngr_engine() | Starting...
mngr_start_up() | Ending...
doSQL() | Ending...
doSQL() | Starting...
get_conf() | Ending...
setup_main_vars() | Ending...
decrypt_db_password() | Ending...
decrypt_db_password() | Starting...
setup_main_vars() | Starting...
get_file() | Ending...
get_file() | Starting...
get_conf() | Starting...
del_file() | Ending...
del_file() | Starting...
lock_system() | Ending...
sys_command('`which touch` /var/run/ispcp.lock') | Ending...
sys_command() | Starting...
lock_system() | Starting...
mngr_start_up() | Starting...
get_conf() | Ending...
setup_main_vars() | Ending...
decrypt_db_password() | Ending...
decrypt_db_password() | Starting...
setup_main_vars() | Starting...
get_file() | Ending...
get_file() | Starting...
get_conf() | Starting...

and


Quote:Global symbol "$httpd_gid" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 2376.
Execution of /var/www/ispcp/engine/ispcp-dmn-mngr aborted due to compilation errors.



RE: RC4 testers needed - itanium - 03-08-2008 02:58 PM

I comment out the line 2376:

Quote:# $rs = make_dir("$www_dir/$dmn_name/backups", $sys_user, $httpd_gid, 0770);

All domain are created.

Ps: sorry for my bad english Big Grin.


RE: RC4 testers needed - joximu - 03-08-2008 07:00 PM

@RatS:
why has the tmp-folder changed? all the docus now have to be adopted (also the INSTALL files...)

/J


RE: RC4 testers needed - joximu - 03-08-2008 07:46 PM

itanium Wrote:I comment out the line 2376:

Quote:# $rs = make_dir("$www_dir/$dmn_name/backups", $sys_user, $httpd_gid, 0770);

All domain are created.

Ps: sorry for my bad english Big Grin.

rather add this line above

my $httpd_gid = $main::cfg{'APACHE_GROUP'};

/J


RE: RC4 testers needed - joximu - 03-08-2008 07:56 PM

NOOOOOOOOOOO

nobody wants a RC4 which does not create domains. So we have to find the bugs first.

You can help finding them - read post no 1 here above.

/J


RE: RC4 testers needed - RatS - 03-08-2008 08:37 PM

joximu Wrote:why has the tmp-folder changed? all the docus now have to be adopted (also the INSTALL files...)

The problem will be: some day there is an package named: ispcp-1.0.0 and the install folder too. If you extract ispcp-1.0.0.tar.gz to /tmp you'll get an problem. This was the reason.
INSTALL files are changed (sed is my friend). Docu has to be changed. There is no way around.


RE: RC4 testers needed - joximu - 03-08-2008 08:55 PM

well I don't see the problem with ispcp-1.0.0.zip/tar.gz/tar.bz2 and a folder ispcp-1.0.0 but ok - then we don't have to change it in ispcp 1.1 :-)

Say hello to your friend sed :-)

Do you need a ticket for the above issue about httpd_gid?

/J


RE: RC4 testers needed - RatS - 03-08-2008 09:04 PM

sorry for this bug; that's when you believe others will post correct patches ... It's changed in r1040!


RE: RC4 testers needed - gOOvER - 03-09-2008 12:18 AM

joximu Wrote:@RatS:
why has the tmp-folder changed? all the docus now have to be adopted (also the INSTALL files...)

/J

When RC4 is relesead, i will change it. I think, this Structure is bestter. Smile