On 2/11/06, <b class="gmail_sendername">Michael Haan</b> &lt;<a href="mailto:michael.haan@gmail.com">michael.haan@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></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_1095ba13db123cb5_0">On 2/11/06, <b class="gmail_sendername">Al McIntosh</b> &lt;<a href="mailto:junkmail@allanmcintosh.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
junkmail@allanmcintosh.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Michael Haan wrote:<br><br>&gt; This has happened multiple times now.&nbsp;&nbsp;Following Jarod's guide, I do a<br>&gt; fresh install of FC4 x86_64 then run &quot;yum upgrade&quot;.&nbsp;&nbsp;Somewhere along<br>&gt; the way it &quot;pauses&quot;.&nbsp;&nbsp;The machine isn't frozen as I can break out of
<br>&gt; the upgrade by hitting ctrl-Z.&nbsp;&nbsp;But then, re-running yum upgrade<br>&gt; gives me something about net-snmp being needed for net-snmp-libs.<br>&gt; Anyone else seen this and/or know how to get past it?<br><br><br>

<br>Sounds like you will not be using snmp. You could try `rpm -e --test<br>net-snmp net-snmp-libs` if there are no complicated conflicts<br>then I would just remove it with rpm -e --test net-snmp net-snmp-libs.<br><br>Also, when you use ctrl-Z it does not kill a process it simply suspends
<br>it. By doing so you could have many instances of yum sleeping in the<br>background.&nbsp;&nbsp;Use ctrl-C instead if you are trying to kill a hung<br>process. You can use 'jobs' to query processes running in your current<br>shell. Or use ps -ef or top to see if you have yum sleeping. With regard
<br>to yum this could pose potential issues with open locks.<br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>
</span></div>Good point - unfortunately, ctrl-c won't break-out.<br>

</blockquote></div><br><br>What's more, I tried to remove net-snmp, and it didn't work.&nbsp; Has anyone been able to run &quot;yum upgrade&quot; on an x86_64 under FC4?<br>