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

Astaro freeze

Hi,
I have one strange message on my Astaro this morning. On th console, there is this error message :


printk : 68 messages suppressed.
ip-queue : full at 1024 entries, dropping packets. Dropped 65890.


The problem is that the Astaro was frozen and I have this message. 
Do you know what is the problem ?

    Regards,


This thread was automatically locked due to age.
  • I had the same problem and Astaro informed me that 7.3 fixes this issue, I updated to 7.250 which i am currently run now with no problems, it fiexed the SMTP issue, also by default the ASG allows 20 connections for SMTP email, I have bumped it up to 80 to keep email flowing nicely. Here is the command to bump up the connections.....

    joe/var/storage/chroot-cffd/var/chroot-smtp/etc/exim.conf

    locate the sections and change defaults  to 40, 60, 80 

    smtp_accept_max = 20
    smtp_accept_queue_per_connection = 15
    queue_run_max = 20
    queue_only_load = 15
    deliver_queue_load_max = 15


    -J