Vanco Backup wrote:
Anyone else see this:
Updating  : httpd                        ####################### [ 4/60]
service httpd does not support chkconfig
error: %post(httpd-2.2.3-11.el5_2.4.x86_64) scriptlet failed, exit status 1

I highly suspect someone at some point did
# chkconfig --remove httpd
to disable httpd instead of just turning it off with
# chkconfig httpd off

I now see:
[EMAIL PROTECTED] ~]# yum list httpd
Installed Packages
httpd.x86_64                             2.2.3-11.el5_2.4       installed
httpd.x86_64                             2.2.3-11.el5_1.3       installed
...which I can only assume is a bad thing.....?

I would fix it like this:
# chkconfig --add httpd
# rpm -e httpd-2.2.3-11.el5_1.3
# rpm -V httpd

If you're feeling paranoid then remove both versions and install again.

-tgc

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to