Re: Curious problem with yum

2009-11-12 Thread Kevin J. Cummings
On 11/12/2009 10:32 AM, Daniel B. Thurman 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

Re: Curious problem with yum

2009-11-12 Thread Michael Schwendt
On Thu, 12 Nov 2009 11:03:59 -0500, Kevin wrote: On 11/12/2009 10:32 AM, Daniel B. Thurman 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

Re: Curious problem with yum

2009-11-12 Thread Daniel B. Thurman
On 11/12/2009 08:09 AM, Michael Schwendt wrote: On Thu, 12 Nov 2009 11:03:59 -0500, Kevin wrote: On 11/12/2009 10:32 AM, Daniel B. Thurman 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,

Re: Curious problem with yum

2009-11-12 Thread stan
On Thu, 12 Nov 2009 07:32:02 -0800 Daniel B. Thurman d...@cdkkt.com 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

Re: Curious problem with yum

2009-11-12 Thread Daniel B. Thurman
On 11/12/2009 08:09 AM, Michael Schwendt wrote: On Thu, 12 Nov 2009 11:03:59 -0500, Kevin wrote: On 11/12/2009 10:32 AM, Daniel B. Thurman 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,

Re: Curious problem with yum

2009-11-12 Thread Brian Mury
On Thu, Nov 12, 2009 at 08:39, stan gr...@q.com wrote: 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

Re: Curious problem with yum

2009-11-12 Thread Daniel B. Thurman
On 11/12/2009 11:10 AM, Brian Mury wrote: yum install yum-skip-broken # yum install yum-skip-broken Loaded plugins: fastestmirror, presto, protect-packages, refresh-packagekit Loading mirror speeds from cached hostfile * fedora: mirror.web-ster.com * rpmfusion-free: mirror.web-ster.com *

Re: Curious problem with yum

2009-11-12 Thread Rick Stevens
On 11/12/2009 12:13 PM, Daniel B. Thurman wrote: On 11/12/2009 11:10 AM, Brian Mury wrote: yum install yum-skip-broken # yum install yum-skip-broken Loaded plugins: fastestmirror, presto, protect-packages, refresh-packagekit Loading mirror speeds from cached hostfile * fedora:

Re: Curious problem with yum

2009-11-12 Thread Brian Mury
There is nothing to download.  --skip-broken is built into yum. man yum will reveal it to you:  --skip-broken         skip packages with depsolving problems That's what I initially thought - but then I found this:

Curious problem with yum

2009-11-11 Thread Timothy Murphy
I recently ran yum update and encountered a conflict with iptstate requiring libnetfilter.conntrack . OK, that is simple enough; but if I remove iptstate I can then re-install it without any problem. --- [...@rose ~]$ sudo yum remove iptstate ...

Re: Curious problem with yum

2009-11-11 Thread Brian Mury
On Wed, 2009-11-11 at 12:37 +0100, Timothy Murphy wrote: I recently ran yum update and encountered a conflict with iptstate requiring libnetfilter.conntrack . OK, that is simple enough; but if I remove iptstate I can then re-install it without any problem. ipstate requires

Re: Curious problem with yum

2009-11-11 Thread Brian Mury
On Wed, 2009-11-11 at 12:23 -0800, Brian Mury wrote: ipstate Replace all occurrences of ipstate in my post with iptstate. Oops! -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines:

Re: Curious problem with yum

2009-11-11 Thread Timothy Murphy
Brian Mury wrote: I recently ran yum update and encountered a conflict with iptstate requiring libnetfilter.conntrack . OK, that is simple enough; but if I remove iptstate I can then re-install it without any problem. ipstate requires libnetfilter_conntrack libnetfilter_conntrack does

Re: Curious problem with yum

2009-11-11 Thread Brian Mury
On Wed, 2009-11-11 at 23:15 +0100, Timothy Murphy wrote: But now it seems to say that iptstate requires libnetfilter_conntrack. So why didn't it say that before when I yum-installed iptstate? It didn't say that before because you already had libnetfilter_conntrack installed. You must have had

Re: Curious problem with yum

2009-11-11 Thread Paul W. Frields
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