Everything is Timing Out! Please Help

Discussion in 'Installation/Configuration' started by Lochlann, Jul 27, 2015.

  1. Lochlann

    Lochlann New Member

    Hello. I have numerous domains hosted on a single server " Ubuntu Server 14.04.2 "
    I have been using ISPConfig 3 since it was released without an issue ever. Unfortunately after the last update suddenly everything (http, ssh, ftp, email, etc.) is timing out. I am at a loss as to what happened or how to fix this issue and now I am reaching out to the community in hopes someone will be able to help me.

    ISPConfig Updated from 3.0.5.4p5 to 3.0.5.4p8
    I performed the update as written at: ispconfig.org/blog/1/entry-151-ispconfig-3054-patch-8-released/ using the "Manual update Instructions" at the bottom.

    After the update was completed the issue began. All websites, ftp, ssh, email, etc. keep timing out.
    Thanks in advance for your help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the syslog for errors. It is not very likely that the issue is caused by the update, maybe you installed system updates as well or the issue stated as the updater restarted the services.
     
  3. Lochlann

    Lochlann New Member

    What you see below is from the system-log. There is more before this (the same) but it is just being repeated
    *edit* I should also note that the services have indeed been restarted before this occurred and the issue was not happening then. It literally started happening within minutes of doing the update.

    Jul 27 14:59:01 media-server postfix/smtpd[27472]: connect from localhost[::1]
    Jul 27 14:59:01 media-server postfix/smtpd[27472]: lost connection after CONNECT from localhost[::1]
    Jul 27 14:59:01 media-server postfix/smtpd[27472]: disconnect from localhost[::1]
    Jul 27 14:59:01 media-server dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<BTlZ8t8bZwAAAAAAAAAAAAAAAAAAAAAB>
    Jul 27 14:59:01 media-server dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<zT9Z8t8bQAAAAAAAAAAAAAAAAAAAAAAB>
    Jul 27 14:59:16 media-server dovecot: imap-login: Disconnected (no auth attempts in 102 secs): user=<>, rip=10.29.118.100, lip=10.29.118.146, session=<7/9H898bPQAKRZ4B>
    Jul 27 14:59:54 media-server dovecot: imap-login: Disconnected (no auth attempts in 102 secs): user=<>, rip=10.29.118.100, lip=10.29.118.146, session=<OayM9d8bPgAKRZ4B>
    Jul 27 15:00:01 media-server CRON[32314]: (getmail) CMD (/usr/local/bin/run-getmail.sh > /dev/null 2>> /dev/null)
    Jul 27 15:00:01 media-server CRON[32313]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 > /dev/null | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done)
    Jul 27 15:00:02 media-server pure-ftpd: (?@::1) [INFO] New connection from ::1
    Jul 27 15:00:02 media-server pure-ftpd: (?@::1) [INFO] Logout.
    Jul 27 15:00:02 media-server postfix/smtpd[27472]: connect from localhost[::1]
    Jul 27 15:00:02 media-server postfix/smtpd[27472]: lost connection after CONNECT from localhost[::1]
    Jul 27 15:00:02 media-server postfix/smtpd[27472]: disconnect from localhost[::1]
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The log connections show working services, the connections are from ispconfig monitor.

    maybe sou have wn issue eith a firewall, try a:

    Iptables --flush
     
  5. Lochlann

    Lochlann New Member

    Unfortunately that didn't help any.
     

Share This Page