@jrey said in pfblockerNG 3.2.0_7 new process?:
yup similar to what I was showing above but at the time, I had two of each.
So, since I don't mind break/fixing this non-production test machine,
I manually broke the link, and rebooted.
Thanks anyway that you are spending your time ...
think if should be version > "2.5" and NOT file exists) that being if the system is new and not running clog then link the file
Yes that is the logic behind. pfsense above 2.5 is not using clog anymore so tail is what has to be used ...
EDIT:
On a Lab machine, output of "ps ax | grep tail_pfb" (same pfsense version 2.7.1) with pfblockerNG 3.2.0_6 (before update):
11696 - S 0:00,00 sh -c ps ax | grep tail_pfb 2>&1
12025 - S 0:00,00 grep tail_pfb
27636 - S 0:00,01 /usr/bin/tail_pfb -n0 -F /var/log/filter.log
and after update to 3.2.0_7:
45276 - SC 0:00,01 /usr/bin/tail_pfb -n0 -F /var/log/filter.log
45907 - S 0:00,00 tail_pfb: system.fileargs (tail_pfb)
80307 - S 0:00,00 sh -c ps ax | grep tail_pfb 2>&1
80650 - S 0:00,00 grep tail_pfb