apt plugin alert
list 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. Can you tell me how to avoid this allert or where to read about it? Thank you. Rodolfo Pilas
list Christoph Berg
Re: Rodolfo Pilas 2009-11-15 <user-2a7aa13a5a50@xymon.invalid>
▸
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
▸
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