Project

General

Profile

Actions

Bug #6782

closed

pkg update can trigger multiple updates per second

Added by Jeremy Porter over 7 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Category:
Dashboard
Target version:
Start date:
09/09/2016
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.2
Affected Architecture:

Description

From Renato:
"I took a look on pkg src and did some tests. Every time a remote operation is executed (pkg search, pkg update, pkg upgrade, pkg install, …) it downloads meta.txz and repositories.txz, then it compares with local files and update if it’s necessary.

The only way of avoiding it is using -U or env REPO_AUTOUPDATE=false

So to mitigate the number of requests we have today is to re-work the way pfSense does pkg calls and use REPO_AUTOUPDATE where is possible. But it is not a trivial change, require lots of tests to make sure we are not breaking anything.

Probably the best start point to add it is packages widget."

Actions #1

Updated by Renato Botelho over 7 years ago

  • Assignee set to Renato Botelho

I believe the responsible for so many queries is System Information Widget, that checks for upgrades every time it shows. Maybe a solution is to use -U there by default and add a flag to remove -u once or twice a day and also add a "Check now" link and user can click to force.

I'll make some tests and improve it.

Actions #2

Updated by Renato Botelho over 6 years ago

  • Status changed from New to Feedback

Many improvements were made to reduce the times pkg checks remote metadata. I looks much better now.

Actions #3

Updated by Jim Pingle over 6 years ago

  • Status changed from Feedback to Resolved

Seems fine now to me.

Actions

Also available in: Atom PDF