- Init scripts throw syntax errors due to coreutils being more picky about syntax
FIXED This was determined to be due to an nss_ldap + bash 3.2 SIGPIPE bug. See the mailing list for more info.
- Bash 3.2 metadata incorrect
NOFIX This was determined to be an upstream issue with the specspo package, which hasn't been updated in a while. 'LANG=c rpm -qi bash' shows the correct version.
- bash-3.2-21.el5
- File: RPM Summary and Description fields
- Error: Text claims that the package contains Bash 3.1
- i686 packages missing from x86_64 repo
FIXED This was fixed when Karanbir added multilib packages
- glibc-2.5-24.i686.rpm
- Error: yum update fails with:
Error: Missing Dependency: glibc-common = 2.5-18.el5_1.1 is needed by package glibc
FIXED This was fixed when Karanbir added multilib packages
- mkinitrd-5.1.19.6-28.i386.rpm mkinitrd-devel-5.1.19.6-28.i386.rpm
- Error: yum update fails with:
Running rpm_check_debug ERROR with rpm_check_debug vs depsolve: Package mkinitrd needs nash = 5.1.19.6-19, this is not available.
- 3 packages crash yum with a recursion error when trying to install them
NOFIX Per JeffSheltren:
A related yum bug[1] claims that it would be caused by a packaging error, a conclusion which I'm inclined to agree with.
Alternate Per JohnnyHughes:
I think this might be the bug[2]. mstflint, perftest, and tvflash should be the new packages and the openib-* ones should not get installed
[2] https://bugzilla.redhat.com/show_bug.cgi?id=448772 bz448772
- mstflint
- openib-perftest
- openib-tvflash
The groups used by yum for yum groupinstall do not include the additional channels that are enabled. So you cannot do group yuminstall cluster-suite or something similar.
FIXED {{{These are not "uservisible" in the upstream comps.xml file. I have made them visible in our comps.xml
file so they should be there in 5.2 (JohnnyHughes)
}}}
A kickstart installation that used the repo directive that points to an updates repository would fail the install because the dependency order was totally wrong. (normally glibc and coreutils are one of the first packages because it includes ldconfig and necessary utilities for RPM %pre and %post scripts.
During an graphical anaconda installation, the mouse pointer that hovers above the Next button on a new screen requires to leave the Next button and re-enter it before you can click it. Usually people have the mouse-pointer on the Next button if the default is fine.