On Thu, May 17, 2007 at 05:26:43AM -0300, Emerson Gomes wrote:
> Em Qui, 2007-05-17 às 00:24 +0200, Simon Paillard escreveu:
> > We recommend you to adopt or at least adapt the official anonftpsync
> > script, that takes care of many such potential issues for you.
> [..]
> It happened that my sync script was messed up.

So you switched to anonftpsync ?

> > Would ftp.br.debian.org be a faster source mirror ?
> That's right, I'll run the next syncs from there.

Ok, could you do the switch soon, so that we can add directly the mirror
with the "final mirror" ?

> > Moreoever, according the the trace directory, you mirror from kernel.org.
Still the same.

> > Maybe you changed the architectures mirrors afterwards, but there are
> > many missing packages for example in
> > http://mirrors.uol.com.br/pub/debian/pool/main/b/base-files/
> > 
> > You can compare with ftp://ftp.br.debian.org/debian/pool/main/b/base-files/
> 
> That's right, we decided to remove the following architetures to save
> disk space: alpha arm hppa hurd-i386 m68k mipsel mips s390 sparc
> Sorry for that.

The current anonftpsync script does not remove files for architectures
newly exludes.

So you have to delete manually the packages in pool/ and the specific
files in dists/

for arch in alpha arm hppa hurd-i386 m68k mips mipsel s390 sparc
do find /path/debian/dists/. -name *$arch* -exec rm -r {} \; find 
/path/debian/pool/ -name *_$arch.deb -exec rm -r {} \;
done

Regards,

-- 
Simon Paillard

Reply via email to