This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASL deteriorates

I don't understand.

My ASL has been working fine over the past several months. Until just a few weeks ago, it started to act. I've been blaming external IPs of possibly trying to DOS my system but after tonight, that prove to be false.

Now, I had to completely disable ASL and unhook the cable just so that I can post my concern in hope that someone might provide some hint or clues.

Even after cleaning up all the logs, smtp, http, cache, all logs I can think of, ASL remains to be not cooperative. It won't allow internet access or mail delivery. I have stop and restarted it several times thinking it could be a runaway process or something but to no avail.

Why is it there so much TIME WAIT? And why are they taking so long to close completely? Could it be my network adapter? Could it be my cable? Tomorrow, I'll try to look at these issues as it's getting late now.

I'm at lost. I don't even know where to go from here.

jav  


This thread was automatically locked due to age.
  • Alright, I may have found the cause - I hope this is it. I've been battling this for the past couple of weeks now.

    SMTP relay logs have been turned on soon after my mail server was configured and working correctly. I understand there are log cleanups after midnight. For some reason the mail log file have reached nearly 1gb. Keep in mind the mail log is kept updated nearly every seconds.

    As I have mentioned in my post, my attempt to reboot the system failed to remedy the problem. netstat always appear to wait for smtp to do its work and sits there. This waiting time prevented any other services including internet access.

    I have turned off SMTP relay log, nulled the mail log, and then rebooted the system. Now, netstat just goes through all the way without hanging and internet service is back.

    I may not want to see all email transaction afterall so it's no sense for me to turn it on - it may just cause another problem.

    I'm crossing my fingers on this.

    jav  
  • Hey Jav, 
    Forgive me for being ignorant, but how do you disable SMTP relay logging and still retain the SMTP relay service? My SMTP logs are ugly as well (after they are gzipped at the end of the night, they usually are around half a meg... eww).

    Are you manually editing the exim conf?
    -Ry  
  • [ QUOTE ]
    Hey Jav, 
    Forgive me for being ignorant, but how do you disable SMTP relay logging and still retain the SMTP relay service? My SMTP logs are ugly as well (after they are gzipped at the end of the night, they usually are around half a meg... eww).

    Are you manually editing the exim conf?
    -Ry   

    [/ QUOTE ]
    We're all ignorant at one point in time and no matter what time it is, we all have to start somewhere...I start all the time... [:)]

    As to how you disable SMTP relay logging, it is the same way you had enabled it...no really... [:)]

    System
       Syslog
           SMTP Relay Logs
                (remove entry by selecting :[:P]lease select:: instead)

    I hope that helps.

    btw, just an update, my system has been running for the past several days now without having to reboot!..woohoo!

    jav   
  • Oooh, remote syslog. 
    I thought that you had paired down the verbosity of the Astaro SMTP log. I'm not using any remote logging at this point.
    Thanks for the help, though. [:)]