RHEL repository problems
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OurDelta |
New
|
Undecided
|
evil_steve |
Bug Description
The yum repository setup as described on http://
I'm setting up on an x86_64 RHEL5 server machine:
$ lsb_release -a
LSB Version: :core-3.
Distributor ID: RedHatEnterpris
Description: Red Hat Enterprise Linux Server release 5.3 (Tikanga)
Release: 5.3
Codename: Tikanga
Trying to install, it seems that $release version is '5Server' on this machine, whilst the repo expects it to be '5'.
$sudo yum install Mysql-OurDelta-
Loaded plugins: rhnplugin
http://
Trying other mirror.
http://
Trying other mirror.
http://
Trying other mirror.
http://
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: ourdelta. Please verify its path and try again
I can use a local mirrorlist and change '\$releaseversion' to '5', but then it defaults to installing i386 packages, not x86_64 ones.
Changed in ourdelta: | |
assignee: | nobody → evil_steve (steve-nerdvana) |
That would be correct.
This boils down to the way RHEL does their channel subscription resolution in yum, and the best way to solve it is to break the RHEL and Centos configs apart to reference different paths in the repo file (the paths can essentially be a symbolic link on the mirrors).