Installation failed - Migration from Stable to 1.2.x in Jessie (upgraded from Wheezy)

  • Hallo,


    I've tried to migrate imscp to a newer version under Jessie, because I've upgraded my Server from wheezy to jessie.
    But after reading ans searching in the forum I could not get any solution to avoid the failure as shown in the picture in the attachement.
    I've not found informations about a roundcube module or what else could be wrong.
    Any help is appreciated - thanks in advance.


    hempelr

  • @hempelr


    Please, if you want update to last github, be sure that your local git repository is up-to-date because here, it is not the case ! The package Package::Roundcube is not part of last github, nor part of the 1.2.2 version.

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

  • Thanks for the hint. I've checked out the 1.2.x branch completely new, and tried to install, but the failure is the same.
    Slowly it becomes critical, because some mailaccounts are not reachable reasonable that problem.


    Any other Idea - or how could be the local git repository in the right manner got up-to-date?
    Or where could be some links or references in the system to that Package::Roundcube?


    Thanks for any help


    hempelr

  • Re;


    In the archive, what is the result of the following command:


    Shell-Script
    1. # ls -la engine/PerlLib/Package

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

  • I found a file called Roundcube.pm in the dir /usr/local/src/1.2.x/imscp/engine/PerlLib/Package/Webmail/Roundcube



    Your postet command in the git-directory /usr/local/src/1.2.x/imscp/ gives folowing:


    root@webse001:/usr/local/src/1.2.x/imscp# ls -la engine/PerlLib/Package
    insgesamt 92
    drwxr-sr-x 8 root staff 4096 Mai 19 06:53 .
    drwxr-sr-x 7 root staff 4096 Mai 19 06:53 ..
    drwxr-sr-x 4 root staff 4096 Mai 19 06:53 AntiRootkits
    -rw-r--r-- 1 root staff 10149 Mai 19 06:53 AntiRootkits.pm
    drwxr-sr-x 4 root staff 4096 Mai 19 06:53 FileManager
    -rw-r--r-- 1 root staff 6308 Mai 19 06:53 FileManager.pm
    drwxr-sr-x 2 root staff 4096 Mai 19 06:53 FrontEnd
    -rw-r--r-- 1 root staff 11051 Mai 19 06:53 FrontEnd.pm
    drwxr-sr-x 3 root staff 4096 Mai 19 06:53 PhpMyAdmin
    -rw-r--r-- 1 root staff 3819 Mai 19 06:53 PhpMyAdmin.pm
    drwxr-sr-x 4 root staff 4096 Mai 19 06:53 Webmail
    -rw-r--r-- 1 root staff 7168 Mai 19 06:53 Webmail.pm
    drwxr-sr-x 3 root staff 4096 Mai 19 06:53 Webstats
    -rwxr-xr-x 1 root staff 12792 Mai 19 06:53 Webstats.pm


    Can this help?

  • Re ;


    Can you add my ssh key to your server and send me the IP ?

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

  • @hempelr


    I'll process once I'm back to home.

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

  • Re;


    Working in progress.


    Relevant logs are:



    Investigations in progress...


    BTW: I see other problems related to PHP (see the logs). I'll fix them.

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

  • Re,


    test script

    Perl
    1. #!/usr/bin/perluse strict;use warnings;use lib '/usr/local/src/imscp-1.2.x/engine/PerlLib';use iMSCP::Bootstrapper;use iMSCP::Packages;iMSCP::Bootstrapper->getInstance()->boot();my @packages = iMSCP::Packages->getInstance()->get();use Data::Dumper;print Dumper(\@packages);


    Result of this little script is:


    Code
    1. root@webse001:/usr/local/src/nuxwin# perl test.pl$VAR1 = ['Webmail','Roundcube','FileManager','Webstats','Policyd','PhpMyAdmin','FrontEnd','AntiRootkits'];


    The same on my dev environment:


    Code
    1. root@jessie:/usr/local/src/nuxwin# perl test.pl
    2. $VAR1 = [
    3. 'Webmail',
    4. 'FrontEnd',
    5. 'PhpMyAdmin',
    6. 'FileManager',
    7. 'Webstats',
    8. 'AntiRootkits'
    9. ];


    As you can see here, there is not Roundcube entry...


    I'll investigate more on your server and fix.

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