issues with imscp 1.3.0

  • hey guys,


    I just updated to imscp 1.3.0


    /etc/postfix/imscp is now empty, mail is not working -> incoming and outgoing mails fail with Temporary lookup failure



    Also i've lost root access to mysql.

  • for sql root access try



    Code
    1. mysql -h 127.0.0.1 -u root -p


    should work, got the same problem after update to cause 1.3.0 root@localhost was deleted.


    you can fix this with:


    Code
    1. # mysql -h 127.0.0.1 -u root -p
    2. # CREATE USER 'root'@'localhost' IDENTIFIED BY '<password>';
    3. # GRANT ALL PRIVILEGES on *.* to 'root'@'localhost' WITH GRANT OPTION;
    4. # flush privileges;
    5. # quit

    Edited 2 times, last by batZen ().

  • @oddyutza


    If the /etc/imscp/postfix directory is empty after upgrade, something wen't wrong during upgrade process We cannot help without further information.

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

  • @oddyutza


    In order:


    Code
    1. # rm /var/log/imscp/*
    2. # perl imscp-autoinstall -d


    Then, once done, send me the /var/log/imscp/imscp-setup.log file

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

  • rm -r /var/log/imscp/* - done
    perl imscp-autoinstall -d - done


    Issues are now gone, i would bet my money on the re installation process :).. it's like windows .. need to install it couple of time to work once :D


    thanks for support