Ticket #998 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Errors on install

Reported by: anarcat Assigned to: anonymous
Priority: immediate Milestone: alternc-0.9.6
Component: Package Debian Version: alternc-0.9.5
Severity: block Keywords:
Cc:

Description (Last modified by anarcat)

Fresh install on a sarge:

Creating admin user...

/bin/chown: cannot access `\\/var\\/alternc\\/html\\/a\\/admin': No such file or directory
/bin/chmod: cannot access `\\/var\\/alternc\\/html\\/a\\/admin': No such file or directory
/usr/lib/alternc/quota_get.sh: line 1: awk: No such file or directory
/usr/lib/alternc/quota_get.sh: line 1: mount: No such file or directory
/usr/lib/alternc/quota_get.sh: line 1: sed: No such file or directory
/usr/lib/alternc/quota_get.sh: line 1: wc: No such file or directory
/usr/lib/alternc/quota_get.sh: line 17: [: : integer expression expected
/usr/lib/alternc/quota_get.sh: line 25: quota: No such file or directory
/usr/lib/alternc/quota_get.sh: line 25: awk: No such file or directory
/usr/lib/alternc/quota_get.sh: line 26: quota: No such file or directory
/usr/lib/alternc/quota_get.sh: line 26: awk: No such file or directory
*******************************************
*                                         *
*               Admin account             *
*               ------------              *
*                                         *
* user: admin             password: admin *
*                                         *
* Please change this as soon as possible! *
*                                         *
*******************************************

Change History

11/28/06 01:36:54 changed by anarcat

  • description changed.

11/28/06 01:40:04 changed by anarcat

l'usager est quand même créé.

11/28/06 01:49:14 changed by anarcat

(In [1744]) use absolute path otherwise this fails on install, see #998

11/28/06 01:56:53 changed by anarcat

(In [1745]) use same regexp for allowed usernames as in the php code (m_admin::add_mem())

do not quote_meta in shell command, since all variables are now considered safe

see #998 see #427

11/28/06 03:22:01 changed by anarcat

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

Réglé dans le [1748].