-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filterlog flooding the console #29
Comments
|
I have not seen this on my test systems.. anything particular with your setup? Any idea how to trigger it? |
|
I've tried to find a way to reliable reproduce this, but I failed. Though I've seen it again after adding a new DNS server. I've noticed this time that OPNsense required quite some time to reload it's configuration (> 1 minute), CPU load stayed at 100% (20% user, 80% system) for some time. When the reload finished, the flooding started again, and ceased after about 20 seconds. Well, it's not too important, since the flooding stops after a short while. But it could hint that something in the reload process is prone to fail. |
|
It looks like a reconfigure is not atomic and applies pfsync traffic rules at a later stage during reload... Are you running pfsync/carp? |
|
Not running pfsync/carp on my OPNsense test VM (yet). |
|
Then it is traffic from another machine in your network I reckon? |
|
Yes, it's me pinging the OPNsense VM... but I guess one would see any blocked traffic. |
|
I tried to reproduce.. but only got a message or two when restarting syslogd.. but that is normal since all messages that cannot be delivered to systlog will go to console. Can you explain exactly what you did the last time when you saw it? Did you add a DNS server to the DHCP server? |
|
All I did was adding a DNS server. But as I said it was not reproducable in this particular case. Adding/removing more DNS servers did not trigger the issue again. But I've seen it again on another random configuration change. So if you can't find anything prone to errors in the config-reload logic, I'd suggest to close this issue for now. |
|
I've seen this same issue also in version 18.7.1_3, not sure why it's doing this. Sample output: It appears all of these remote IP addresses are DNS root servers and traffic to port 53. Also relevant: The WAN interface was not plugged in at the time. igb1 is the WAN interface in this case. So, my guess is this is spamming on the console when it's not able to route anywhere. |
|
This issue seems to crash my OPNsense regularly (and I had this problem also with pfSense) on a Proxmox VM... It happens randomly between every 24 hours to 4 days, but I can be sure it happens and then the OPNsense is dead, only reset helps... Any idea on this? |
|
The suspicion is this can happen when init and / or syslog receives SIGHUP so that log output is redirected to the console because it has nowhere else to go. |
I've noticed that filterlog will occasionally flood the console with block messages:
Is this intended or a defect? This seems to occur shortly after and during system boot and possibly after configuration changes.
The text was updated successfully, but these errors were encountered: