Update version to 1.3.0 to 1.3.6

  • I'm making a change ip and simultaneously upgrade the server to 1.3.0 to 1.3.6 , when the Domain Configuration,


    and I get this error type


    [ERROR] main::setupDbTasks: iMSCP::Stepper::_callback: The `new_ip' IP address is not valid at /usr/local/src/imscp-1.3.16/engine/PerlLib/iMSCP/Provider/NetworkInterface.pm line 55
    autoinstaller::Functions::install: An error occurred while performing installation steps



    NAME="Debian GNU/Linux"
    VERSION_ID="7.11"
    VERSION="7 (wheezy)"



    Code: /var/log/imscp/Modules\:NetworkInterfaces_network\:interfaces.log
    1. [Wed Jan 18 15:14:17 2017] [debug] iMSCP::Execute::execute: /usr/bin/dialog --yes-label Yes --help-label Help --no-shadow --insecure --backtitle 'i-MSCP - internet Multi Server Control Panel (1.3.16)' --cancel-label Back --exit-label Abort --title 'i-MSCP Installer Dialog' --colors --ok-label Ok --no-label No --msgbox '\Z1[ERROR]\ZnError while performing step:Processing Modules::NetworkInterfaces (any) tasks for: network interfaces (ID all)Error was:\Z1iMSCP::Stepper::_callback: The `new_ip'\'' IP address is not valid at /usr/local/src/imscp-1.3.16/engine/PerlLib/iMSCP/Provider/NetworkInterface.pm line 55\ZnPlease have a look at http://i-mscp.net/forum if you need help.' 39 132[Wed Jan 18 15:14:51 2017] [error] main::setupDbTasks: iMSCP::Stepper::_callback: The `new_ip' IP address is not valid at /usr/local/src/imscp-1.3.16/engine/PerlLib/iMSCP/Provider/NetworkInterface.pm line 55[Wed Jan 18 15:14:51 2017] [debug] iMSCP::Execute::execute: /usr/bin/dialog --yes-label Yes --help-label Help --no-shadow --insecure --backtitle 'i-MSCP - internet Multi Server Control Panel (1.3.16)' --cancel-label Back --exit-label Abort --title 'i-MSCP Installer Dialog' --colors --ok-label Ok --no-label No --msgbox '\Z1[ERROR]\ZnError while performing step:Processing DB tasksError was:\Z1main::setupDbTasks: iMSCP::Stepper::_callback: The `new_ip'\'' IP address is not valid at /usr/local/src/imscp-1.3.16/engine/PerlLib/iMSCP/Provider/NetworkInterface.pm line 55\ZnPlease have a look at http://i-mscp.net/forum if you need help.' 39 132[Wed Jan 18 15:14:51 2017] [debug] iMSCP::Execute::execute: /usr/bin/dialog --yes-label Yes --help-label Help --no-shadow --insecure --backtitle 'i-MSCP - internet Multi Server Control Panel (1.3.16)' --cancel-label Back --exit-label Abort --title 'i-MSCP Installer Dialog' --colors --ok-label Ok --no-label No --msgbox '\Z1[ERROR]\ZnError while performing step:Processing setup tasksError was:\Z1main::setupDbTasks: iMSCP::Stepper::_callback: The `new_ip'\'' IP address is not valid at /usr/local/src/imscp-1.3.16/engine/PerlLib/iMSCP/Provider/NetworkInterface.pm line 55\ZnPlease have a look at http://i-mscp.net/forum if you need help.' 39 132[Wed Jan 18 15:14:52 2017] [error] autoinstaller::Functions::install: An error occurred while performing installation steps[Wed Jan 18 15:14:52 2017] [debug] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/imscp-disable-accounts.lock[Wed Jan 18 15:14:52 2017] [debug] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/imscp-backup-imscp.lock[Wed Jan 18 15:14:52 2017] [debug] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/imscp-vrl-traff.lock[Wed Jan 18 15:14:52 2017] [debug] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/imscp.lock[Wed Jan 18 15:14:52 2017] [debug] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/imscp-backup-all.lock[Wed Jan 18 15:14:52 2017] [debug] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/awstats_updateall.pl.lock[Wed Jan 18 15:14:52 2017] [debug] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/imscp-srv-traff.lock[Wed Jan 18 15:14:52 2017] [debug] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/imscp-dsk-quota.lock


    Code: /var/log/imscp/Domain_module_solintec.net.log
    1. [Wed Jan 18 14:55:44 2017] [error] main::setupDbTasks: iMSCP::Stepper::_callback: Invalid IP address: new_ip at /usr/local/src/imscp-1.3.0/engine/PerlLib/Servers/httpd/apache_php_fpm.pm line 1427
    2. [Wed Jan 18 14:55:46 2017] [error] autoinstaller::Functions::install: An error occurred while performing installation steps

    Notelseit.com

    Edited once, last by theprincy ().

  • I'm making a change ip

    How ?



    \Z1iMSCP::Stepper::_callback: The `new_ip'\'' IP address is not valid at /usr/local/src/imscp-1.3.16/engine/PerlLib/iMSCP/Provider/NetworkInterface.pm line 55\Zn

    What is the real value for new_ip? Please, show us the real output !

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @theprincy


    Yes, the best is to give us access to the server. Waiting for your data ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @theprincy


    Problems fixed.


    About the IP address


    You changed the IP manually in the database and you forgot to update the domain_ip_id field in the domain table.


    YOU MUST NEVER CHANGE SOMETHING MANUALLY IN THE DATABASE WITHOUT KNOWING WHAT YOU DO.


    The installer provides a option for reconfiguring the IP. Next time, just use it:

    Code
    1. # perl imscp-autoinstall -dr primary_ip

    Note that I've also removed the old IP.


    Orphaned entries in the database


    There was many orphaned entries in the database leading to update failure. Those entries were related to the solintec.net customer for which the domain entry was missing.


    We solved the problem by removing any entry belonging to that user in the database. We have also removed any file related to that user on the file system.


    MySQL root password


    You didn't provided us the SQL root user password. Thus, we used the imscp_user SQL user in place to process upgrade.
    If you need update the SQL root user, you can either try:


    Code
    1. # dpkg-reconfigure mysql-server-5.5

    or use the imscp_user SQL user to connect to mysql and then, update the SQL root password. You can find the password of the imscp_user SQL user in the /etc/mysql/conf.d/imscp.cnf file.


    Note for other readers of that thread: The dpkg-reconfigure ... command above only work with MySQL server as provided by Debian.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @theprincy


    I've edited my previous answer. Please read carefully.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206