<br><br><div><span class="gmail_quote">On 11/16/05, <b class="gmail_sendername">Bob Chiodini</b> &lt;<a href="mailto:robert.chiodini-1@ksc.nasa.gov">robert.chiodini-1@ksc.nasa.gov</a>&gt; 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>&gt; On Wed, Nov 16, 2005 at 02:54:31PM +0530, Rahul Sundaram wrote:<br>&gt; &gt; Enable fedora-devel and extras-devel repository and disable the rest and<br>&gt; &gt; run yum update. Post the output of that to the list if you need help.
<br>&gt; &gt; You might workaround dependencies by installing a minimal number of<br>&gt; &gt; packages or ignore some of the packages in the update by using the<br>&gt; &gt; exclude option in yum. man yum and yum.conf for details.
<br>&gt;<br>&gt; You probably have to remove some of your older kernels from FC4 as well.<br>&gt; If your existing kernel is 2.6.13 something or later, then do an<br>&gt; rpm -qa | grep kernel<br>&gt;<br>&gt; Any kernels which are not 
2.6.13 or later, rpm -ev the package name<br>&gt; (including -devel).<br>&gt;<br>&gt; Otherwise, I got things to upgrade fairly smoothly.<br>&gt;<br>&gt; Good Luck,<br>&gt; Robin<br>&gt;<br><br>How timely.&nbsp;&nbsp;I'm going thru this right now and have been for the past
<br>two days.&nbsp;&nbsp;In addition to the others' responses, so far this is what I<br>did:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clean &quot;everything&quot; install of FC4 from CDs.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Download the latest development kernel, kernel-devel,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;initscripts, kudzu, kudzu-devel, hwdata.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--nodeps install of the downloaded packages.&nbsp;&nbsp;You may only need<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the new kernel, try that first.&nbsp;&nbsp;That might avoid the libc<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;problems below.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reboot to the new kernel, you'll get errors from kudzu, etc.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;about libc.&nbsp;&nbsp;You will also need to manually set up networking<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(ifconfig, route).<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove the original kernel (yum remove 
kernel-2.6.11*, I think).<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This fixes the kudzu conflict with the &lt; 2.6.13 kernel.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Turn off gpgcheck in /etc/yum.repos.d/fedora-devel.repo.&nbsp;&nbsp;For<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;some reason gnome-panel is not signed.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Memory get a little foggy here:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;These packages caused ssh/ssl grief and were not necessary for<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;me:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;yum remove Canna* iiimf* ppp* w3c* hpoj perl-RPM2<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;yum --exclude dlm-* --exclude=cman-kernel --exclude=lvm2-cluster
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--exclude=gulm* --exclude=magma*&nbsp;&nbsp;upgrade<br><br>This is where I am now.&nbsp;&nbsp;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">
fedora-test-list@redhat.com</a><br>To unsubscribe:<br><a href="https://www.redhat.com/mailman/listinfo/fedora-test-list">https://www.redhat.com/mailman/listinfo/fedora-test-list</a><br></blockquote></div><br>
<br>
I wouldn't be doing &quot;nodeps&quot; on anything, good way to hose your
system.&nbsp; 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 &lt;old-kernels&gt; &lt;old-kernel-devel&gt;<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 &lt;all problems&gt; 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 &quot;Base&quot; &quot;GNOME Desktop Environment&quot; &quot;X Window System&quot; &quot;System Tools&quot;<br>
<br>
Quotes are important if it is more than one word, just like scripting/coding<br>
<br>
yum grouplist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>