Re: Components not listed.

Panu Matilainen <[email protected]> Wed, 29 Sep 2004 12:27:13 +0300 (EEST)
Newsgroups gmane.linux.conectiva.apt-rpm
Message-ID <[email protected]>
On Tue, 28 Sep 2004, Giancarlo Boaron wrote:

> Hi all!
> I think that's a easy question, but I don't know what
> to do about it.
> 
> I added this line to my sources.list just to try a
> "apt-get update" command because this is a functional
> server (I used the browser to access it and 
> it's just fine):
> 
> rpm [cncbr] ftp://ftp.tiscali.nl
> pub/mirror/conectiva/atualizacoes/8/conectiva updates
> 
> But after using the "apt-get update", I receive this
> messages:
> 
> Get:1 ftp://ftp.tiscali.nl
> pub/mirror/conectiva/atualizacoes/8/conectiva/base/hashfile
> [733B]
> Fetched 733B in 15s (47B/s)
> Get:1 ftp://ftp.tiscali.nl
> pub/mirror/conectiva/atualizacoes/8/conectiva/base/hashfile
> [733B]
> Fetched 733B in 10s (70B/s)
> E: Repository entry in sources.list contains extra
> components that are not listed in the signed hash
> file:
> pub/mirror/conectiva/atualizacoes/8/conectiva/base/pkglist.updates

Autenthenticated repositories are quite picky ... if you look at 
ftp://ftp.tiscali.nl/pub/mirror/conectiva/atualizacoes/8/conectiva/base/hashfile
you'll note that the mdsums for the path components start from 
8/conectiva.. onwards. Changing the sources.list entry to

rpm [cncbr] ftp://ftp.tiscali.nl/pub/mirror/conectiva/atualizacoes 
8/conectiva updates

..should help IIRC. 

	- Panu -