Error at Update to 1.1.13

  • Hello Nuxwin


    I have a trouble at the update to 1.1.13:





    Can u help me?


    Thank

  • I could solve my problem!


    Problem:

    Code
    1. Stopping MySQL database server: mysqld failed!
    2. invoke-rc.d: initscript mysql, action "stop" failed.
    3. dpkg: warning: subprocess old pre-removal script returned error exit status 1
    4. dpkg: trying script from the new package instead ...



    The solution was as follows:


    Kill the mysql-process:


    - Ps -A | grep mysql
    - kill -9 PID (replace PID with the PIDs you got)
    - apt-get update
    - apt-get upgrade
    - install I-MSCP


    I hope I can order further help :)