Re: Apt problem

2005-08-22 Thread Grahame White
On Monday 22 August 2005 21:16, Goswin von Brederlow wrote:
> Grahame White <[EMAIL PROTECTED]> writes:
> > When I try to do an apt-get update it goes off and downloads the
> > package lists and then comes up with the following:
> >
> > W: Couldn't stat source package list http://amd64.debian.net sid/main
> > Packages
> > (/var/lib/apt/lists/amd64.debian.net_debian_dists_sid_main_binary-amd6
> >4_Packages) - stat (2 No such file or directory)
> > W: You may want to run apt-get update to correct these problems
> > E: Some index files failed to download, they have been ignored, or old
> > ones used instead.
> >
> >
> > Trying to do an update again produces the same error.
> >
> > anyone else seeing this, or know how to resolve the problem?
> >
> > Grahame
>
> Wait 5 minutes and retry.

That worked, thanks

Grahame


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Apt problem

2005-08-22 Thread Goswin von Brederlow
Grahame White <[EMAIL PROTECTED]> writes:

> When I try to do an apt-get update it goes off and downloads the package 
> lists and then comes up with the following:
>
> W: Couldn't stat source package list http://amd64.debian.net sid/main 
> Packages 
> (/var/lib/apt/lists/amd64.debian.net_debian_dists_sid_main_binary-amd64_Packages)
>  
> - stat (2 No such file or directory)
> W: You may want to run apt-get update to correct these problems
> E: Some index files failed to download, they have been ignored, or old ones 
> used instead.
>
>
> Trying to do an update again produces the same error.
>
> anyone else seeing this, or know how to resolve the problem?
>
> Grahame

Wait 5 minutes and retry.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt problem - unupgradeable packages?

2005-06-08 Thread Kurt Roeckx
On Wed, Jun 08, 2005 at 08:13:21PM +0200, Miroslav Maiksnar wrote:
> Hi,
> I just came across strange problem. After upgrade from about 2 months old 
> "testing" sarge to current "stable" sarge I noticed there remain 3 
> "upgradeable" packages:
> 
> harden-environment  0.1.17 -> 0.1.17
> python-pyopenssl  0.6-2 -> 0.6-2
> python-twisted  1.3.0-8 -> 1.3.0-8
> 
> It is bit funny, because no matter how many times I try to upgrade them (to 
> same version as they are now), apt wants to upgrade them. It is quite 
> annoying, because apticron keeps spamming me with pending upgrades ;o(

Remove those binaries from your /var/cache/apt/archives/.  Either
remove it manaully, or do something like apt-get clean.

The problem is that from the move from the old to the new
archive, they got a new md5sum, because they're now the same as
on debian.  And apt doesn't download them again, but does say
that it needs to be reinstalled.


Kurt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]