Ticket #1086 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Errors during installation

Reported by: tyl3rd Assigned to:
Priority: blocker Milestone: ispCP ω 1.0.0 - RC4
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC3
Severity: Don't know Keywords:
Cc:

Description

Following errors:

Bareword "authdaemonrc" not allowed while "strict subs" in use at ispcp-setup-methods.pl line 1490. As described in [http://www.isp-control.net/forum/todays-nightly-snapshot-ubuntu-error-executing-perl-install-t-2638.html ]

/bin/cp: Aufruf von stat für /etc/ispcp/courier/authmodulelist nicht möglich: Datei oder Verzeichnis nicht gefunden ERROR: External command '/bin/cp -p /etc/ispcp/courier/authmodulelist /etc/ispcp/courier/backup/authmodulelist.ispcp' returned '1' status !

System:

  • Debian Etch
  • ispcp-omega-trunk-20080306

Attachments

Change History

03/06/08 22:51:36 changed by rbtux

$rs = save_file($main::cfg{'AUTHLIB_CONF_DIR'}/authdaemonrc, $rdata);

should be

$rs = save_file("$main::cfg{'AUTHLIB_CONF_DIR'}/authdaemonrc", $rdata);

03/06/08 23:28:10 changed by joximu

  • priority changed from major to blocker.
  • milestone changed from Working to ispCP ω 1.0.0 - RC4.

03/07/08 00:05:02 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

fixed in r1034, thank you!


Add/Change #1086 (Errors during installation)




Action