Hello, On Tue, Mar 25, 2008 at 10:22:24AM +0100, [EMAIL PROTECTED] wrote: > Sorry, I already wrote to you a nice answer on feb. the 13th but since > we are using [EMAIL PROTECTED] as our outgoing mail i got crushed by debian > spam policy (I still don't like not to be able to use admin as a valid > adress )
Do you have the message-id of this mail ? BTW, my own email adress don't go through the debian antispam, so if I were in copy, no problem should have happen. Never mind, now we are in touch :) > Simon Paillard wrote: > > On Tue, Feb 12, 2008 at 08:30:06PM +0100, Simon Paillard wrote: > >> On Thu, Jan 10, 2008 at 04:15:10PM +0100, Simon Paillard wrote: > >>> On Thu, Jan 10, 2008 at 01:51:25PM +0000, GRN wrote: > >>> > >>>> Site: debian.grn.cat > >>>> Aliases: debian.grn.es > >>>> > >>> That cannot be updated as is, you should fix your anonftpsync config so > >>> that your local trace file is named debian.grn.cat instead of > >>> ftp://debian.grn.cat/debian/project/trace/ftp.grn.es I will name the entry debian.grn.es since that is the name of the local trace file (or just delete the trace file with the old name and configure ftp.grn.cat as the hostname in anonftpsync, that is up to you) > >>>> Archive-architecture: amd64 i386 ia64 powerpc [...] > We are using the last version of anonftpsync (v 1.33 ) in three > versions, one with each mirror type (volatile, security and std) > > mirror_debian:ARCH_EXCLUDE="alpha arm hppa hurd-i386 m68k mipsel mips s390 > sparc" > mirror_debian_security:ARCH_EXCLUDE="alpha arm hppa hurd-i386 m68k mipsel > mips s390 sparc" > mirror_debian_volatile:ARCH_EXCLUDE="alpha arm hppa hurd-i386 ia64 m68k > mipsel mips s390 sparc" > > May it be the problem that some new architectures have been added and > aren't on the script? Yes (you can exclude armel as well which reached sid recently), and on top of that, files already mirrored are not removed automatically, you must do that yourself :/ for arch in alpha arm armel hppa hurd-i386 m68k mipsel mips s390 sh sparc do find /path/debian/dists/. -name *$arch* -exec rm -r {} \; find /path/debian/pool/ -name *_$arch.deb -exec rm -r {} \; done Once this cleaning step performed, you will be (at last) added to the list of Debian mirrors. Thanks for mirroring Debian and best regards -- Simon Paillard [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

