Skip to content
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

FreeBSD 12.0 p3, IPs get loaded into the table multiple times, goes on forever #7

Open
repcsi opened this issue Mar 31, 2019 · 0 comments

Comments

@repcsi
Copy link

repcsi commented Mar 31, 2019

After my last update to FreeBSD 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 r345729 - amd64, bruteforceblocker runs forever on loading the IPs from your site. Also in the table file I have duplicates.
grep -c "someIP" /var/db/ssh-bruteforce
9
The main script spawns sometimes 30-40 bruteforceblocker processes and I found out this the hard way when I ran out ouf swap space...
I believe something has changed in the persistent pf table file format as well because now I cant load it if bruteforceblocker writes the IPs in it:
Enabling pf/etc/pf.conf:19: cannot define table robot: Invalid argument
pfctl: Syntax error in config file: pf rules not loaded
If I null out the table file it starts up again.

If this is a FreeBSD 12 error it will break bruteforceblocker so a working solution would be nice, or a way to lookup what version of OS the script runs on.

If I have the time I will try to proactively find out what is happening, but until this time I was lacking that kind of time :)
As before contact me if you need more info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant