2.1.5 to 2.2 BETA
-
other issues im facing as of now is the SSH daemon wont start at all, on reboot i get announcement that ssh keys will be created but then when i goto services the daemon wont start at all
-
some more bugs under system->advanced->System Tunables
the list shows the entries with just default without the actual default value and that's causing sysctl errors in the boot process saying non zero values and im guessing if u remove some values it doesnt restore the default list which is present on a fresh install -
some more bugs under system->advanced->System Tunables
the list shows the entries with just default without the actual default value and that's causing sysctl errors in the boot process saying non zero values and im guessing if u remove some values it doesnt restore the default list which is present on a fresh installi figured out what the issue with this, in older pfsense the default entries r stored in config with value as default which when upgraded make the system think to take value as default and thats y the non zero error, what i did is delete those entries and rebooted and the newer pfsense recreated the same with their actual default values rather than just showing and storing default in the config
-
Upgraded to 2.2-BETA on the weekend and have received this crash message:
Crash report details:
PHP Errors:
in /usr/local/pkg/pfblocker.inc on line 253I submitted the report but not sure if there is something I can do to fix the problem.
-
Upgraded to 2.2-BETA on the weekend and have received this crash message:
Crash report details:
PHP Errors:
in /usr/local/pkg/pfblocker.inc on line 253I submitted the report but not sure if there is something I can do to fix the problem.
Hi wbennett77,
Do you get this error often? Is it a particular list that is failing?
You can suppress the error by adding an "@" in line 253 as follows :
$url_list= @gzfile($row['url']);
-
Upgraded to 2.2-BETA on the weekend and have received this crash message:
Crash report details:
PHP Errors:
in /usr/local/pkg/pfblocker.inc on line 253I submitted the report but not sure if there is something I can do to fix the problem.
Hi wbennett77,
Do you get this error often? Is it a particular list that is failing?
You can suppress the error by adding an "@" in line 253 as follows :
$url_list= @gzfile($row['url']);
I get the error constantly. Anytime I log in to the dashboard the error appears. Anytime I go to one of the other menu areas and then come back to the dashboard the error appears. I have tried reinstalling Pfblocker with no change. Pfblocker has also disabled itself a couple of times and on other occasions a certain list becomes disabled. This would seem to be an error that is causing problems with the package.
I am curious. I am using a couple of lists from I-Blocklist in the CIDR file format and gz archive format. Would this have any effect? This was all working in 2.15.
Thanks!
-
This should really be a separate topic!
Look in your config for $config['installedpackages']['pfblockerlists']['config'] (Diagnostics->Edit File, /cf/conf/config.xml - look for pfblockerlists and config under that and row and url under that. config.xml is in XML format.) Those should point to some files. In the file/s there will be loads of URLs…
I guess one of those files has a huge number of entries and it is exploding PHP memory.