| | 65 | = TROUBLESHOOTING = |
| | 66 | |
| | 67 | == No handlers could be found... == |
| | 68 | |
| | 69 | Yum changes the API from one version to another. This means, that you |
| | 70 | are using an old version and you should upgrade. This script has been |
| | 71 | tested on Yum versions for Fedora 8 and 9. You should use, at least, |
| | 72 | version 3.2.8. |
| | 73 | |
| | 74 | If you are using SL4 or SL5, you'll have to build Yum. Or you can get |
| | 75 | the 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 | |
| | 80 | First, check your yum configuration. If it's all right, it means that |
| | 81 | you upgraded Yum following the steps above, but the repository |
| | 82 | metadata was created with an older version of createrepo. |
| | 83 | |
| | 84 | Again, you must upgrade createrepo to a newer version, which might |
| | 85 | involve 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 | |