ISPConfig3 3.0.5.3 Monitor Screens show old stale data

Discussion in 'General' started by DantePasquale, Nov 21, 2013.

  1. DantePasquale

    DantePasquale Member HowtoForge Supporter

    Hi, I had an issue with a bad backup that filled up / and since then the monitor screens in ISPConfig have not updated.

    For example:

    IPTables Rules (Server : inferno.cocoanet.us)

    Data from: 2013-11-18 04:15
    iptables -S (ipv4)
    -P INPUT ACCEPT
    -P FORWARD ACCEPT
    -P OUTPUT ACCEPT
    -N fail2ban-named-refused-tcp
    -N fail2ban-sasl
    -N fail2ban-ssh
    -A INPUT -p tcp -m multiport --dports 53,953 -j fail2ban-named-refused-tcp
    -A INPUT -p tcp -m multiport --dports 22 -j fail2ban-ssh
    -A INPUT -p tcp -m multiport --dports 25,465,143,220,993,110,995 -j fail2ban-sasl
    -A fail2ban-named-refused-tcp -j RETURN
    -A fail2ban-sasl -j RETURN

    However, the date is:

    date
    Wed Nov 20 21:33:49 EST 2013

    What should I do to get things updating again?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. DantePasquale

    DantePasquale Member HowtoForge Supporter

    Hi Til,

    It looks like the crontab entry is gone -- I switched over to using LuckyBackup and maybe when that updated the crontab there was an issue.

    What should the crontab entry look like?

    Code:
    #* * * * * /usr/local/ispconfig/server/server.sh > /dev/null >> /var/log/ispconfig/cron.log

    FYI ...

    Code:
    cat /etc/lsb-release 
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=11.10
    DISTRIB_CODENAME=oneiric
    DISTRIB_DESCRIPTION="Ubuntu 11.10"
    
    ISPConfig 3.0.5.3
    
    courier imap for mail -- mail is OK - but ISPConfig shows stale data on "Mail Queue" for example
    
    Apache2 web server - no issues shown
    
    No DNS issues showing
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Just download ISPConfig again and run
    Code:
    php -q update-php
    in the install/ directory.
    There you will be prompted to reconfigure crontab at the end.
     
  5. DantePasquale

    DantePasquale Member HowtoForge Supporter

    Will that work even though I've been using the ispconfig_update.sh script? It looks like that script downloads to /tmp - so it may not be there :( Also, will that alter anything else, like certs?
     
  6. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    the updaet ispconfig Script just works if there is a new version available.
    It does the same thing. Downloads the latest stable and executes the php -q update.php script.
    If you have not customized the configs, the update process should not alter anything important or change certs.
     

Share This Page