Hi community,
I am currently trying to migrate an existing server, but ran into a problem I cannot seem to fix. I simplified it to the following vanilla setup:
- Clean, current install of a Debian 9.7 base system
- Pulled the current version from git (on commit 87a25c9, as of 2019-02-04)
- Started perl imscp-autoinstall -dc
- Choices: auto install, proftpd, MariaDB 10.1, Bind 9, PHP 7.3, Apache2 FPM, Courier, entered hostname (which is in /etc/hosts).
Installer fails with
Here are the last lines of the imscp-setup.log:
Code
- [Mon Feb 4 19:59:14 2019] [debug] iMSCP::Execute::execute: /usr/bin/dialog --ok-label Ok --exit-label Abort --colors --no-shadow --yes-label Yes --no-label No --help-label Help --title 'i-MSCP Installer' --cancel-label Back --backtitle 'i-MSCP - internet Multi Server Control Panel (Git 1.5.x)' --inputbox '
- Please enter your timezone:
- ' 63 193 'Europe/Berlin'
- [Mon Feb 4 19:59:15 2019] [error] iMSCP::Stepper::_callback: Missing or invalid $host parameter at /usr/local/src/imscp/engine/PerlLib/Servers/sqld/mysql/installer.pm line 798.
- [Mon Feb 4 19:59:15 2019] [debug] iMSCP::Execute::execute: /usr/bin/dialog --ok-label Ok --exit-label Abort --colors --no-shadow --yes-label Yes --no-label No --help-label Help --title 'i-MSCP Installer' --cancel-label Back --backtitle 'i-MSCP - internet Multi Server Control Panel (Git 1.5.x)' --msgbox '\Z1[ERROR]\Zn
- Error while performing step:
- Processing setup dialog
- Error was:
- \Z1iMSCP::Stepper::_callback: Missing or invalid $host parameter at /usr/local/src/imscp/engine/PerlLib/Servers/sqld/mysql/installer.pm line 798.\Zn
- Please have a look at http://i-mscp.net/forum if you need help.
- ' 63 193
- [Mon Feb 4 20:00:38 2019] [error] autoinstaller::Functions::install: An error occurred while performing installation steps
- [Mon Feb 4 20:00:38 2019] [debug] iMSCP::LockFile::release: Releasing exclusive lock on /var/lock/awstats_updateall.pl.lock
- [Mon Feb 4 20:00:38 2019] [debug] iMSCP::LockFile::release: Releasing exclusive lock on /var/lock/imscp-cp-backup.lock
- [Mon Feb 4 20:00:38 2019] [debug] iMSCP::LockFile::release: Releasing exclusive lock on /var/lock/imscp-clients-backup.lock
- [Mon Feb 4 20:00:38 2019] [debug] iMSCP::LockFile::release: Releasing exclusive lock on /var/lock/imscp-disk-quota.lock
I feel that I'm missing something obvious here. Any advice?