DA 1.63.6 doesn't install properly

dinhphucv

Verified User
Joined
Feb 8, 2022
Messages
16
I tried to install latest version of DA on fresh minimal Almalinux 8.5. However, look like the installer doesn't work properly.
Code:
export webserver=apache
export mysql_inst=mariadb
export mariadb=10.4
export php1_release=8.0
export php1_mode=php-fpm
export php2_release=8.1
export php2_mode=php-fpm
export x_mail_header=no
export squirrelmail=no
export roundcube=no
export dovecot=no
export dovecot_conf=no
export pigeonhole=no
export ftpd=no
export webalizer=no
export curl=yes
export DA_SKIP_SECURE_PHP=yes
./setup.sh LICENSEREMOVED
After executed:
Code:
*****************************************************

/usr/sbin/setenforce: SELinux is disabled
All Checks have passed, continuing with install...
id: ‘diradmin’: no such user
Created symlink /etc/systemd/system/multi-user.target.wants/directadmin.service → /etc/systemd/system/directadmin.service.
Created symlink /etc/systemd/system/multi-user.target.wants/startips.service → /etc/systemd/system/startips.service.
Checking quotas...
Running quotacheck
Done quotacheck
Using data: license_key=LICENSEREMOVED
#=#=-  #       #                                                                                                                                                                                                                                               #=O=#     #        #                                                                                                                                                                                                                                           -#O=- #      #          #                                                                                                                                                                                                                                      -=O#-   #        #           #                                                                                                                                                                                                                                 
Success!!
Welcome to DirectAdmin version 1.63.6!

Here is the information given:
Admin User:         admin
Admin Email:        xxx
Network Device:     ens3
Server IP:          xxx
Server IP Netmask:  /22
Server Hostname:    xxx
Name Servers:
        xxx
        xxx
2022/02/08 18:27:01 fatal executing cli command     error=install directadmin: mkdir /usr/local/directadmin/home/tmp: no such file or directory
 
Thanks for report @dinhphucv, we have found and fixed the issue. Running installer again should work fine.
 
Back
Top