Bug #5831
After updating, on reboot pfSense is trying to fetch files
Start date:
01/30/2016
Due date:
% Done:
100%
Estimated time:
Affected Version:
2.3
Affected Architecture:
Description
After each update so far, I've noticed that pfSense is trying to fetch files. This happens right before it actually starts the update. Check screenshot. I can provide more info if necessary.
Thanks.
Associated revisions
Fix #5831 using a simpler approach, just setting REPO_AUTOUPDATE=false when it's booting
History
#1
Updated by Chris Buechler almost 5 years ago
- Category set to Upgrade
- Target version set to 2.3
- Affected Version set to 2.3
#2
Updated by Ivor Kreso almost 5 years ago
- File upgrade_log.txt upgrade_log.txt added
Full upgrade log attached per cmb's suggestion.
#3
Updated by Greg M almost 5 years ago
Yeah, it happens to me as well.
#4
Updated by Jim Thompson almost 5 years ago
- Assignee set to Renato Botelho
#5
Updated by Renato Botelho almost 5 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 93a8ddf7a4c5d43cbeb623c923eb76659e6f49e0.
#6
Updated by Renato Botelho almost 5 years ago
Applied in changeset b69a106aa2ee995cc1e3fb3c161fc8ffb553605b.
#7
Updated by Renato Botelho almost 5 years ago
- Status changed from Feedback to Resolved
Ivor reported it's OK now
Fix #5831
After PKG_AUTOUPDATE=false was removed, operations done during boot,
2nd and 3rd stages of upgrade process, are trying to update repository
metadata. The problem is during this stage we don't have a network
available yet and all needed packages were previously downloaded.
Add -U parameter to all read/write pkg calls during at these stages to
prevent pkg(8) to try to update metadata