Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 8 of 8

This is a discussion on cPanel/WHM messed with CentOS updates in the VPS & Dedicated forum
Today the cPanel update script exectued "yum update" which failed to update anything. I did a manual "yum update" to see what went wrong and ...

  1. #1
    Loyal Client thisisit3's Avatar
    Join Date
    Mar 2007
    Posts
    642

    cPanel/WHM messed with CentOS updates

    Today the cPanel update script exectued "yum update" which failed to update anything.

    I did a manual "yum update" to see what went wrong and found this:

    --> Running transaction check
    --> Processing Dependency: glibc-common = 2.3.4-2.25 for package: glibc-dummy-centos-4
    --> Finished Dependency Resolution
    Error: Missing Dependency: glibc-common = 2.3.4-2.25 is needed by package glibc-dummy-centos-4

    Anyone having a similar problem?

  2. #2
    JPC Support Smithjp's Avatar
    Join Date
    Jun 2006
    Location
    Planet Earth
    Posts
    166
    On the VPS do

    rpm –qa | grep glibc

    it will list the glibc rpms installed on the VPS, look for an rpm glibc-dummy-centos-4 and erase it by

    rpm -e glibc-dummy-centos-4

    glibc-dummy-centos-4 is developed by swsoft. It is save to deinstall this package from a VPS before upgrading glibc.

  3. #3

  4. #4
    Loyal Client thisisit3's Avatar
    Join Date
    Mar 2007
    Posts
    642
    CentOS 4.4 update to CentOS 4.5 is now complete.

    Only thing that i haven't yet solved is the file /sbin/ifup, the new rpm installed it as /sbin/ifup.rpmsave. I've taken a look at the differences:

    Code:
    diff -u /sbin/ifup /sbin/ifup.rpmsave |less
    there are 6 changes but i'm not sure if my old ifup has been modified for a reason, so i'm not sure if i should overwrite it with the new one.

  5. #5
    JPC Support Smithjp's Avatar
    Join Date
    Jun 2006
    Location
    Planet Earth
    Posts
    166
    As far as I know, .rpmsave file contains the old version of the file. The original file has been replaced by the file contained in the RPM.

  6. #6
    Loyal Client thisisit3's Avatar
    Join Date
    Mar 2007
    Posts
    642
    Nope, its the exact opposite, the .rpmsave is the new file and its only created of the existing file has been modified (based on the original of the previous RPM).

    For example, the upgrade also created the files issue.rpmnew and issue.net.rpmnew, both of which contain the new version numbers (CentOS 4.5 etc) but they don't replace the existing ones which contain a custom disclaimer.

  7. #7
    JPC Support Smithjp's Avatar
    Join Date
    Jun 2006
    Location
    Planet Earth
    Posts
    166
    rpmnew file contains the new file from the RPM so thats fine. What repositories you are using for YUM?

    If your file contains specific changes, then it will not be overwritten. The 'new' default file from the update package is installed as rpmnew.

    Some updates may involve default config file settings that were unsafe or made obsolete in a major rewrite. In such cases the new might be installed and your old file renamed as something.rpmsave.
    Last edited by Smithjp; 05-19-2007 at 03:45 AM.

  8. #8

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •