Modify ↓
Ticket #629 (closed defect: wontfix)
eboxpackagelist is not update in a timely fashion
| Reported by: | matt (at...) monki.org.uk | Owned by: | juruen@… |
|---|---|---|---|
| Milestone: | Component: | software management | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The /var/lib/ebox/tmp/eboxpackagelist file can contain information about installed packages that is out of date. If a package is removed, for instance, the eboxpackagelist is not updated. If a new version is installed, the old version is still listed.
A work around is to remove the eboxpackagelist file.
The code related to this is in the software module, Software.pm, function libEBoxPkgs lines 78-87 and similar rules are applied by listUpgradablePkgs, lines 210-219, though I have not tested this to see if has the same problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Those files are updated on timely fashion (every midnight indeed) using ebox-software script. Moreover, if all installation/removals are done using UI the cache are regenerate as well.