Changes between Version 13 and Version 14 of Development/Templates/ClientSideDepsCheck


Ignore:
Timestamp:
Sep 15, 2008, 9:41:53 PM (17 years ago)
Author:
/DC=es/DC=irisgrid/O=uam/CN=luisf-munnoz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Templates/ClientSideDepsCheck

    v13 v14  
    6363If you add the -p flag, then the program will output Pan lines adding the package (using {{{pkg_repl}}}) for easy cut-and-paste into the offending profile!
    6464
     65= TROUBLESHOOTING =
     66
     67== No handlers could be found... ==
     68
     69Yum changes the API from one version to another. This means, that you
     70are using an old version and you should upgrade. This script has been
     71tested on Yum versions for Fedora 8 and 9. You should use, at least,
     72version 3.2.8.
     73
     74If you are using SL4 or SL5, you'll have to build Yum. Or you can get
     75the RPM from
     76[http://gridp03.ft.uam.es/swrep/noarch/yum-3.2.19-3.noarch.rpm UAM's build].
     77
     78== Errors on packages while checking dependencies ==
     79
     80First, check your yum configuration. If it's all right, it means that
     81you upgraded Yum following the steps above, but the repository
     82metadata was created with an older version of createrepo.
     83
     84Again, you must upgrade createrepo to a newer version, which might
     85involve re-building the RPM or downloading it from
     86[http://gridp03.ft.uam.es/swrep/noarch/createrepo-0.9.5-2.noarch.rpm UAM's repository].
     87
    6588= TODO =
    6689 * Tool for automatically running createrepo on all Quattor repositories on the server
     
    7194= DONE =
    7295 * Convince YUM to look at 64-bit packages on a non-64-bit machine (fixed by calling YUM's doSackSetup with a comprehensive list of arches -- need a better solution as this function is deprecated)
     96