Hello,
I have installed the new package and pfsense block at : Executing custom_php_resync_config_command()...
Do you have an idea to solve this ?
Regards
yes, I am having the same issue reinstalling the package.
Actually, it's the same issue you have when you save the settings while the service is running.
I manage like this: I add a nice "stop service" on top of the sync_package_lcdproc procedure, the one called by custom_php_resync_config_command().
I was just adding this change to the package, soon it will be posted in the repository.
You can:
1) wait for the package in the repository to be updated then reinstall the package. Here (
https://github.com/bsdperimeter/pfsense-packages/pull/142) you can see the status of the merge request. When it is "closed" you can reinstall.
2) solve it yourself (requires some restart). You should:
2.1) if the firewall is hung with "sync_package_lcdproc procedure", restart the firewall
2.2) uninstall the package
2.3) restart the firewall
2.4) reinstall the package.
In this way you are sure the service is not running while you are installing, and this bypass the problem.
After this patch, every change we make to the configuration we have to restart manually the service. It is unconfortable but safe.
Thanks,
Michele