I'm testing using apt-get dist-upgrade to upgrade my RH 7.2 boxes to 7.3. When I did this, I noticed in the list of NEW packages to be installed, it listed kernel-smp#2.4.18-4. These are single CPU boxes, so I'm wondering why it would do that. I got around it by manually installing the new kernel. apt-get install kernel#2.4.18-4 My apt.conf looks like this: RPM { // Leave list empty to disable AllowedDupPkgs {"^kernel$"; "kernel-smp"; "kernel-enterprise"; }; HoldPkgs {"kernel-source"; "kernel-headers"; }; } I currently have 2.4.9-31 kernel installed: # rpm -qa|grep ^kernel kernel-source-2.4.9-31 kernel-2.4.9-31 kernel-headers-2.4.9-31 kernel-doc-2.4.9-31 Any ideas? -- Amy Tanner amy at real-time.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 524 bytes Desc: not available Url : http://shadowknight.real-time.com/pipermail/tclug-list/attachments/20020605/e5f6099c/attachment.pgp