[PlanetCCRMA] Kernel updates

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu May 11 09:40:03 2006


On Sat, 2006-05-06 at 23:11 +0100, Joe Curtis wrote:
> HI,
> 
> My latest visit to Synaptic gave me the following error:
> 
> APT system reports:
> E: Failed
> adding /var/cache/apt/archives/kernel#2.6.16-1.2080.13.rdt.rhfc4.ccrma_2.6.16-1.2080.13.rdt.rhfc4.ccrma_i686.rpm to transaction (install)
> E: Failed adding /var/cache/apt/archives/kernel#2.6.16-1.2069%
> 5fFC4_2.6.16-1.2069%5fFC4_i686.rpm to transaction (install)
> E: Transaction set check failed
> 
> I was quite keen to get a kernel module above 2.6.14 as 2.6.15 and above
> have an mppe module (needed for a pptp vpn connection) built into the
> kernel. 

That's an strange error message. Is this still happening? Could you try
the command line apt-get? Do first:
  apt-get update
and then
  apt-get install planetccrma-core
(for example)

You could try cleaning up the apt package caches with "apt-get clean"
but I doubt that's the problem. 

There could be a problem with some other caches apt-get keeps (or a
problem with a repository but I'm not seeing what you see here). You
could, for example, comment out _all_ repositories in your
configuration, then do an "apt-get update", then add the repositories
you need and do another "apt-get update". 

-- Fernando