grep -vF commands do not complete
-
The 2 grep -vF commands run as part of the TLD finalize update part do not complete after an otherwise successfull update to 23.01. I am using pfBlockerNG 3.2.0_1. I do have the adult block from UT1 feed selected.
Any ideas what I can do to have it again complete successfully? Thank you.
-
These 2 commands will not complete and run forever:
grep -vF -f "${dnsbl_tld_remove}" "${dnsbl_python_data}.raw" > "${dnsbl_python_data}"
grep -vF -f "${dnsbl_tld_remove}" "${dnsbl_python_zone}.raw" > "${dnsbl_python_zone}" -
@meelek Yeah it’s a known issue, see
https://forum.netgate.com/topic/177933/pfblockerng-pfblockerng-devel-v3-2-0_2/14
For now disable the wildcard setting. -
@SteveITS : Thank you for the link.