Bug #678
closedcant go to dashboard due to package reinstall screen everytime
100%
Description
im on the 19th June nanobsd snap and there was a recent patch by Emal regarding package sync etc on bootup but i guess after that now the index.php file always shows me package installation instead of the dashboard, i just have the vnstat2 package and that too on upgrade and reboot, it syncs in console but doesn't work at all as package reinstallation is broken
Updated by Jim Pingle over 14 years ago
I committed a fix for this and restarted the snapshot builder run that was active, so the next set of snapshots should include the fix. In the meantime, from the console shell, do this:
# rm /conf/needs_package_sync
And you should be able to get back into the Dashboard.
Updated by Anonymous over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset d4b17d7ce7bb02806e28ba1c79d5679d5c3a43d4.
Updated by Ermal Luçi over 14 years ago
Well i think rather than hiding an error it needs to be found where this setting is triggered elsewhere?
It will still do the double installation of packages this way.
Updated by Jim Pingle over 14 years ago
No, the removal of the file won't cause the packages to install again.
If you want to disable the GUI reinstall, fix/disable the actual check, not the removal of the file. That is what is causing the loop. The file should be removed in that block regardless, if you want to ensure the packages do not get reinstalled again.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to Resolved