Installation Error (wheezy, git master) Error 100

  • Based on the fact, that the Git Master has fewer bugs then stable 1.0.3, i am trying to install the Master Brunch.


    But i get a Error. (iMSCP::Debug::END: Exit code is 100!)


    OS: Debian Wheezy
    CPU: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
    RAM: 64GB RAM
    HDD: RAID 1 TB


    Choise:
    (*) Instal
    (*) apache php fpm
    (*) dovecot
    (*) mariadb 5.5


    0 upgraded, 66 newly installed, 1 downgraded, 2 to remove and 0 not upgraded.
    Need to get 14.6 MB/14.6 MB of archives.
    After this operation, 46.9 MB of additional disk space will be used.
    E: There are problems and -y was used without --force-yes
    iMSCP::Debug::END: Exit code is 100!


    Some Solution?



    Edited once, last by BudSpencer ().

  • of course, have you a clue?


    source.list


    cat /etc/debian_version
    7.0


  • Hello ;


    What the result of the following commands please:


    Code
    1. # ls /var/lib/mysql/debian-*


    and

    Code
    1. # apt-cache policy mysql-server-5.*


    In any case try the following:


    Code
    1. # rm /var/lib/mysql/debian-*
    2. # perl imscp-autoinstall --debug


    Thank you for using i-MSCP

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

    Edited once, last by Nuxwin ().

  • Ok...
    I think the problem is in this line

    Quote

    E: There are problems and -y was used without --force-yes


    Please wait for the answer of Laurent. There is one downgrade and this is to accept of the admin or you use force-yes.


    You can downgrade the package manually before you start the installer. And you need to uninstall pure-ftp.

    Edited once, last by TheCry ().

  • Nuxwin


    ls /var/lib/mysql/debian-*

    Code
    1. /var/lib/mysql/debian-5.1.flag /var/lib/mysql/debian-5.5.flag


    apt-cache policy mysql-server-5.*

    Code
    1. mysql-server-5.0: Installed: (none) Candidate: (none) Version table:mysql-server-5.1: Installed: (none) Candidate: (none) Version table: 5.1.66-0+squeeze1 0 100 /var/lib/dpkg/statusmysql-server-5.5: Installed: (none) Candidate: 5.5.31+dfsg-0+wheezy1 Version table: 5.5.31+dfsg-0+wheezy1 0 500 http://security.debian.org/ wheezy/updates/main amd64 Packages 100 /var/lib/dpkg/status 5.5.30+dfsg-1.1 0 500 http://ftp.hosteurope.de/mirror/ftp.debian.org/debian/ wheezy/main amd64 Packagess



    Code
    1. # rm /var/lib/mysql/debian-*
    2. # perl imscp-autoinstall --debug


    Gives me the same Error 100.


    0 upgraded, 66 newly installed, 1 downgraded, 2 to remove and 0 not upgraded.
    Need to get 14.6 MB/14.6 MB of archives.
    After this operation, 46.9 MB of additional disk space will be used.
    E: There are problems and -y was used without --force-yes
    iMSCP::Debug::END: Exit code is 100!


  • Hello ;


    You are right. The problem about mysql downgrade cannot be managed by the i-MSCP installer. It's too dangerous to include the --force-yes option. Anyway, The problem is already reported to mariadb ( https://mariadb.atlassian.net/browse/MDEV-3882 ). This can be solved easily by purging all mysql related packages before running the i-MSCP installer. Sometime, removing the debian flag files from /var/lib/mysql is sufficient but not always.


    Well, I'll surely create a documentation for such case since many user don't know much about dpkg, apt && cie...


    BTW: Normally it's fixed in my branch but...

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

    Edited once, last by Nuxwin ().


  • Re ;


    So


    Code
    1. # aptitude purge mysql-client mysql-server mysql-common mysql-client-5.5 mysql-client-core-5.5 mysql-server-core-5.5 libmysqlclient18
    2. # perl imscp-autoinstall --debug


    If you want, I can fix for you via teamviewer. Just PM me if you want online support.


    Thank you for using i-MSCP

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

    Edited once, last by Nuxwin ().

  • Nuxwin thank you very much for the offer, i fixed myself.



    Just an info:
    dont know if this is an wheezy upgrade or imscp installation failure.
    but the httpd.conf file issent created automatical.


    Code
    1. Starting web server: apache2apache2: Syntax error on line 207 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory

    Edited once, last by BudSpencer ().


  • re ;


    i-MSCP doesn't handle that file.


    Thank you for using i-MSCP.

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