Ticket #1230 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

r1135 bug on clean installation (debian)

Reported by: ispcomm Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC4
Severity: Hard Keywords:
Cc:

Description

r1135 fails installation on a clean system with the following error:

Starting Installation...

ERROR: Undefined template replacement data in repl_var: {FTPD_MIN_GID}!

FTPD_MIN_GID and FTPD_MIN_UID are not present in ispcp.conf, while ispcp-setup-methods.pl / sub setup_ftpd requires them in this hash:

                my %tag_hash = (
                                                '{HOST_NAME}' => $main::cfg{'SERVER_HOSTNAME'},
                                                '{DATABASE_NAME}' => $main::db_name,
                                                '{DATABASE_HOST}' => $main::db_host,
                                                '{DATABASE_USER}' => $main::ua{'db_ftp_user'},
                                                '{DATABASE_PASS}' => $main::ua{'db_ftp_password'},
                                                '{FTPD_MIN_UID}' => $main::cfg{'FTPD_MIN_UID'},
                                                '{FTPD_MIN_GID}' => $main::cfg{'FTPD_MIN_GID'}
                                           );

Attachments

Change History

05/04/08 21:31:45 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

fixed in r1137


Add/Change #1230 (r1135 bug on clean installation (debian))




Action