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.
Parents Reply Children
  • I think increasing the queue size would just buy time if anything.   It is a straight bug.  There is a patch available to retro fit into the current 7.2xx release - available from Astaro.  The fix is in 7.300.
  • Thanks for your answer.
     - Do you know if I can download the patch in up2date ? Which is version number v7.2XX
     - If I want try increase the queue, do you know the command line ?

        regards,
  • All I know is that 7.103 was the last load without the problem.  It is fixed in 7.300 but with new major releases come some risk of new problems... so watch the boards here to see if there are any SNAFUs in 7.300 that affect your implementation. 

    You must raise a fault report with Astaro, and ask them for the patch in 7.2xx.   They will provide you with links to three RPMs to install (kernel, snort and one other). 

    Switching off IDS is the the work around - bit like driving around without your seatbelt on (and your eyes closed and your hands on your head).  It may or not be feasable for you.
  • 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