Unexpected error upgrading from 1.3.5 to .1.4.7

  • Hello,
    as i wrote in subject I'm trying to upgrade my imscp 1.3.5 installed on Debian jessie.
    First of all I've done these:

    Shell-Script
    1. apt-get update, upgrade, dist-upgradecd /usr/local/srcwget https://github.com/i-MSCP/imscp/archive/1.4.7.tar.gztar xvf 1.4.7.tar.gzcd imscp-1.4.7perl contrib/scripts/fix_duplicate_mounts.plpkill -KILL -f vloggerservice cron stopservice imscp_daemon stoppkill -TERM -f imscp




    i've updated listeners with new ones


    and then:

    Shell-Script
    1. perl imscp-autoinstall -d


    all run smoothly, but at some point it stopped with this:


    Code
    1. Error while performing step:Processing Modules::Domain tasks for: mydomain.tld (ID 5)Error was:\Z1An unexpected error occurred...\ZnPlease have a look at http://i-mscp.net/forum if you need help.



    and after pressing ok:


    Code
    1. [ERROR] main::setupDbTasks: Unknown error at /usr/local/src/imscp-1.4.7/engine/PerlLib/iMSCP/DbTasksProcessor.pm line 481.
    2. ...propagated at /usr/local/src/imscp-1.4.7/engine/PerlLib/iMSCP/DbTasksProcessor.pm line 487.
    3. [ERROR] autoinstaller::Functions::install: An error occurred while performing installation steps



    Do you have any suggestion?


    thank you very much

    Edited once, last by itcm ().

  • Please first edit your thread and use bbcode.

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

  • @itcm


    Same answer: phpswitcher 3.0.6 on i-mscp 1.4.7 on debian 8.7.1 blocked on status [onchange]


    Note that if you want rerun the installer, you must also patch the engine/PerlLib/iMSCP/EventManager.pm file inside the archive.

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

  • Thank you Nuxwin. I've patched it and it run more than before.
    Now it stopped telling me that:

    Code
    1. [ERROR] iMSCP::Stepper::_callback: Couldn't enable the `imscp_daemon' service: iMSCP::Provider::Service::Sysvinit::_exec: Synchronizing state for imscp_daemon.service with sysvinit using update-rc.d...
    2. Executing /usr/sbin/update-rc.d imscp_daemon defaults
    3. Executing /usr/sbin/update-rc.d imscp_daemon enable
    4. Failed to execute operation: Connection timed out at /usr/local/src/imscp-1.4.7/engine/PerlLib/iMSCP/Service.pm line 83.
    5. [ERROR] autoinstaller::Functions::install: An error occurred while performing installation steps


    Do you have any other suggestion?
    I didn't find anything else in logs.


    Thank you

  • @itcm


    First please: One thread = One problem ;)


    Regarding the error, tThat is a systemd issue which is not i-MSCP related and which I've never encountered. Your systemd version is 215?
    You could try to upgrade your systemd version to 230 using backport repository: https://packages.debian.org/fr/jessie-backports/systemd


    See also:

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