Hi<br><br>
<div><span class="gmail_quote">2006/1/3, fredex <<a href="mailto:fredex@fcshome.stoneham.ma.us">fredex@fcshome.stoneham.ma.us</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Gang!<br><br>I've got a brand new FC4 installation. Trying to use yum (or up2date)<br>to import and install all the updates since the release.
<br><br>Either program will run for a while then hang. for, like, 2 hours until<br>I kill it. When hung it consumes 80-90% of the CPU but does nothing<br>obviously productive.<br><br>Is this a known issue? if so can anyone suggest a fix/workaround for it?
<br><br>thanks!</blockquote>
<div> </div>
<div>If you made a full install, expect about 1,6GB of update to be downloaded and installed. This can lead to a critical situation.</div>
<div>When I've made a similar job I've used this approach:</div>
<div>1- yum update yum</div>
<div>    this is the first thing to be sure yum is correct</div>
<div>2- yum update kernel*<br>    just to download the latest kernel</div>
<div>3- yum update xorg*<br>    the x11 part</div>
<div>4- yum update gnome* kde*</div>
<div>5- yum update gcc*</div>
<div>6- reboot <br>    to use the new kernel/xorg etc</div>
<div>7- yum check-update | tee myup2date | wc </div>
<div>    to have a list of package to be updated</div>
<div>8- vim myup2date <br>    see how many packages you have to upgrade and try to update group of them (yum <br>    update pref* as per yum update mysql* or yum update ooffice*)</div>
<div> </div>
<div>Be carefull to update for limited batch of packages; if you are updating an x86_64 mach, many package come in the double arch i386 and x86_64. In some situation the rpm can be confused in updating this. Updating a small set of package can be usefull to fix this problems (for me: perl, cups and some other package)
</div>
<div> </div>
<div>HTH</div>
<div> </div>
<div>-- <br>Alessandro Brezzi<br> </div></div>