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?
Pleasetry the debug instructions from here: http://www.howtoforge.com/forums/showthread.php?t=58408 the monitor data is gathered by the same script that writes the changes to disk. Run the scritpt a time where current minute / 5 = 0. E.g. xx:00, xx:05, xx:10 etc.
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
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.
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?
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.