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?
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 ?
t
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 rpm?
--noscripts ?
and, since it apparently doesn't' support chkconfig, you likely will need to manually clean out /etc/rc.d/rc?.d/???hipfw
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 rpm?
--noscripts ?
tried 'yum --noscripts erase hipl-firewall' and got the error:
command line error: no such option: --noscirpts
Seems like what I would want, but a man yum did not show any such option....
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 but that's probably a bad idea for just one package ;)
-- Fridh
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 another system, so I am looking at one screen and typing on another. For us dyslexic people, typos are normal....
'rpm --noscripts -e' worked.
the rpm is gone. So too is the /etc/rc.d/init.hipfw
thanks!