Posts by darksk

    Maybe it is related to the fact the record in the table server_ips begins with 2 (and not with 1?)

    Code
    1. MariaDB [imscp]> select * from server_ips;
    2. +-------+-------------+------------+---------+----------------+-----------+
    3. | ip_id | ip_number | ip_netmask | ip_card | ip_config_mode | ip_status |
    4. +-------+-------------+------------+---------+----------------+-----------+
    5. | 2 | xx.xx.xx.xx | 24 | eth0 | auto | ok |
    6. +-------+-------------+------------+---------+----------------+-----------+
    7. 1 row in set (0.00 sec)


    EDIT : I changed the ip_id to 1 and I still have the same issue. Server is completly locked at the same step during the upgrade.

    Hello,

    I have a very bad error when trying to upgrade from IMSCP 1.5.3 to 1.5.3-2018120800


    My system is lock on the step below.

    During this step, I lost my SSH connection and cannot ping my server anymore. I had to reboot it manually.


    Can you help me to fix this?


    OS : Debian Jessie

    Code
    1. Step 7 of 9 │
    2. │ │
    3. │ Processing DB tasks │
    4. │ │
    5. │ Step 1 of 1 │
    6. │ │
    7. │ Processing Modules::ServerIP tasks for: XX.XX.XX.XX (ID 2)

    Thank you Nuxwin !


    For each of your grant command I have the message :

    Code
    1. Query OK, 0 rows affected (0.00 sec)


    But I tried to connect to the SQL server with the password and I can connect so I will check tomorrow if I still receveive the email.

    Hello,


    I receive everyday an error report in my mailbox with the following content:



    Object:
    Cron <root@xxx> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )


    Code
    1. /etc/cron.daily/logrotate:
    2. mysqladmin: connect to server at 'localhost' failed
    3. error: 'Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)'
    4. error: error running shared postrotate script for '/var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log /var/log/mysql/error.log '
    5. run-parts: /etc/cron.daily/logrotate exited with return code 1


    How can I correct this?
    Thank you for your help.


    I am using I-mscp 1.4.7 with Debian Jessie.