Xymon Mailing List Archive search

apt plugin alert

3 messages in this thread

list Rodolfo Pilas · Sun, 15 Nov 2009 11:03:34 -0200 ·
I am receiving an alert about:

Packages not installed from apt repositories:
   linux-image-2.6.18-19-ovz-686

but I wish to ignore this alert because this pakage must be installed.

Can you tell me how to avoid this allert or where to read about it?

Thank you.
Rodolfo Pilas
list Christoph Berg · Mon, 16 Nov 2009 13:00:45 +0100 ·
Re: Rodolfo Pilas 2009-11-15 <user-2a7aa13a5a50@xymon.invalid>
quoted from Rodolfo Pilas
I am receiving an alert about:

Packages not installed from apt repositories:
   linux-image-2.6.18-19-ovz-686

but I wish to ignore this alert because this pakage must be installed.
Hi,

the prefered solution is to set up an apt repository that contains the
package. What also works is to set the package on hold:

echo linux-image-2.6.18-19-ovz-686 hold | dpkg --set-selections

Using apt pinning (man apt_preferences) might also work, but is ugly
to work with.

Christoph
-- 
user-92157dbc91bf@xymon.invalid | http://www.df7cb.de/
list Rodolfo Pilas · Tue, 17 Nov 2009 18:34:13 -0200 ·
quoted from Christoph Berg
El 16/11/09 10:00 a.m., Christoph Berg escribió:
the prefered solution is to set up an apt repository that contains the
package. 
Thank you Christoph.  The problem was that the package was removed from
the repository and I maintained it installed.
echo linux-image-2.6.18-19-ovz-686 hold | dpkg --set-selections
Your suggestion enables me to found the problem. Thank you!

Rodolfo Pilas