Good evening, I have a problem with my ISPConfig server. My old server crashed down, and I had to install a new one. I had an almost complete backup, so I had no problem with the data that was saved on it. My problem is that, after rebuilding the whole app, my tasks on the JobQueue are stuck and I can't create anything from the ISPConfig interface. Every new database or site that I try to configure, remains at the JobQueue. I have read a lot of suggestions to find the problem, but still no luck at all. Right now, my server is on DEBUG mode; I commented the crontab and the result of executate /usr/local/ispconfig/server/server.sh is 01.06.2014-03:12 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 01.06.2014-03:12 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock finished. The JobQueue still has those jobs: 2014-06-01 00:30 wwwx.domain.tld Update web_domain 2014-06-01 00:07 dns1.domain.tld Insert dns_rr 2014-06-01 00:07 dns1.domain.tld Update dns_soa 2014-06-01 00:07 dns1.domain.tld Update dns_rr In addition, I had my /etc folder, so I could compare my passwd, shadow and group files with the original ones, and every line seemed to be present on all them. I have seen in some post that this issue got solved by updating the ISPConfig, so I did it too, but it didn't work neither. I have installed twice my new server, with no luck at all. This server is the central ispconfig panel; it has no services, just MySQL, Apache and no more services And this os the script *************************************************************************************************** ##### SCRIPT FINISHED ##### Results can be found in htf_report.txt To view results use your favourite text editor or type 'cat htf_report.txt | more' on the server console. If you want to see the non-anonymized output start the script with --debug as parameter (php -q htf-common-issues.php --debug). root@panel:/var/log/ispconfig# ls auth.log cron.log htf-common-issues.php htf_report.txt httpd ispconfig.log root@panel:/var/log/ispconfig# more htf_report.txt ##### SERVER ##### IP-address (as per hostname): ***.***.***.*** IP-address(es) (as per ifconfig): ***.***.***.***, ***.***.***.*** [INFO] ISPConfig is installed. ##### ISPCONFIG ##### ISPConfig version is 3.0.5.4p1 ##### VERSION CHECK ##### [INFO] php (cli) version is 5.4.16-1~dotdeb.1 ##### PORT CHECK ##### [WARN] Port 143 (IMAP server) seems NOT to be listening [WARN] Port 993 (IMAP server SSL) seems NOT to be listening [WARN] Port 110 (POP3 server) seems NOT to be listening [WARN] Port 995 (POP3 server SSL) seems NOT to be listening [WARN] Port 465 (SMTP server SSL) seems NOT to be listening ##### MAIL SERVER CHECK ##### [WARN] I found no "smtp" entry in your postfix master.cf [WARN] I found no "submission" entry in your postfix master.cf [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this. [WARN] I found no "smtps" entry in your postfix master.cf [INFO] this is not critical, but if you want to offer SSL for smtp (not TLS) connections you have to enable this. ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Apache 2 (PID 2176) [INFO] I found the following mail server(s): Exim (PID 3161) [WARN] I could not determine which pop3 server is running. [WARN] I could not determine which imap server is running. [INFO] I found the following ftp server(s): PureFTP (PID 3202) ##### LISTENING PORTS ##### (only () Local (Address) [anywhere]:21 (3202/pure-ftpd) [anywhere]:22 (3225/sshd) [localhost]:25 (3161/exim4) [anywhere]:3306 (5273/mysqld) [localhost]:11211 (2330/memcached) *:*:*:*::*:8080 (2176/apache2) *:*:*:*::*:80 (2176/apache2) *:*:*:*::*:8081 (2176/apache2) *:*:*:*::*:21 (3202/pure-ftpd) *:*:*:*::*:22 (3225/sshd) *:*:*:*::*:25 (3161/exim4) *:*:*:*::*:443 (2176/apache2) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination fail2ban-pureftpd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 21 fail2ban-ssh tcp -- [anywhere]/0 [anywhere]/0 multiport dports 22 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain fail2ban-pureftpd (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0 Chain fail2ban-ssh (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0 **************************************************************************************************