Disable yum update
September 10th, 2009
Comments off
How disable yum updatesd?
At least one other has seen this and it is a known bug, see: http://bugs.centos.org/view.php?id=2039
- service yum-updatesd stop
- chkconfig –levels 2345 yum-updatesd off
- chkconfig –del yum-updatesd
- yum –enablerepo=updates-testing install yum-updatesd














