[Solved] system_update not refreshed

Discussion in 'Installation/Configuration' started by DripleX, Jun 2, 2024.

  1. DripleX

    DripleX New Member

    Hello together,

    I have this "problem" for a long time (since Tuesday, 15. December 2020).
    The system_update state gets not updated.

    If I execute "crontab -l" I get the following output:
    Code:
    * * * * * /usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done
    * * * * * /usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done
    0 0 * * * /usr/local/ispconfig/server/scripts/create_daily_nginx_access_logs.sh &> /dev/null
    
    The content of "monitor_data":
    upload_2024-6-2_14-13-44.png

    The content of "sys_cron":
    upload_2024-6-2_14-14-24.png

    Content of /var/log/ispconfig/cron.log:
    Code:
    So 2. Jun 00:45:01 CEST 2024 finished server.php.
    So 2. Jun 00:46:01 CEST 2024 finished server.php.
    So 2. Jun 00:47:01 CEST 2024 finished server.php.
    So 2. Jun 00:48:01 CEST 2024 finished server.php.
    So 2. Jun 00:49:01 CEST 2024 finished server.php.
    So 2. Jun 00:50:02 CEST 2024 finished server.php.
    So 2. Jun 00:51:01 CEST 2024 finished server.php.
    
    Ispconfig3 Version: 3.2.11p2

    For the htf_report go to the old thread: https://forum.howtoforge.com/threads/ispconfig-webinterface-502.91817/#post-453692

    I tried to optimize and repair the monitor_data table on the master. But it doesn't changed.
    Do someone have an idea what I can do?

    EDIT:
    I found the solution: System -> Server configuration -> Search for linux updates
    It was deactivated. :eek:
     
    Last edited: Jun 2, 2024
    till likes this.

Share This Page