ISPConfig not making changes

Discussion in 'Installation/Configuration' started by Aaron Russell, Mar 29, 2017.

  1. Aaron Russell

    Aaron Russell New Member

    Hello,

    I am having issues where ISPConfig is not making any changes, there is nothing in the log and when I run server.sh I get no errors.

    Here is the output of htf-common-issues:

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.1.2
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 7.0.15-0ubuntu***.***.***.***
    
    ##### PORT CHECK #####
    
    [WARN] Port 8080 (ISPConfig) seems NOT to be listening
    [WARN] Port 443 (Webserver SSL) seems NOT to be listening
    [WARN] Port 465 (SMTP server SSL) seems NOT to be listening
    
    ##### MAIL SERVER CHECK #####
    
    [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):
        Nginx (PID 1455)
    [INFO] I found the following mail server(s):
        Postfix (PID 1618)
    [INFO] I found the following pop3 server(s):
        Dovecot (PID 1180)
    [INFO] I found the following imap server(s):
        Dovecot (PID 1180)
    [INFO] I found the following ftp server(s):
        PureFTP (PID 1452)
    
    ##### LISTENING PORTS #####
    (only        ()
    Local        (Address)
    [localhost]:10025        (1618/master)
    [localhost]:10026        (1707/amavisd-new)
    [localhost]:10027        (1618/master)
    [anywhere]:110        (1180/dovecot)
    [anywhere]:143        (1180/dovecot)
    [anywhere]:80        (1455/nginx)
    [anywhere]:8081        (1455/nginx)
    [anywhere]:21        (1452/pure-ftpd)
    [anywhere]:22        (1229/sshd)
    [anywhere]:25        (1618/master)
    [anywhere]:993        (1180/dovecot)
    [anywhere]:995        (1180/dovecot)
    [localhost]:10024        (1707/amavisd-new)
    *:*:*:*::*:10026        (1707/amavisd-new)
    [localhost]10        (1180/dovecot)
    [localhost]43        (1180/dovecot)
    *:*:*:*::*:80        (1455/nginx)
    *:*:*:*::*:21        (1452/pure-ftpd)
    *:*:*:*::*:22        (1229/sshd)
    *:*:*:*::*:25        (1618/master)
    *:*:*:*::*:993        (1180/dovecot)
    *:*:*:*::*:995        (1180/dovecot)
    *:*:*:*::*:10024        (1707/amavisd-new)
    
    
    
    
    ##### IPTABLES #####
    
    Chain ufw-user-input (1 references)
    target     prot opt source               destination        
    ACCEPT     tcp  --  [anywhere]/0            [anywhere]/0            tcp dpt:22
    ACCEPT     udp  --  [anywhere]/0            [anywhere]/0            udp dpt:22
    ACCEPT     tcp  --  [anywhere]/0            [anywhere]/0            tcp dpt:80
    ACCEPT     tcp  --  [anywhere]/0            [anywhere]/0            tcp dpt:443
    ACCEPT     tcp  --  [anywhere]/0            [anywhere]/0            tcp dpt:3306
    ACCEPT     udp  --  [anywhere]/0            [anywhere]/0            udp dpt:3306
    ACCEPT     tcp  --  [anywhere]/0            [anywhere]/0            tcp dpt:8080
    ACCEPT     udp  --  [anywhere]/0            [anywhere]/0            udp dpt:8080
    ACCEPT     tcp  --  [anywhere]/0            [anywhere]/0            tcp dpt:21
    ACCEPT     tcp  --  [anywhere]/0            [anywhere]/0            tcp dpt:25
    ACCEPT     udp  --  [anywhere]/0            [anywhere]/0            udp dpt:25        
    It's having issues both updates database settings and website settings, running mysql and nginx.

    It is a multi server setup.

    Output of server.sh:
    Code:
    29.03.2017-13:26 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    
    29.03.2017-13:26 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    
    finished.
    
    Struggling to find the cause.

    Thanks,

    Aaron
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did it work before, or is this a new setup? and the debug output is from the slave that fails, not the master?
     
  3. Aaron Russell

    Aaron Russell New Member

    It looks like it was a database issue, I migrated to another database server and cannot replicate the issue.
     
  4. Aaron Russell

    Aaron Russell New Member

    Thank you for replying though
     

Share This Page