Bug #4279
closedPackage reinstall displayed when shutting down before upgrade
0%
Description
I have noticed this before when upgrading a slow system (like Alix 2D13). After getting the upgrade it tells you the firewall is upgrading. You click the pfSense logo every now and then, getting the same message - as it is still writing the image to the slice and doing its thing with it... good.
Then it sets the package reinstall flag, as it wants the system to do a package (re)install when it boots.
At this time, clicking the pfSense logo brings up the Package Installer dialog, asking to confirm the reinstall of all packages.
Obviously this is not a thing that we want a user to click at this point - the firewall is actually about to reboot and do the package reinstall itself.
One solution might be to have a different flag-file to indicate a package reinstall after reboot - then the ordinary GUI package reinstall dialog would not be triggered by that.
Files
Updated by Phillip Davis almost 9 years ago
This is a little bit of crud, but I thought I might as well tidy it up.
For RELENG_2_2 https://github.com/pfsense/pfsense/pull/2166
For master (2.3) https://github.com/pfsense/pfsense/pull/2167
Updated by Renato Botelho almost 9 years ago
- Status changed from New to Feedback
- Target version set to 2.3
Merged. Thanks!