> I've attached a -d5 output from this command. hprsm.amd64 is inside the > cisco-linux-server/x86_64 repo primary.xml.gz, yet nothing is output. > > > amd64 should be a supported arch for yum 2.2.X and 2.3.X > > > > I don't see em64t anywhere - is it possible for you to make this package > > available to me? > > http://h18000.www1.hp.com/support/files/server/us/download/22430.html > > The above URL has HP's amd64 and em64t RPMs for "hprsm". Well it seems like hp has modified their rpmrc b/c rpm in rhel3 has no knowledge of that arch. which makes this all extremely painful. Might want to ask them where the it came from b/c making up new arches is kinda a no-no. about the amd64 arch: what does the machine report as? run this command: python -c "import rpmUtils.arch; print rpmUtils.arch.getBaseArch()" and run: cat /etc/rpm/platform if it isn't reporting as 'amd64' then it is not compatible with amd64 packages. ia32e is intel's x86_64 amd64 is amd's x86_64 they are both supersets of x86_64 iirc and you can't use ia32e packages on just any-old x86_64 and not on amd64. fun, huh? -sv