I'm also thinking "what the actual f", my system has been nuked twice in two days. One by upgrading, the other by installing a plugin. How is it this unstable?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: franco on June 18, 2024, 03:08:43 PM
So you already know you have excessive firewall logging, maybe you enabled the logging option on a stateless rule or one of the default logging options (which are disabled by default because they cause excessive logging).
Cheers,
Franco
Quote from: yourfriendarmando on June 18, 2024, 12:33:38 AMI don't know what that means.
For now you need to do the following to see which one is swelling up. Log in to the box via console, ssh, serial.
cd /var/log
du -hscx -- *
Quote from: yourfriendarmando on June 18, 2024, 12:33:38 AMI do not know what any of that means.
When you see which one is largest, it will have a latest.log, dmesg, syslog etc.
You can run this to watch the log and keep refreshing even if the file is rotated:
tail -F logFile
Quote from: bartjsmit on June 17, 2024, 07:52:40 AMQuote from: idiocracy on June 16, 2024, 08:24:46 PM4 GB is used for logs. How do you conclude that it is reserved? Would you rather it used 1 GB and leave the other 3 GB unused?
why is there reserved 4gb for logs?
It is good security practice to log to a separate collector. This allows correlation with other parts of the network and stops an attacker hiding their tracks.