<div dir="ltr">Thanks Michael - it worked perfect.<br></div><div class="gmail_extra"><br clear="all"><div>Dan Porter<br>Twin Wolf Technology Group, LLC<br></div>
<br><br><div class="gmail_quote">On Sat, Mar 30, 2013 at 5:34 PM, Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it" target="_blank">mstauber@blueonyx.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Dan,<br>
<div class="im"><br>
> I am getting the following errors when trying to yum update one of our<br>
> Aventurine servers:<br>
><br>
</div>> I have tried a yum cleanall and yum update but no success.   Any<br>
> suggestionsor help would beappreciated.<br>
<br>
Actually you shouldn't have the "stock" kernel and its firmware<br>
installed on Aventurin{e} to begin with, as there ares the vzkernel and<br>
vzkernel-firmware RPMs that substitute the respective functions.<br>
<br>
So the resolve would be to find and remove all kernel and<br>
kernel-firmware RPMs, BUT not the vzkernel and vzkernel-firmware RPMs:<br>
<br>
The command ...<br>
<br>
rpm -qa|grep ^kernel-|grep -v headers<br>
<br>
... will produce a list of RPMs that you need to remove with the command<br>
"rpm -e --nodeps name-of-rpm".<br>
<br>
After that you should be fine.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</font></span></blockquote></div><br></div>