<br><br><div><span class="gmail_quote">On 11/16/05, <b class="gmail_sendername">Justin Conover</b> <<a href="mailto:justin.conover@gmail.com">justin.conover@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_107998d8dafd91b5_0"><br><br><div><span class="gmail_quote">On 11/16/05, <b class="gmail_sendername">Bob Chiodini</b> <<a href="mailto:robert.chiodini-1@ksc.nasa.gov" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
robert.chiodini-1@ksc.nasa.gov</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 2005-11-16 at 06:44 -0600, Robin Holt wrote:<br>> On Wed, Nov 16, 2005 at 02:54:31PM +0530, Rahul Sundaram wrote:<br>> > Enable fedora-devel and extras-devel repository and disable the rest and<br>> > run yum update. Post the output of that to the list if you need help.
<br>> > You might workaround dependencies by installing a minimal number of<br>> > packages or ignore some of the packages in the update by using the<br>> > exclude option in yum. man yum and yum.conf for details.
<br>><br>> You probably have to remove some of your older kernels from FC4 as well.<br>> If your existing kernel is 2.6.13 something or later, then do an<br>> rpm -qa | grep kernel<br>><br>> Any kernels which are not 
2.6.13 or later, rpm -ev the package name<br>> (including -devel).<br>><br>> Otherwise, I got things to upgrade fairly smoothly.<br>><br>> Good Luck,<br>> Robin<br>><br><br>How timely.  I'm going thru this right now and have been for the past
<br>two days.  In addition to the others' responses, so far this is what I<br>did:<br><br>        Clean "everything" install of FC4 from CDs.<br><br>        Download the latest development kernel, kernel-devel,
<br>
        initscripts, kudzu, kudzu-devel, hwdata.<br><br>        --nodeps install of the downloaded packages.  You may only need<br>        the new kernel, try that first.  That might avoid the libc<br>        problems below.
<br><br>        Reboot to the new kernel, you'll get errors from kudzu, etc.<br>        about libc.  You will also need to manually set up networking<br>        (ifconfig, route).<br><br>        Remove the original kernel (yum remove 
kernel-2.6.11*, I think).<br>        This fixes the kudzu conflict with the < 2.6.13 kernel.<br><br>        Turn off gpgcheck in /etc/yum.repos.d/fedora-devel.repo.  For<br>        some reason gnome-panel is not signed.
<br><br>        Memory get a little foggy here:<br><br>        These packages caused ssh/ssl grief and were not necessary for<br>        me:<br><br>        yum remove Canna* iiimf* ppp* w3c* hpoj perl-RPM2<br><br>        yum --exclude dlm-* --exclude=cman-kernel --exclude=lvm2-cluster
<br>        --exclude=gulm* --exclude=magma*  upgrade<br><br>This is where I am now.  At last count there were over 1200 packages to<br>be upgraded.<br><br>Bob...<br><br><br>--<br>fedora-test-list mailing list<br><a href="mailto:fedora-test-list@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

fedora-test-list@redhat.com</a><br>To unsubscribe:<br><a href="https://www.redhat.com/mailman/listinfo/fedora-test-list" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://www.redhat.com/mailman/listinfo/fedora-test-list
</a><br></blockquote></div><br>
<br></span></div>
I wouldn't be doing "nodeps" on anything, good way to hose your
system.  Like its been mentioned, I would remove all your 2.6.13
kernels first, fc4 has a 2.6.14 kernel.<br>
<br>
rpm -qa kernel\*<br>
yum remove <old-kernels> <old-kernel-devel><br>
yum update kernel yum<br>
<br>
If you get a lot of old package deps, the easiest thing to do is <br>
<br>
yum remove <all problems> and if you have to, get to a pretty lean rawhide box and then use groupinstalls<br>
<br>
yum groupupdate or groupinstall Base Gnome, stuff you use<br>
<br>
example<br>
<br>
yum groupinstall "Base" "GNOME Desktop Environment" "X Window System" "System Tools"<br>
<br>
Quotes are important if it is more than one word, just like scripting/coding<br>
<br>
yum grouplist         will show you what is important<br>
<br>
<br>
Just a note, with all the new xorg updates this could be a painful time :)<br>
<br>
have fun!<br>

</blockquote></div><br>
<br>
Oh, after the "yum update kernel yum" I would reboot first, this is pretty much how I move box's to rawhide.<br>