On Thu, 12 Nov 2009 07:32:02 -0800 "Daniel B. Thurman" <dant@xxxxxxxxx> wrote: > On 11/11/2009 07:51 PM, Paul W. Frields wrote: > > On Wed, Nov 11, 2009 at 12:25:45PM -0800, Brian Mury wrote: > > > >> On Wed, 2009-11-11 at 12:23 -0800, Brian Mury wrote: > >> > >>> ipstate > >>> > >> Replace all occurrences of "ipstate" in my post with "iptstate". > >> Oops! > > Known problem -- the maintainer made a minor mistake and this should > > be cleared up shortly. Just wait until tomorrow and try again. > > Fedora contributors are working on tools that in the future will > > help minimize these occurrences. If anyone would like to get > > involved to solve the problem, they're always welcome! > > > > Um, really? One down and one more to go! > > Still a problem:: > =========== > nufw-2.2.21-3.fc11.i586 from installed has depsolving problems > --> Missing Dependency: libnetfilter_conntrack.so.1 is needed by > package nufw-2.2.21-3.fc11.i586 (installed) > Error: Missing Dependency: libnetfilter_conntrack.so.1 is needed by > package nufw-2.2.21-3.fc11.i586 (installed) > > The workaround for this sort of thing is to do something like the following: yum list updates > updates vim updates (or your favorite text editor) insert a #! /bin/bash at the top record a macro that converts each line to yum -y update package-name (the lines sometimes wrap because names are so long) chmod +x updates ./updates This takes longer to run because dependency checking is done on every package. But it does the job. Alternatively, you could just change it into one large update with the offending packages removed, and backslash continuation on each line. Much faster runtime. Or you could just wait and contemplate the fact that in windows these updates would be months off. :-) -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines