vredfreak wrote:I ran "slapt-get -i kernel-source'. What I ended up with was running on kernel 2.6.33.1, with sources for 2.6.33.2. The kernel* packages are locked in slapt-getrc so gslapt wouldn't upgrade them. Shouldn't both slapt-get and gslapt honor locked packages in slapt-getrc?
Actually if you use slapt-get is actually 'forces' the install of packages even if they are blocked in /etc/slapt-get/slapt-getrc whereas gslapt is always bound by it. The logic behind it is probably that it is very easy to click inadvertently on something while when you take the time to type everything, you probably mean it.
Thinking further about this, it actually makes things easier than having to edit /etc/slapt-get/slapt-getrc whenever you want to exceptionally force an install.
So in your case a simple:
slapt-get kernel-modules-smp kernel-huge-smp kernel-huge-smp kernel-firmware
would fix things (but you already probably did that)