Saturday, June 28, 2008

uninstall / reinstall server rpm or modules named

Today I encounted a problem where an RPM/module (bind) was aparantly either corrupt or not working.

To fix, I used:


yum remove bind*
yum install bind*
/scripts/fixndc

*Note: Accept YES to install everything EXCEPT bind-choot.



This fixed it and I'm sure it would fix other server modules as well.

No comments: