ISPconfig 3 stops working

Discussion in 'General' started by oxygebe, Mar 16, 2017.

  1. oxygebe

    oxygebe New Member

    Hello
    I have a huge problem : ISPconfig CRON stops wotking after ISPconfig update.
    I checked the cron the following cron lines are in cron :


    * * * * * /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

    Here is /var/log/ispconfig/cron.log :
    ----------------


    Thu 16 Mar 00:10:01 CET 2017
    Thu 16 Mar 00:10:01 CET 2017 /usr/bin/fail2ban-client
    Thu 16 Mar 00:10:01 CET 2017 finished.
    Thu 16 Mar 00:10:01 CET 2017 /sbin/iptables
    Thu 16 Mar 00:10:01 CET 2017 /sbin/ip6tables
    Thu 16 Mar 00:10:01 CET 2017 /sbin/mpt-status
    Thu 16 Mar 00:10:01 CET 2017 modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/3.14.32-xxxx-grs-ipv6-64/modules.dep.bin'
    Thu 16 Mar 00:10:01 CET 2017 Failed to load mptctl
    Thu 16 Mar 00:10:01 CET 2017 /sbin/tw_cli
    Thu 16 Mar 00:11:01 CET 2017
    Thu 16 Mar 00:11:01 CET 2017




    Any idea ?
     
    Last edited: Mar 16, 2017
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I think the above error is uncritical, there must be another issue.

    enable loglevel debug in ispconfig and then run as root:

    /usr/local/ispconfig/server/server.sh

    and post the output.
     
  3. oxygebe

    oxygebe New Member

    Thank you for your reply.
    Here is the results of : /usr/local/ispconfig/server/server.sh

    16.03.2017-14:01 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    16.03.2017-14:01 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.
     
  4. Tuumke

    Tuumke Active Member

    Also..
    So you cannot login to the ISPC control panel, website, dns and e-mail are not functional anymore?
     
  5. oxygebe

    oxygebe New Member

    Sorry, ISPconfig works, I can login. This is an error in first post.
    Problem is related to CRON defined in ISPconfig.
     

Share This Page