[How To] Kernel Upgrade via Yum for CentOs boxes

Discussion in 'Security' started by herolo, Sep 14, 2008.

  1. #1
    Make sure your yum.conf looks something like this:


    
    root@layer001 [~]# cat /etc/yum.conf
    [main]
    exclude=courier* apache* mod_ssl* httpd* perl mysql* php* spamassassin* exim*
    cachedir=/var/cache/yum
    debuglevel=2
    logfile=/var/log/yum.log
    pkgpolicy=newest
    distroverpkg=centos-release
    tolerant=1
    exactarch=1
    retries=20
    obsoletes=1
    gpgcheck=1
    
    # PUT YOUR REPOS HERE OR IN separate files named file.repo
    # in /etc/yum.repos.d
    root@layer001 [~]#
    Code (markup):

    More...
    Read FULL tutorial
     
    herolo, Sep 14, 2008 IP
  2. mywedding

    mywedding Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    thanks guy
     
    mywedding, Oct 10, 2008 IP
  3. Economist

    Economist Peon

    Messages:
    231
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    nice one, ; )
     
    Economist, Oct 13, 2008 IP