Andreas J's kernel k_smp-2.4.21-89.amd64.rpm
Updating the kernel failed on my Beta9 machine with the following message Would you please help me sort this problem out? Thanks. Hugh ============================================== # rpm -Uvh *.rpm error: failed dependencies: irqbalance is needed by k_smp-2.4.21-89 rpmlib(PartialHardlinkSets) <= 4.0.4-1 is needed by k_smp-2.4.21-89 ========================================= Basically, I do not know which packages provide irqbalance and rpmlib.
On Fri, Oct 10, 2003 at 01:38:31PM +0900, Hugh Song wrote:
Updating the kernel failed on my Beta9 machine with the following message Would you please help me sort this problem out?
Use --nodeps. It was built for 9.0, but should work fine on 8.2beta9 too.
Thanks.
Hugh
============================================== # rpm -Uvh *.rpm error: failed dependencies: irqbalance is needed by k_smp-2.4.21-89 rpmlib(PartialHardlinkSets) <= 4.0.4-1 is needed by k_smp-2.4.21-89 =========================================
Basically, I do not know which packages provide irqbalance and rpmlib.
irqbalance is provided by irqbalanced. It's recommended for SMP systems (although not strictly needed) rpmlib(PartialHardlinkSets) is a rpm4'ism, but but can be ignored here. -Andi
participants (2)
-
Andi Kleen
-
Hugh Song