Re: [CentOS] yum erase fails

2008-09-12 Thread Robert Moskowitz
Mikael Fridh wrote: On Fri, Sep 12, 2008 at 10:30:38AM -0400, Robert Moskowitz wrote: tried 'yum --noscripts erase hipl-firewall' and got the error: command line error: no such option: --noscirpts You didn't spell it correctly. It's an option for rpm, not yum. Well, this is on an

Re: [CentOS] yum erase fails

2008-09-12 Thread Mikael Fridh
On Fri, Sep 12, 2008 at 10:30:38AM -0400, Robert Moskowitz wrote: > tried 'yum --noscripts erase hipl-firewall' and got the error: > > command line error: no such option: --noscirpts You didn't spell it correctly. It's an option for rpm, not yum. You can however add tsflags=noscripts to yum.conf

Re: [CentOS] yum erase fails

2008-09-12 Thread Robert Moskowitz
Pintér Tibor wrote: Robert Moskowitz wrote: I am trying to erase an rpm with yum erase. It fails: service hipfw does not support chkconfig Removed: hipl-firewall.i386 0:1.0.4.1 Complete! And it is not removed If I try with rpm -e, I get the same error message. So how do I remove this r

Re: [CentOS] yum erase fails

2008-09-12 Thread John R Pierce
Pintér Tibor wrote: Robert Moskowitz wrote: I am trying to erase an rpm with yum erase. It fails: service hipfw does not support chkconfig Removed: hipl-firewall.i386 0:1.0.4.1 Complete! And it is not removed If I try with rpm -e, I get the same error message. So how do I remove this

Re: [CentOS] yum erase fails

2008-09-12 Thread Pintér Tibor
Robert Moskowitz wrote: I am trying to erase an rpm with yum erase. It fails: service hipfw does not support chkconfig Removed: hipl-firewall.i386 0:1.0.4.1 Complete! And it is not removed If I try with rpm -e, I get the same error message. So how do I remove this rpm? --noscripts ?