Package origin not showing *-security

Bug #1053585 reported by mrvanes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
apt-show-versions (Ubuntu)
New
Undecided
Unassigned

Bug Description

I use apt-show-versions to decide if I have to flag an alert in my monitoring system for pending security updates. On nearly all of my installs this succeed, except for two: they show the update's origin to be "precise" instead of "precise-security" and thus don't trigger an alert when grep'ing for "security" in apt-show-version's output:

#!/bin/sh
apt-show-versions -u | grep security | wc -l

I can't seem to find any difference in the apt setup of those machines. They all have the same (default) repositories listed, in the same order.

When looking through aptitude on the misbehaving machines, it clearly shows security updates are pending, so they really should have triggered.

Revision history for this message
mrvanes (mrvanes) wrote :

For those stumbling upon this bug for the same reason, I found an elegant work-around:
aptitude search '?and(~U,~Asecurity)' | wc -l

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.