Jobqueue, does not show anything anymore

Discussion in 'General' started by blacklevel, Apr 4, 2018.

  1. blacklevel

    blacklevel Member

    Jobqueue, does not show anything anymore
    When updating , the jobqueue viewer stopped working.. nothing is showed any more.
    nothing created anymore (DNS records, sites, ftp accounts)..

    Please help...
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  3. blacklevel

    blacklevel Member

    Code:
    04.04.2018-06:44 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    04.04.2018-06:44 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Is that truly all? Seems like the script is doing nothing.
    You have not told what you are upgrading. Did the upgrade finish without errors?
     
  5. blacklevel

    blacklevel Member

    Just upgraded ispconfig, upgrade finished withouth errors...
    Now I cant add (create) new site or dns records, or database (no any errors, but nothing creating)... :(
     
  6. blacklevel

    blacklevel Member

    Sites, databases, dns, ftp accounts still not created in the server. although records about new items has been added to the control panel...
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Is this a single server or multiserver setup? Did you run server.sh and checked the debug output right after you added a new website or FTP user?
     
  8. blacklevel

    blacklevel Member

    Multiserver setup.
    Also cant create/save new SSL certificates now....

    Code:
    [INFO] I found the following web server(s):
            Apache 2 (PID 10329)
    [INFO] I found the following mail server(s):
            Postfix (PID 7246)
    [INFO] I found the following pop3 server(s):
            Dovecot (PID 7638)
    [INFO] I found the following imap server(s):
            Dovecot (PID 7638)
    [INFO] I found the following ftp server(s):
            PureFTP (PID 7691)
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [localhost]:10024               (7627/amavisd-new)
    [localhost]:10025               (7246/master)
    [anywhere]:40361                (1974/rpc.statd)
    [localhost]:10026               (7627/amavisd-new)
    [anywhere]:3306         (6935/mysqld)
    [localhost]:10027               (7246/master)
    [anywhere]:587          (7246/master)
    [localhost]:11211               (3426/memcached)
    [anywhere]:110          (7638/dovecot)
    [anywhere]:143          (7638/dovecot)
    [localhost]:783         (4409/spamd.pid)
    [anywhere]:111          (1946/rpcbind)
    [anywhere]:465          (7246/master)
    [anywhere]:21           (7691/pure-ftpd)
    ***.***.***.***:53              (2454/named)
    [localhost]:53          (2454/named)
    [anywhere]:22           (4556/sshd)
    [anywhere]:25           (7246/master)
    [localhost]:953         (2454/named)
    [localhost]:6010                (5898/0)
    [localhost]:6011                (12622/1)
    [anywhere]:993          (7638/dovecot)
    [anywhere]:995          (7638/dovecot)
    *:*:*:*::*:10024                (7627/amavisd-new)
    *:*:*:*::*:10026                (7627/amavisd-new)
    *:*:*:*::*:587          (7246/master)
    [localhost]10           (7638/dovecot)
    [localhost]43           (7638/dovecot)
    *:*:*:*::*:783          (4409/spamd.pid)
    [localhost]11           (1946/rpcbind)
    *:*:*:*::*:8080         (10329/apache2)
    *:*:*:*::*:80           (10329/apache2)
    *:*:*:*::*:8081         (10329/apache2)
    *:*:*:*::*:465          (7246/master)
    *:*:*:*::*:21           (7691/pure-ftpd)
    *:*:*:*::*:53           (2454/named)
    *:*:*:*::*:22           (4556/sshd)
    *:*:*:*::*:25           (7246/master)
    *:*:*:*::*:953          (2454/named)
    *:*:*:*::*:6010         (5898/0)
    *:*:*:*::*:6011         (12622/1)
    *:*:*:*::*:443          (10329/apache2)
    *:*:*:*::*:993          (7638/dovecot)
    *:*:*:*::*:995          (7638/dovecot)
    *:*:*:*::*:57475                (1974/rpc.statd)
    
    
    
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination         
    fail2ban-pureftpd  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 21
    fail2ban-dovecot-pop3imap  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 110,995,143,993
    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-dovecot-pop3imap (1 references)
    target     prot opt source               destination         
    RETURN     all  --  [anywhere]/0            [anywhere]/0           
    
    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         
    REJECT     all  --  ***.***.***.***         [anywhere]/0            reject-with icmp-port-unreachable
    RETURN     all  --  [anywhere]/0            [anywhere]/0  
     
  9. blacklevel

    blacklevel Member

    Apache error log..
     

    Attached Files:

  10. blacklevel

    blacklevel Member

  11. Taleman

    Taleman Well-Known Member HowtoForge Supporter

Share This Page