ispCP - Board - Support - VHCS fork

Full Version: RC4 testers needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
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!
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.
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.
@RatS:
why has the tmp-folder changed? all the docus now have to be adopted (also the INSTALL files...)

/J
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
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
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.
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
sorry for this bug; that's when you believe others will post correct patches ... It's changed in r1040!
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
Pages: 1 2 3 4 5 6
Reference URL's